Shades of Deep Lilac #8456C0
Tints of Deep Lilac #8456C0
RGB
CMYK
RGB Variations
Color information
#8456C0 (or 0x8456C0) is known color: Deep Lilac. HEX triplet: 84, 56 and C0. RGB value is (132,86,192). Sum of RGB (Red+Green+Blue) = 132+86+192=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 86 (33.98% from 255 or 20.98% from 410); Blue value is 192 (75.39% from 255 or 46.83% from 410); Max value from RGB is 192 - color contains mainly: blue. Hex color #8456C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8456C0 is #7BA93F. Grayscale: #6F6F6F. Windows color (decimal): -8104256 or 12605060. OLE color: 12605060.
HSL color Cylindrical-coordinate representation of color #8456C0: hue angle of 266.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8456C0 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 86 | 192 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.25 |
| HSL | 266.04º | 0.46% | 0.55% | - |
| HSV(B) | 266.04º | 0.55% | 0.75% | - |
| XYZ | 22.36 | 15.37 | 51.66 | - |
| YUV | 111.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 192 | 0.31 | 0.55 | 0 | 0.25 | 266.04 | 0.46 | 0.55 |
| Hex | 84 | 56 | C0 | 1F | 37 | 0 | 19 | 10A | 2E | 37 |
| Octal | 204 | 126 | 300 | 37 | 67 | 0 | 31 | 412 | 56 | 67 |
| Binary | 10000100 | 1010110 | 11000000 | 11111 | 110111 | 0 | 11001 | 100001010 | 101110 | 110111 |
Color Harmonies of #8456C0
Complementary color
Monochromatic Colors of #8456C0
Black with #8456C0
Text Example
Text Example
White with #8456C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8456C0; }
p { color: rgb(132,86,192); }
H1.HeaderClassName
{
color: #8456C0;
}
.AnyTagClassName
{
color: #8456C0;
}
</style>
background-color css
<style>
a { background-color: #8456C0; }
a { background-color: rgb(132,86,192); }
div.DivClassName
{
background-color: #8456C0;
}
.BgClassName
{
background-color: #8456C0;
}
</style>
border-color css
<style>
span { border-color: #8456C0; }
span { border-color: rgb(132,86,192); }
td.TdClassName
{
border-color: #8456C0;
}
.TagClassName
{
border-color: #8456C0;
}
</style>