#8456B2

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

Shades of Deep Lilac #8456B2

Tints of Deep Lilac #8456B2

Color information

#8456B2 (or 0x8456B2) is unknown color: approx Deep Lilac. HEX triplet: 84, 56 and B2. RGB value is (132,86,178). Sum of RGB (Red+Green+Blue) = 132+86+178=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 86 (33.98% from 255 or 21.72% from 396); Blue value is 178 (69.92% from 255 or 44.95% from 396); Max value from RGB is 178 - color contains mainly: blue. Hex color #8456B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8456B2 is #7BA94D. Grayscale: #6D6D6D. Windows color (decimal): -8104270 or 11687556. OLE color: 11687556.

HSL color Cylindrical-coordinate representation of color #8456B2: hue angle of 270º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8456B2 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13286178-
CMYK0.260.5200.30
HSL270º37.4%51.76%-
HSV(B)270º51.69%69.8%-
XYZ20.8814.7843.87-
YUV110.24166.24143.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 86 (33.98% from 255) = 21.72%
BLUE value IS 178 (69.92% from 255) = 44.95%
R=33.33%
G=21.72%
B=44.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132861780.260.5200.3027037.451.76
Hex8456B21A3401E10e2534
Octal20412626232640364164564
Binary1000010010101101011001011010110100011110100001110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8456B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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