Shades of Deep Lilac #9851BA
Tints of Deep Lilac #9851BA
RGB
CMYK
RGB Variations
Color information
#9851BA (or 0x9851BA) is known color: Deep Lilac. HEX triplet: 98, 51 and BA. RGB value is (152,81,186). Sum of RGB (Red+Green+Blue) = 152+81+186=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #9851BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9851BA is #67AE45. Grayscale: #717171. Windows color (decimal): -6794822 or 12210584. OLE color: 12210584.
HSL color Cylindrical-coordinate representation of color #9851BA: hue angle of 280.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9851BA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 81 | 186 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.27 |
| HSL | 280.57º | 0.43% | 0.52% | - |
| HSV(B) | 280.57º | 0.56% | 0.73% | - |
| XYZ | 24.75 | 16.11 | 48.26 | - |
| YUV | 114.2 | 168.52 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 81 | 186 | 0.18 | 0.56 | 0 | 0.27 | 280.57 | 0.43 | 0.52 |
| Hex | 98 | 51 | BA | 12 | 38 | 0 | 1B | 119 | 2B | 34 |
| Octal | 230 | 121 | 272 | 22 | 70 | 0 | 33 | 431 | 53 | 64 |
| Binary | 10011000 | 1010001 | 10111010 | 10010 | 111000 | 0 | 11011 | 100011001 | 101011 | 110100 |
Color Harmonies of #9851BA
Complementary color
Monochromatic Colors of #9851BA
Black with #9851BA
Text Example
Text Example
White with #9851BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9851BA; }
p { color: rgb(152,81,186); }
H1.HeaderClassName
{
color: #9851BA;
}
.AnyTagClassName
{
color: #9851BA;
}
</style>
background-color css
<style>
a { background-color: #9851BA; }
a { background-color: rgb(152,81,186); }
div.DivClassName
{
background-color: #9851BA;
}
.BgClassName
{
background-color: #9851BA;
}
</style>
border-color css
<style>
span { border-color: #9851BA; }
span { border-color: rgb(152,81,186); }
td.TdClassName
{
border-color: #9851BA;
}
.TagClassName
{
border-color: #9851BA;
}
</style>