#885BB3

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

Shades of Deep Lilac #885BB3

Tints of Deep Lilac #885BB3

Color information

#885BB3 (or 0x885BB3) is unknown color: approx Deep Lilac. HEX triplet: 88, 5B and B3. RGB value is (136,91,179). Sum of RGB (Red+Green+Blue) = 136+91+179=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #885BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BB3 is #77A44C. Grayscale: #727272. Windows color (decimal): -7840845 or 11754376. OLE color: 11754376.

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

Color convert

RGB13691179-
CMYK0.240.4900.30
HSL270.68º36.67%52.94%-
HSV(B)270.68º49.16%70.2%-
XYZ22.0315.9744.57-
YUV114.49164.41143.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 33.50%
GREEN value IS 91 (35.94% from 255) = 22.41%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=33.50%
G=22.41%
B=44.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal136911790.240.4900.30270.6836.6752.94
Hex885BB3183101E10f2535
Octal21013326330610364174565
Binary1000100010110111011001111000110001011110100001111100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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