#885AB3

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

Shades of Deep Lilac #885AB3

Tints of Deep Lilac #885AB3

Color information

#885AB3 (or 0x885AB3) is unknown color: approx Deep Lilac. HEX triplet: 88, 5A and B3. RGB value is (136,90,179). Sum of RGB (Red+Green+Blue) = 136+90+179=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 179 (70.31% from 255 or 44.20% from 405); Max value from RGB is 179 - color contains mainly: blue. Hex color #885AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885AB3 is #77A54C. Grayscale: #717171. Windows color (decimal): -7841101 or 11754120. OLE color: 11754120.

HSL color Cylindrical-coordinate representation of color #885AB3: hue angle of 271.01º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #885AB3 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13690179-
CMYK0.240.5000.30
HSL271.01º36.93%52.75%-
HSV(B)271.01º49.72%70.2%-
XYZ21.9515.844.54-
YUV113.9164.74143.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.58%
GREEN value IS 90 (35.55% from 255) = 22.22%
BLUE value IS 179 (70.31% from 255) = 44.20%
R=33.58%
G=22.22%
B=44.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136901790.240.5000.30271.0136.9352.75
Hex885AB3183201E10f2535
Octal21013226330620364174565
Binary1000100010110101011001111000110010011110100001111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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