#885FC0

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

Shades of Lilac Bush #885FC0

Tints of Lilac Bush #885FC0

Color information

#885FC0 (or 0x885FC0) is unknown color: approx Lilac Bush. HEX triplet: 88, 5F and C0. RGB value is (136,95,192). Sum of RGB (Red+Green+Blue) = 136+95+192=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #885FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FC0 is #77A03F. Grayscale: #757575. Windows color (decimal): -7839808 or 12607368. OLE color: 12607368.

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

Color convert

RGB13695192-
CMYK0.290.5100.25
HSL265.36º43.5%56.27%-
HSV(B)265.36º50.52%75.29%-
XYZ23.7617.2251.94-
YUV118.32169.58140.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 32.15%
GREEN value IS 95 (37.5% from 255) = 22.46%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=32.15%
G=22.46%
B=45.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136951920.290.5100.25265.3643.556.27
Hex885FC01D330191092b38
Octal21013730035630314115370
Binary1000100010111111100000011101110011011001100001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,95,192); }

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

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

 a { background-color: rgb(136,95,192); }

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

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

 span { border-color: rgb(136,95,192); }

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