#885ABE

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

Shades of Deep Lilac #885ABE

Tints of Deep Lilac #885ABE

Color information

#885ABE (or 0x885ABE) is unknown color: approx Deep Lilac. HEX triplet: 88, 5A and BE. RGB value is (136,90,190). Sum of RGB (Red+Green+Blue) = 136+90+190=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #885ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885ABE is #77A541. Grayscale: #727272. Windows color (decimal): -7841090 or 12475016. OLE color: 12475016.

HSL color Cylindrical-coordinate representation of color #885ABE: hue angle of 267.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #885ABE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13690190-
CMYK0.280.5300.25
HSL267.6º43.48%54.9%-
HSV(B)267.6º52.63%74.51%-
XYZ23.116.2650.64-
YUV115.15170.24142.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.69%
GREEN value IS 90 (35.55% from 255) = 21.63%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=32.69%
G=21.63%
B=45.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136901900.280.5300.25267.643.4854.9
Hex885ABE1C3501910c2b37
Octal21013227634650314145367
Binary1000100010110101011111011100110101011001100001100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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