Shades of Deep Lilac #8450BC
Tints of Deep Lilac #8450BC
RGB
CMYK
RGB Variations
Color information
#8450BC (or 0x8450BC) is known color: Deep Lilac. HEX triplet: 84, 50 and BC. RGB value is (132,80,188). Sum of RGB (Red+Green+Blue) = 132+80+188=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #8450BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450BC is #7BAF43. Grayscale: #6B6B6B. Windows color (decimal): -8105796 or 12341380. OLE color: 12341380.
HSL color Cylindrical-coordinate representation of color #8450BC: hue angle of 268.89º 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 #8450BC is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 80 | 188 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.26 |
| HSL | 268.89º | 0.45% | 0.53% | - |
| HSV(B) | 268.89º | 0.57% | 0.74% | - |
| XYZ | 21.46 | 14.27 | 49.2 | - |
| YUV | 107.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 188 | 0.30 | 0.57 | 0 | 0.26 | 268.89 | 0.45 | 0.53 |
| Hex | 84 | 50 | BC | 1E | 39 | 0 | 1A | 10D | 2D | 35 |
| Octal | 204 | 120 | 274 | 36 | 71 | 0 | 32 | 415 | 55 | 65 |
| Binary | 10000100 | 1010000 | 10111100 | 11110 | 111001 | 0 | 11010 | 100001101 | 101101 | 110101 |
Color Harmonies of #8450BC
Complementary color
Monochromatic Colors of #8450BC
Black with #8450BC
Text Example
Text Example
White with #8450BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450BC; }
p { color: rgb(132,80,188); }
H1.HeaderClassName
{
color: #8450BC;
}
.AnyTagClassName
{
color: #8450BC;
}
</style>
background-color css
<style>
a { background-color: #8450BC; }
a { background-color: rgb(132,80,188); }
div.DivClassName
{
background-color: #8450BC;
}
.BgClassName
{
background-color: #8450BC;
}
</style>
border-color css
<style>
span { border-color: #8450BC; }
span { border-color: rgb(132,80,188); }
td.TdClassName
{
border-color: #8450BC;
}
.TagClassName
{
border-color: #8450BC;
}
</style>