Shades of Deep Lilac #9846B6
Tints of Deep Lilac #9846B6
RGB
CMYK
RGB Variations
Color information
#9846B6 (or 0x9846B6) is known color: Deep Lilac. HEX triplet: 98, 46 and B6. RGB value is (152,70,182). Sum of RGB (Red+Green+Blue) = 152+70+182=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 70 (27.73% from 255 or 17.33% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #9846B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9846B6 is #67B949. Grayscale: #6A6A6A. Windows color (decimal): -6797642 or 11945624. OLE color: 11945624.
HSL color Cylindrical-coordinate representation of color #9846B6: hue angle of 283.93º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9846B6 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 70 | 182 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.29 |
| HSL | 283.93º | 0.44% | 0.49% | - |
| HSV(B) | 283.93º | 0.62% | 0.71% | - |
| XYZ | 23.58 | 14.43 | 45.8 | - |
| YUV | 107.29 | 170.17 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 70 | 182 | 0.16 | 0.62 | 0 | 0.29 | 283.93 | 0.44 | 0.49 |
| Hex | 98 | 46 | B6 | 10 | 3E | 0 | 1D | 11C | 2C | 31 |
| Octal | 230 | 106 | 266 | 20 | 76 | 0 | 35 | 434 | 54 | 61 |
| Binary | 10011000 | 1000110 | 10110110 | 10000 | 111110 | 0 | 11101 | 100011100 | 101100 | 110001 |
Color Harmonies of #9846B6
Complementary color
Monochromatic Colors of #9846B6
Black with #9846B6
Text Example
Text Example
White with #9846B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9846B6; }
p { color: rgb(152,70,182); }
H1.HeaderClassName
{
color: #9846B6;
}
.AnyTagClassName
{
color: #9846B6;
}
</style>
background-color css
<style>
a { background-color: #9846B6; }
a { background-color: rgb(152,70,182); }
div.DivClassName
{
background-color: #9846B6;
}
.BgClassName
{
background-color: #9846B6;
}
</style>
border-color css
<style>
span { border-color: #9846B6; }
span { border-color: rgb(152,70,182); }
td.TdClassName
{
border-color: #9846B6;
}
.TagClassName
{
border-color: #9846B6;
}
</style>