Shades of Deep Lilac #9949CE
Tints of Deep Lilac #9949CE
RGB
CMYK
RGB Variations
Color information
#9949CE (or 0x9949CE) is known color: Deep Lilac. HEX triplet: 99, 49 and CE. RGB value is (153,73,206). Sum of RGB (Red+Green+Blue) = 153+73+206=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 73 (28.91% from 255 or 16.90% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #9949CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949CE is #66B631. Grayscale: #6F6F6F. Windows color (decimal): -6731314 or 13519257. OLE color: 13519257.
HSL color Cylindrical-coordinate representation of color #9949CE: hue angle of 276.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9949CE is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 73 | 206 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.19 |
| HSL | 276.09º | 0.58% | 0.55% | - |
| HSV(B) | 276.09º | 0.65% | 0.81% | - |
| XYZ | 26.66 | 15.99 | 60.07 | - |
| YUV | 112.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 206 | 0.26 | 0.65 | 0 | 0.19 | 276.09 | 0.58 | 0.55 |
| Hex | 99 | 49 | CE | 1A | 41 | 0 | 13 | 114 | 3A | 37 |
| Octal | 231 | 111 | 316 | 32 | 101 | 0 | 23 | 424 | 72 | 67 |
| Binary | 10011001 | 1001001 | 11001110 | 11010 | 1000001 | 0 | 10011 | 100010100 | 111010 | 110111 |
Color Harmonies of #9949CE
Complementary color
Monochromatic Colors of #9949CE
Black with #9949CE
Text Example
Text Example
White with #9949CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949CE; }
p { color: rgb(153,73,206); }
H1.HeaderClassName
{
color: #9949CE;
}
.AnyTagClassName
{
color: #9949CE;
}
</style>
background-color css
<style>
a { background-color: #9949CE; }
a { background-color: rgb(153,73,206); }
div.DivClassName
{
background-color: #9949CE;
}
.BgClassName
{
background-color: #9949CE;
}
</style>
border-color css
<style>
span { border-color: #9949CE; }
span { border-color: rgb(153,73,206); }
td.TdClassName
{
border-color: #9949CE;
}
.TagClassName
{
border-color: #9949CE;
}
</style>