Shades of Deep Lilac #9840AA
Tints of Deep Lilac #9840AA
RGB
CMYK
RGB Variations
Color information
#9840AA (or 0x9840AA) is known color: Deep Lilac. HEX triplet: 98, 40 and AA. RGB value is (152,64,170). Sum of RGB (Red+Green+Blue) = 152+64+170=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 64 (25.39% from 255 or 16.58% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #9840AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9840AA is #67BF55. Grayscale: #666666. Windows color (decimal): -6799190 or 11157656. OLE color: 11157656.
HSL color Cylindrical-coordinate representation of color #9840AA: hue angle of 289.81º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9840AA is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 64 | 170 | - |
| CMYK | 0.11 | 0.62 | 0 | 0.33 |
| HSL | 289.81º | 0.45% | 0.46% | - |
| HSV(B) | 289.81º | 0.62% | 0.67% | - |
| XYZ | 22.04 | 13.24 | 39.43 | - |
| YUV | 102.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 64 | 170 | 0.11 | 0.62 | 0 | 0.33 | 289.81 | 0.45 | 0.46 |
| Hex | 98 | 40 | AA | B | 3E | 0 | 21 | 122 | 2D | 2E |
| Octal | 230 | 100 | 252 | 13 | 76 | 0 | 41 | 442 | 55 | 56 |
| Binary | 10011000 | 1000000 | 10101010 | 1011 | 111110 | 0 | 100001 | 100100010 | 101101 | 101110 |
Color Harmonies of #9840AA
Complementary color
Monochromatic Colors of #9840AA
Black with #9840AA
Text Example
Text Example
White with #9840AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9840AA; }
p { color: rgb(152,64,170); }
H1.HeaderClassName
{
color: #9840AA;
}
.AnyTagClassName
{
color: #9840AA;
}
</style>
background-color css
<style>
a { background-color: #9840AA; }
a { background-color: rgb(152,64,170); }
div.DivClassName
{
background-color: #9840AA;
}
.BgClassName
{
background-color: #9840AA;
}
</style>
border-color css
<style>
span { border-color: #9840AA; }
span { border-color: rgb(152,64,170); }
td.TdClassName
{
border-color: #9840AA;
}
.TagClassName
{
border-color: #9840AA;
}
</style>