#881BD0

Color #881BD0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #881BD0

Tints of Blue Violet #881BD0

Color information

#881BD0 (or 0x881BD0) is unknown color: approx Blue Violet. HEX triplet: 88, 1B and D0. RGB value is (136,27,208). Sum of RGB (Red+Green+Blue) = 136+27+208=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 208 (81.64% from 255 or 56.06% from 371); Max value from RGB is 208 - color contains mainly: blue. Hex color #881BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BD0 is #77E42F. Grayscale: #4F4F4F. Windows color (decimal): -7857200 or 13638536. OLE color: 13638536.

HSL color Cylindrical-coordinate representation of color #881BD0: hue angle of 276.13º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881BD0 is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13627208-
CMYK0.350.8700.18
HSL276.13º77.02%46.08%-
HSV(B)276.13º87.02%81.57%-
XYZ21.9310.5760.56-
YUV80.22200.11167.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 27 (10.94% from 255) = 7.28%
BLUE value IS 208 (81.64% from 255) = 56.06%
R=36.66%
G=7.28%
B=56.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal136272080.350.8700.18276.1377.0246.08
Hex881BD023570121144d2e
Octal210333204312702242411556
Binary10001000110111101000010001110101110100101000101001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881BD0; }

 p { color: rgb(136,27,208); }

 H1.HeaderClassName
 {
   color: #881BD0;
 }
 .AnyTagClassName
 {
   color: #881BD0;
 }
</style>
background-color css

<style>
 a { background-color: #881BD0; }

 a { background-color: rgb(136,27,208); }

 div.DivClassName
 {
   background-color: #881BD0;
 }
 .BgClassName
 {
   background-color: #881BD0;
 }
</style>
border-color css

<style>
 span { border-color: #881BD0; }

 span { border-color: rgb(136,27,208); }

 td.TdClassName
 {
   border-color: #881BD0;
 }
 .TagClassName
 {
   border-color: #881BD0;
 }
</style>