Shades of Deep Lilac #9846BA
Tints of Deep Lilac #9846BA
RGB
CMYK
RGB Variations
Color information
#9846BA (or 0x9846BA) is known color: Deep Lilac. HEX triplet: 98, 46 and BA. RGB value is (152,70,186). Sum of RGB (Red+Green+Blue) = 152+70+186=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9846BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846BA is #67B945. Grayscale: #6B6B6B. Windows color (decimal): -6797638 or 12207768. OLE color: 12207768.
HSL color Cylindrical-coordinate representation of color #9846BA: hue angle of 282.41º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9846BA is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 152 | 70 | 186 | - |
| CMYK | 0.18 | 0.62 | 0 | 0.27 |
| HSL | 282.41º | 0.46% | 0.5% | - |
| HSV(B) | 282.41º | 0.62% | 0.73% | - |
| XYZ | 24 | 14.6 | 48.01 | - |
| YUV | 107.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 186 | 0.18 | 0.62 | 0 | 0.27 | 282.41 | 0.46 | 0.5 |
| Hex | 98 | 46 | BA | 12 | 3E | 0 | 1B | 11A | 2E | 32 |
| Octal | 230 | 106 | 272 | 22 | 76 | 0 | 33 | 432 | 56 | 62 |
| Binary | 10011000 | 1000110 | 10111010 | 10010 | 111110 | 0 | 11011 | 100011010 | 101110 | 110010 |
Color Harmonies of #9846BA
Complementary color
Monochromatic Colors of #9846BA
Black with #9846BA
Text Example
Text Example
White with #9846BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9846BA; }
p { color: rgb(152,70,186); }
H1.HeaderClassName
{
color: #9846BA;
}
.AnyTagClassName
{
color: #9846BA;
}
</style>
background-color css
<style>
a { background-color: #9846BA; }
a { background-color: rgb(152,70,186); }
div.DivClassName
{
background-color: #9846BA;
}
.BgClassName
{
background-color: #9846BA;
}
</style>
border-color css
<style>
span { border-color: #9846BA; }
span { border-color: rgb(152,70,186); }
td.TdClassName
{
border-color: #9846BA;
}
.TagClassName
{
border-color: #9846BA;
}
</style>