Shades of Deep Lilac #8452BC
Tints of Deep Lilac #8452BC
RGB
CMYK
RGB Variations
Color information
#8452BC (or 0x8452BC) is known color: Deep Lilac. HEX triplet: 84, 52 and BC. RGB value is (132,82,188). Sum of RGB (Red+Green+Blue) = 132+82+188=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 188 (73.83% from 255 or 46.77% from 402); Max value from RGB is 188 - color contains mainly: blue. Hex color #8452BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452BC is #7BAD43. Grayscale: #6C6C6C. Windows color (decimal): -8105284 or 12341892. OLE color: 12341892.
HSL color Cylindrical-coordinate representation of color #8452BC: hue angle of 268.3º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8452BC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 82 | 188 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.26 |
| HSL | 268.3º | 0.44% | 0.53% | - |
| HSV(B) | 268.3º | 0.56% | 0.74% | - |
| XYZ | 21.61 | 14.57 | 49.25 | - |
| YUV | 109.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 188 | 0.30 | 0.56 | 0 | 0.26 | 268.3 | 0.44 | 0.53 |
| Hex | 84 | 52 | BC | 1E | 38 | 0 | 1A | 10C | 2C | 35 |
| Octal | 204 | 122 | 274 | 36 | 70 | 0 | 32 | 414 | 54 | 65 |
| Binary | 10000100 | 1010010 | 10111100 | 11110 | 111000 | 0 | 11010 | 100001100 | 101100 | 110101 |
Color Harmonies of #8452BC
Complementary color
Monochromatic Colors of #8452BC
Black with #8452BC
Text Example
Text Example
White with #8452BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452BC; }
p { color: rgb(132,82,188); }
H1.HeaderClassName
{
color: #8452BC;
}
.AnyTagClassName
{
color: #8452BC;
}
</style>
background-color css
<style>
a { background-color: #8452BC; }
a { background-color: rgb(132,82,188); }
div.DivClassName
{
background-color: #8452BC;
}
.BgClassName
{
background-color: #8452BC;
}
</style>
border-color css
<style>
span { border-color: #8452BC; }
span { border-color: rgb(132,82,188); }
td.TdClassName
{
border-color: #8452BC;
}
.TagClassName
{
border-color: #8452BC;
}
</style>