#885ABC

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

Shades of Deep Lilac #885ABC

Tints of Deep Lilac #885ABC

Color information

#885ABC (or 0x885ABC) is unknown color: approx Deep Lilac. HEX triplet: 88, 5A and BC. RGB value is (136,90,188). Sum of RGB (Red+Green+Blue) = 136+90+188=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #885ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ABC is #77A543. Grayscale: #727272. Windows color (decimal): -7841092 or 12343944. OLE color: 12343944.

HSL color Cylindrical-coordinate representation of color #885ABC: hue angle of 268.16º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #885ABC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13690188-
CMYK0.280.5200.26
HSL268.16º42.24%54.51%-
HSV(B)268.16º52.13%73.73%-
XYZ22.8916.1849.49-
YUV114.93169.24143.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.85%
GREEN value IS 90 (35.55% from 255) = 21.74%
BLUE value IS 188 (73.83% from 255) = 45.41%
R=32.85%
G=21.74%
B=45.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136901880.280.5200.26268.1642.2454.51
Hex885ABC1C3401A10c2a37
Octal21013227434640324145267
Binary1000100010110101011110011100110100011010100001100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,90,188); }

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

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

 a { background-color: rgb(136,90,188); }

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

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

 span { border-color: rgb(136,90,188); }

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