#8756BA

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

Shades of Deep Lilac #8756BA

Tints of Deep Lilac #8756BA

Color information

#8756BA (or 0x8756BA) is unknown color: approx Deep Lilac. HEX triplet: 87, 56 and BA. RGB value is (135,86,186). Sum of RGB (Red+Green+Blue) = 135+86+186=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8756BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8756BA is #78A945. Grayscale: #6F6F6F. Windows color (decimal): -7907654 or 12211847. OLE color: 12211847.

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

Color convert

RGB13586186-
CMYK0.270.5400.27
HSL269.4º42.02%53.33%-
HSV(B)269.4º53.76%72.94%-
XYZ22.1815.3548.25-
YUV112.05169.73144.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.17%
GREEN value IS 86 (33.98% from 255) = 21.13%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=33.17%
G=21.13%
B=45.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal135861860.270.5400.27269.442.0253.33
Hex8756BA1B3601B10d2a35
Octal20712627233660334155265
Binary1000011110101101011101011011110110011011100001101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8756BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,86,186); }

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

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

 a { background-color: rgb(135,86,186); }

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

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

 span { border-color: rgb(135,86,186); }

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