Shades of Deep Lilac #8452BA
Tints of Deep Lilac #8452BA
RGB
CMYK
RGB Variations
Color information
#8452BA (or 0x8452BA) is known color: Deep Lilac. HEX triplet: 84, 52 and BA. RGB value is (132,82,186). Sum of RGB (Red+Green+Blue) = 132+82+186=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #8452BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452BA is #7BAD45. Grayscale: #6C6C6C. Windows color (decimal): -8105286 or 12210820. OLE color: 12210820.
HSL color Cylindrical-coordinate representation of color #8452BA: hue angle of 268.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8452BA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 82 | 186 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.27 |
| HSL | 268.85º | 0.43% | 0.53% | - |
| HSV(B) | 268.85º | 0.56% | 0.73% | - |
| XYZ | 21.4 | 14.49 | 48.12 | - |
| YUV | 108.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 186 | 0.29 | 0.56 | 0 | 0.27 | 268.85 | 0.43 | 0.53 |
| Hex | 84 | 52 | BA | 1D | 38 | 0 | 1B | 10D | 2B | 35 |
| Octal | 204 | 122 | 272 | 35 | 70 | 0 | 33 | 415 | 53 | 65 |
| Binary | 10000100 | 1010010 | 10111010 | 11101 | 111000 | 0 | 11011 | 100001101 | 101011 | 110101 |
Color Harmonies of #8452BA
Complementary color
Monochromatic Colors of #8452BA
Black with #8452BA
Text Example
Text Example
White with #8452BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452BA; }
p { color: rgb(132,82,186); }
H1.HeaderClassName
{
color: #8452BA;
}
.AnyTagClassName
{
color: #8452BA;
}
</style>
background-color css
<style>
a { background-color: #8452BA; }
a { background-color: rgb(132,82,186); }
div.DivClassName
{
background-color: #8452BA;
}
.BgClassName
{
background-color: #8452BA;
}
</style>
border-color css
<style>
span { border-color: #8452BA; }
span { border-color: rgb(132,82,186); }
td.TdClassName
{
border-color: #8452BA;
}
.TagClassName
{
border-color: #8452BA;
}
</style>