#8456BA

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

Shades of Deep Lilac #8456BA

Tints of Deep Lilac #8456BA

Color information

#8456BA (or 0x8456BA) is unknown color: approx Deep Lilac. HEX triplet: 84, 56 and BA. RGB value is (132,86,186). Sum of RGB (Red+Green+Blue) = 132+86+186=404 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.67% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8456BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456BA is #7BA945. Grayscale: #6E6E6E. Windows color (decimal): -8104262 or 12211844. OLE color: 12211844.

HSL color Cylindrical-coordinate representation of color #8456BA: hue angle of 267.6º 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 #8456BA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13286186-
CMYK0.290.5400.27
HSL267.6º42.02%53.33%-
HSV(B)267.6º53.76%72.94%-
XYZ21.7115.1148.23-
YUV111.15170.24142.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.67%
GREEN value IS 86 (33.98% from 255) = 21.29%
BLUE value IS 186 (73.05% from 255) = 46.04%
R=32.67%
G=21.29%
B=46.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132861860.290.5400.27267.642.0253.33
Hex8456BA1D3601B10c2a35
Octal20412627235660334145265
Binary1000010010101101011101011101110110011011100001100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8456BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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