Shades of Deep Lilac #8455B9
Tints of Deep Lilac #8455B9
RGB
CMYK
RGB Variations
Color information
#8455B9 (or 0x8455B9) is known color: Deep Lilac. HEX triplet: 84, 55 and B9. RGB value is (132,85,185). Sum of RGB (Red+Green+Blue) = 132+85+185=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 85 (33.59% from 255 or 21.14% from 402); Blue value is 185 (72.66% from 255 or 46.02% from 402); Max value from RGB is 185 - color contains mainly: blue. Hex color #8455B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455B9 is #7BAA46. Grayscale: #6E6E6E. Windows color (decimal): -8104519 or 12146052. OLE color: 12146052.
HSL color Cylindrical-coordinate representation of color #8455B9: hue angle of 268.2º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8455B9 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 85 | 185 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.27 |
| HSL | 268.2º | 0.42% | 0.53% | - |
| HSV(B) | 268.2º | 0.54% | 0.73% | - |
| XYZ | 21.52 | 14.91 | 47.64 | - |
| YUV | 110.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 185 | 0.29 | 0.54 | 0 | 0.27 | 268.2 | 0.42 | 0.53 |
| Hex | 84 | 55 | B9 | 1D | 36 | 0 | 1B | 10C | 2A | 35 |
| Octal | 204 | 125 | 271 | 35 | 66 | 0 | 33 | 414 | 52 | 65 |
| Binary | 10000100 | 1010101 | 10111001 | 11101 | 110110 | 0 | 11011 | 100001100 | 101010 | 110101 |
Color Harmonies of #8455B9
Complementary color
Monochromatic Colors of #8455B9
Black with #8455B9
Text Example
Text Example
White with #8455B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455B9; }
p { color: rgb(132,85,185); }
H1.HeaderClassName
{
color: #8455B9;
}
.AnyTagClassName
{
color: #8455B9;
}
</style>
background-color css
<style>
a { background-color: #8455B9; }
a { background-color: rgb(132,85,185); }
div.DivClassName
{
background-color: #8455B9;
}
.BgClassName
{
background-color: #8455B9;
}
</style>
border-color css
<style>
span { border-color: #8455B9; }
span { border-color: rgb(132,85,185); }
td.TdClassName
{
border-color: #8455B9;
}
.TagClassName
{
border-color: #8455B9;
}
</style>