Shades of Deep Lilac #9842BA
Tints of Deep Lilac #9842BA
RGB
CMYK
RGB Variations
Color information
#9842BA (or 0x9842BA) is known color: Deep Lilac. HEX triplet: 98, 42 and BA. RGB value is (152,66,186). Sum of RGB (Red+Green+Blue) = 152+66+186=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 66 (26.17% from 255 or 16.34% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #9842BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9842BA is #67BD45. Grayscale: #696969. Windows color (decimal): -6798662 or 12206744. OLE color: 12206744.
HSL color Cylindrical-coordinate representation of color #9842BA: hue angle of 283º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9842BA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 66 | 186 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.27 |
| HSL | 283º | 0.48% | 0.49% | - |
| HSV(B) | 283º | 0.65% | 0.73% | - |
| XYZ | 23.76 | 14.12 | 47.93 | - |
| YUV | 105.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 66 | 186 | 0.18 | 0.65 | 0 | 0.27 | 283 | 0.48 | 0.49 |
| Hex | 98 | 42 | BA | 12 | 41 | 0 | 1B | 11B | 30 | 31 |
| Octal | 230 | 102 | 272 | 22 | 101 | 0 | 33 | 433 | 60 | 61 |
| Binary | 10011000 | 1000010 | 10111010 | 10010 | 1000001 | 0 | 11011 | 100011011 | 110000 | 110001 |
Color Harmonies of #9842BA
Complementary color
Monochromatic Colors of #9842BA
Black with #9842BA
Text Example
Text Example
White with #9842BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9842BA; }
p { color: rgb(152,66,186); }
H1.HeaderClassName
{
color: #9842BA;
}
.AnyTagClassName
{
color: #9842BA;
}
</style>
background-color css
<style>
a { background-color: #9842BA; }
a { background-color: rgb(152,66,186); }
div.DivClassName
{
background-color: #9842BA;
}
.BgClassName
{
background-color: #9842BA;
}
</style>
border-color css
<style>
span { border-color: #9842BA; }
span { border-color: rgb(152,66,186); }
td.TdClassName
{
border-color: #9842BA;
}
.TagClassName
{
border-color: #9842BA;
}
</style>