Shades of Deep Lilac #8455BA
Tints of Deep Lilac #8455BA
RGB
CMYK
RGB Variations
Color information
#8455BA (or 0x8455BA) is known color: Deep Lilac. HEX triplet: 84, 55 and BA. RGB value is (132,85,186). Sum of RGB (Red+Green+Blue) = 132+85+186=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #8455BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8455BA is #7BAA45. Grayscale: #6E6E6E. Windows color (decimal): -8104518 or 12211588. OLE color: 12211588.
HSL color Cylindrical-coordinate representation of color #8455BA: hue angle of 267.92º 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 #8455BA is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 85 | 186 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.27 |
| HSL | 267.92º | 0.42% | 0.53% | - |
| HSV(B) | 267.92º | 0.54% | 0.73% | - |
| XYZ | 21.63 | 14.95 | 48.2 | - |
| YUV | 110.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 186 | 0.29 | 0.54 | 0 | 0.27 | 267.92 | 0.42 | 0.53 |
| Hex | 84 | 55 | BA | 1D | 36 | 0 | 1B | 10C | 2A | 35 |
| Octal | 204 | 125 | 272 | 35 | 66 | 0 | 33 | 414 | 52 | 65 |
| Binary | 10000100 | 1010101 | 10111010 | 11101 | 110110 | 0 | 11011 | 100001100 | 101010 | 110101 |
Color Harmonies of #8455BA
Complementary color
Monochromatic Colors of #8455BA
Black with #8455BA
Text Example
Text Example
White with #8455BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455BA; }
p { color: rgb(132,85,186); }
H1.HeaderClassName
{
color: #8455BA;
}
.AnyTagClassName
{
color: #8455BA;
}
</style>
background-color css
<style>
a { background-color: #8455BA; }
a { background-color: rgb(132,85,186); }
div.DivClassName
{
background-color: #8455BA;
}
.BgClassName
{
background-color: #8455BA;
}
</style>
border-color css
<style>
span { border-color: #8455BA; }
span { border-color: rgb(132,85,186); }
td.TdClassName
{
border-color: #8455BA;
}
.TagClassName
{
border-color: #8455BA;
}
</style>