#8559BA

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

Shades of Deep Lilac #8559BA

Tints of Deep Lilac #8559BA

Color information

#8559BA (or 0x8559BA) is unknown color: approx Deep Lilac. HEX triplet: 85, 59 and BA. RGB value is (133,89,186). Sum of RGB (Red+Green+Blue) = 133+89+186=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #8559BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8559BA is #7AA645. Grayscale: #707070. Windows color (decimal): -8037958 or 12212613. OLE color: 12212613.

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

Color convert

RGB13389186-
CMYK0.280.5200.27
HSL267.22º41.28%53.92%-
HSV(B)267.22º52.15%72.94%-
XYZ22.1115.6848.32-
YUV113.21169.08142.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 89 (35.16% from 255) = 21.81%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=32.60%
G=21.81%
B=45.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal133891860.280.5200.27267.2241.2853.92
Hex8559BA1C3401B10b2936
Octal20513127234640334135166
Binary1000010110110011011101011100110100011011100001011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8559BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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