#8559BC

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

Shades of Deep Lilac #8559BC

Tints of Deep Lilac #8559BC

Color information

#8559BC (or 0x8559BC) is unknown color: approx Deep Lilac. HEX triplet: 85, 59 and BC. RGB value is (133,89,188). Sum of RGB (Red+Green+Blue) = 133+89+188=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #8559BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559BC is #7AA643. Grayscale: #717171. Windows color (decimal): -8037956 or 12343685. OLE color: 12343685.

HSL color Cylindrical-coordinate representation of color #8559BC: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8559BC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13389188-
CMYK0.290.5300.26
HSL266.67º42.49%54.31%-
HSV(B)266.67º52.66%73.73%-
XYZ22.3215.7649.44-
YUV113.44170.08141.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 89 (35.16% from 255) = 21.71%
BLUE value IS 188 (73.83% from 255) = 45.85%
R=32.44%
G=21.71%
B=45.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133891880.290.5300.26266.6742.4954.31
Hex8559BC1D3501A10b2a36
Octal20513127435650324135266
Binary1000010110110011011110011101110101011010100001011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8559BC; }

 p { color: rgb(133,89,188); }

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

<style>
 a { background-color: #8559BC; }

 a { background-color: rgb(133,89,188); }

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

<style>
 span { border-color: #8559BC; }

 span { border-color: rgb(133,89,188); }

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