Shades of Deep Lilac #8451BC
Tints of Deep Lilac #8451BC
RGB
CMYK
RGB Variations
Color information
#8451BC (or 0x8451BC) is known color: Deep Lilac. HEX triplet: 84, 51 and BC. RGB value is (132,81,188). Sum of RGB (Red+Green+Blue) = 132+81+188=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8451BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451BC is #7BAE43. Grayscale: #6C6C6C. Windows color (decimal): -8105540 or 12341636. OLE color: 12341636.
HSL color Cylindrical-coordinate representation of color #8451BC: hue angle of 268.6º degrees, saturation: 0.44, 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 #8451BC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 81 | 188 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.26 |
| HSL | 268.6º | 0.44% | 0.53% | - |
| HSV(B) | 268.6º | 0.57% | 0.74% | - |
| XYZ | 21.54 | 14.42 | 49.23 | - |
| YUV | 108.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 188 | 0.30 | 0.57 | 0 | 0.26 | 268.6 | 0.44 | 0.53 |
| Hex | 84 | 51 | BC | 1E | 39 | 0 | 1A | 10D | 2C | 35 |
| Octal | 204 | 121 | 274 | 36 | 71 | 0 | 32 | 415 | 54 | 65 |
| Binary | 10000100 | 1010001 | 10111100 | 11110 | 111001 | 0 | 11010 | 100001101 | 101100 | 110101 |
Color Harmonies of #8451BC
Complementary color
Monochromatic Colors of #8451BC
Black with #8451BC
Text Example
Text Example
White with #8451BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8451BC; }
p { color: rgb(132,81,188); }
H1.HeaderClassName
{
color: #8451BC;
}
.AnyTagClassName
{
color: #8451BC;
}
</style>
background-color css
<style>
a { background-color: #8451BC; }
a { background-color: rgb(132,81,188); }
div.DivClassName
{
background-color: #8451BC;
}
.BgClassName
{
background-color: #8451BC;
}
</style>
border-color css
<style>
span { border-color: #8451BC; }
span { border-color: rgb(132,81,188); }
td.TdClassName
{
border-color: #8451BC;
}
.TagClassName
{
border-color: #8451BC;
}
</style>