Shades of Deep Lilac #8451BD
Tints of Deep Lilac #8451BD
RGB
CMYK
RGB Variations
Color information
#8451BD (or 0x8451BD) is known color: Deep Lilac. HEX triplet: 84, 51 and BD. RGB value is (132,81,189). Sum of RGB (Red+Green+Blue) = 132+81+189=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #8451BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451BD is #7BAE42. Grayscale: #6C6C6C. Windows color (decimal): -8105539 or 12407172. OLE color: 12407172.
HSL color Cylindrical-coordinate representation of color #8451BD: hue angle of 268.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8451BD is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 81 | 189 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.26 |
| HSL | 268.33º | 0.45% | 0.53% | - |
| HSV(B) | 268.33º | 0.57% | 0.74% | - |
| XYZ | 21.64 | 14.46 | 49.8 | - |
| YUV | 108.56 | 173.4 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 189 | 0.30 | 0.57 | 0 | 0.26 | 268.33 | 0.45 | 0.53 |
| Hex | 84 | 51 | BD | 1E | 39 | 0 | 1A | 10C | 2D | 35 |
| Octal | 204 | 121 | 275 | 36 | 71 | 0 | 32 | 414 | 55 | 65 |
| Binary | 10000100 | 1010001 | 10111101 | 11110 | 111001 | 0 | 11010 | 100001100 | 101101 | 110101 |
Color Harmonies of #8451BD
Complementary color
Monochromatic Colors of #8451BD
Black with #8451BD
Text Example
Text Example
White with #8451BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451BD; }
p { color: rgb(132,81,189); }
H1.HeaderClassName
{
color: #8451BD;
}
.AnyTagClassName
{
color: #8451BD;
}
</style>
background-color css
<style>
a { background-color: #8451BD; }
a { background-color: rgb(132,81,189); }
div.DivClassName
{
background-color: #8451BD;
}
.BgClassName
{
background-color: #8451BD;
}
</style>
border-color css
<style>
span { border-color: #8451BD; }
span { border-color: rgb(132,81,189); }
td.TdClassName
{
border-color: #8451BD;
}
.TagClassName
{
border-color: #8451BD;
}
</style>