#885DBC

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

Shades of Lilac Bush #885DBC

Tints of Lilac Bush #885DBC

Color information

#885DBC (or 0x885DBC) is unknown color: approx Lilac Bush. HEX triplet: 88, 5D and BC. RGB value is (136,93,188). Sum of RGB (Red+Green+Blue) = 136+93+188=417 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.61% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #885DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885DBC is #77A243. Grayscale: #747474. Windows color (decimal): -7840324 or 12344712. OLE color: 12344712.

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

Color convert

RGB13693188-
CMYK0.280.5100.26
HSL267.16º41.48%55.1%-
HSV(B)267.16º50.53%73.73%-
XYZ23.1416.6949.58-
YUV116.69168.25141.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.61%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=32.61%
G=22.30%
B=45.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136931880.280.5100.26267.1641.4855.1
Hex885DBC1C3301A10b2937
Octal21013527434630324135167
Binary1000100010111011011110011100110011011010100001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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