#8456BE

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

Shades of Deep Lilac #8456BE

Tints of Deep Lilac #8456BE

Color information

#8456BE (or 0x8456BE) is unknown color: approx Deep Lilac. HEX triplet: 84, 56 and BE. RGB value is (132,86,190). Sum of RGB (Red+Green+Blue) = 132+86+190=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #8456BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456BE is #7BA941. Grayscale: #6F6F6F. Windows color (decimal): -8104258 or 12473988. OLE color: 12473988.

HSL color Cylindrical-coordinate representation of color #8456BE: hue angle of 266.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8456BE is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13286190-
CMYK0.310.5500.25
HSL266.54º44.44%54.12%-
HSV(B)266.54º54.74%74.51%-
XYZ22.1415.2850.5-
YUV111.61172.24142.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 86 (33.98% from 255) = 21.08%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=32.35%
G=21.08%
B=46.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132861900.310.5500.25266.5444.4454.12
Hex8456BE1F3701910b2c36
Octal20412627637670314135466
Binary1000010010101101011111011111110111011001100001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8456BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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