Shades of Deep Lilac #8440BA
Tints of Deep Lilac #8440BA
RGB
CMYK
RGB Variations
Color information
#8440BA (or 0x8440BA) is known color: Deep Lilac. HEX triplet: 84, 40 and BA. RGB value is (132,64,186). Sum of RGB (Red+Green+Blue) = 132+64+186=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #8440BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8440BA is #7BBF45. Grayscale: #616161. Windows color (decimal): -8109894 or 12206212. OLE color: 12206212.
HSL color Cylindrical-coordinate representation of color #8440BA: hue angle of 273.44º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8440BA is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 64 | 186 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.27 |
| HSL | 273.44º | 0.49% | 0.49% | - |
| HSV(B) | 273.44º | 0.66% | 0.73% | - |
| XYZ | 20.21 | 12.12 | 47.73 | - |
| YUV | 98.24 | 177.53 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 186 | 0.29 | 0.66 | 0 | 0.27 | 273.44 | 0.49 | 0.49 |
| Hex | 84 | 40 | BA | 1D | 42 | 0 | 1B | 111 | 31 | 31 |
| Octal | 204 | 100 | 272 | 35 | 102 | 0 | 33 | 421 | 61 | 61 |
| Binary | 10000100 | 1000000 | 10111010 | 11101 | 1000010 | 0 | 11011 | 100010001 | 110001 | 110001 |
Color Harmonies of #8440BA
Complementary color
Monochromatic Colors of #8440BA
Black with #8440BA
Text Example
Text Example
White with #8440BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8440BA; }
p { color: rgb(132,64,186); }
H1.HeaderClassName
{
color: #8440BA;
}
.AnyTagClassName
{
color: #8440BA;
}
</style>
background-color css
<style>
a { background-color: #8440BA; }
a { background-color: rgb(132,64,186); }
div.DivClassName
{
background-color: #8440BA;
}
.BgClassName
{
background-color: #8440BA;
}
</style>
border-color css
<style>
span { border-color: #8440BA; }
span { border-color: rgb(132,64,186); }
td.TdClassName
{
border-color: #8440BA;
}
.TagClassName
{
border-color: #8440BA;
}
</style>