#885AB7

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

Shades of Deep Lilac #885AB7

Tints of Deep Lilac #885AB7

Color information

#885AB7 (or 0x885AB7) is unknown color: approx Deep Lilac. HEX triplet: 88, 5A and B7. RGB value is (136,90,183). Sum of RGB (Red+Green+Blue) = 136+90+183=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 183 (71.88% from 255 or 44.74% from 409); Max value from RGB is 183 - color contains mainly: blue. Hex color #885AB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AB7 is #77A548. Grayscale: #727272. Windows color (decimal): -7841097 or 12016264. OLE color: 12016264.

HSL color Cylindrical-coordinate representation of color #885AB7: hue angle of 269.68º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #885AB7 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13690183-
CMYK0.260.5100.28
HSL269.68º39.24%53.53%-
HSV(B)269.68º50.82%71.76%-
XYZ22.3615.9746.7-
YUV114.36166.74143.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.25%
GREEN value IS 90 (35.55% from 255) = 22.00%
BLUE value IS 183 (71.88% from 255) = 44.74%
R=33.25%
G=22.00%
B=44.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal136901830.260.5100.28269.6839.2453.53
Hex885AB71A3301C10e2736
Octal21013226732630344164766
Binary1000100010110101011011111010110011011100100001110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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