#8559B8

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

Shades of Deep Lilac #8559B8

Tints of Deep Lilac #8559B8

Color information

#8559B8 (or 0x8559B8) is unknown color: approx Deep Lilac. HEX triplet: 85, 59 and B8. RGB value is (133,89,184). Sum of RGB (Red+Green+Blue) = 133+89+184=406 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.76% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #8559B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559B8 is #7AA647. Grayscale: #707070. Windows color (decimal): -8037960 or 12081541. OLE color: 12081541.

HSL color Cylindrical-coordinate representation of color #8559B8: hue angle of 267.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8559B8 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13389184-
CMYK0.280.5200.28
HSL267.79º40.08%53.53%-
HSV(B)267.79º51.63%72.16%-
XYZ21.915.5947.2-
YUV112.99168.08142.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.76%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 184 (72.27% from 255) = 45.32%
R=32.76%
G=21.92%
B=45.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal133891840.280.5200.28267.7940.0853.53
Hex8559B81C3401C10c2836
Octal20513127034640344145066
Binary1000010110110011011100011100110100011100100001100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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