#885EB6

Color #885EB6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #885EB6

Tints of Deep Lilac #885EB6

Color information

#885EB6 (or 0x885EB6) is unknown color: approx Deep Lilac. HEX triplet: 88, 5E and B6. RGB value is (136,94,182). Sum of RGB (Red+Green+Blue) = 136+94+182=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 182 (71.48% from 255 or 44.17% from 412); Max value from RGB is 182 - color contains mainly: blue. Hex color #885EB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885EB6 is #77A149. Grayscale: #747474. Windows color (decimal): -7840074 or 11951752. OLE color: 11951752.

HSL color Cylindrical-coordinate representation of color #885EB6: hue angle of 268.64º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #885EB6 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13694182-
CMYK0.250.4800.29
HSL268.64º37.61%54.12%-
HSV(B)268.64º48.35%71.37%-
XYZ22.616.6246.27-
YUV116.59164.91141.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.01%
GREEN value IS 94 (37.11% from 255) = 22.82%
BLUE value IS 182 (71.48% from 255) = 44.17%
R=33.01%
G=22.82%
B=44.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136941820.250.4800.29268.6437.6154.12
Hex885EB6193001D10d2636
Octal21013626631600354154666
Binary1000100010111101011011011001110000011101100001101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885EB6; }

 p { color: rgb(136,94,182); }

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

<style>
 a { background-color: #885EB6; }

 a { background-color: rgb(136,94,182); }

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

<style>
 span { border-color: #885EB6; }

 span { border-color: rgb(136,94,182); }

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