Shades of Deep Lilac #8445BD
Tints of Deep Lilac #8445BD
RGB
CMYK
RGB Variations
Color information
#8445BD (or 0x8445BD) is known color: Deep Lilac. HEX triplet: 84, 45 and BD. RGB value is (132,69,189). Sum of RGB (Red+Green+Blue) = 132+69+189=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 69 (27.34% from 255 or 17.69% from 390); Blue value is 189 (74.22% from 255 or 48.46% from 390); Max value from RGB is 189 - color contains mainly: blue. Hex color #8445BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8445BD is #7BBA42. Grayscale: #656565. Windows color (decimal): -8108611 or 12404100. OLE color: 12404100.
HSL color Cylindrical-coordinate representation of color #8445BD: hue angle of 271.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8445BD is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 69 | 189 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.26 |
| HSL | 271.5º | 0.48% | 0.51% | - |
| HSV(B) | 271.5º | 0.63% | 0.74% | - |
| XYZ | 20.83 | 12.84 | 49.52 | - |
| YUV | 101.52 | 177.37 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 189 | 0.30 | 0.63 | 0 | 0.26 | 271.5 | 0.48 | 0.51 |
| Hex | 84 | 45 | BD | 1E | 3F | 0 | 1A | 110 | 30 | 33 |
| Octal | 204 | 105 | 275 | 36 | 77 | 0 | 32 | 420 | 60 | 63 |
| Binary | 10000100 | 1000101 | 10111101 | 11110 | 111111 | 0 | 11010 | 100010000 | 110000 | 110011 |
Color Harmonies of #8445BD
Complementary color
Monochromatic Colors of #8445BD
Black with #8445BD
Text Example
Text Example
White with #8445BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8445BD; }
p { color: rgb(132,69,189); }
H1.HeaderClassName
{
color: #8445BD;
}
.AnyTagClassName
{
color: #8445BD;
}
</style>
background-color css
<style>
a { background-color: #8445BD; }
a { background-color: rgb(132,69,189); }
div.DivClassName
{
background-color: #8445BD;
}
.BgClassName
{
background-color: #8445BD;
}
</style>
border-color css
<style>
span { border-color: #8445BD; }
span { border-color: rgb(132,69,189); }
td.TdClassName
{
border-color: #8445BD;
}
.TagClassName
{
border-color: #8445BD;
}
</style>