Shades of Deep Lilac #9949CC
Tints of Deep Lilac #9949CC
RGB
CMYK
RGB Variations
Color information
#9949CC (or 0x9949CC) is known color: Deep Lilac. HEX triplet: 99, 49 and CC. RGB value is (153,73,204). Sum of RGB (Red+Green+Blue) = 153+73+204=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #9949CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949CC is #66B633. Grayscale: #6F6F6F. Windows color (decimal): -6731316 or 13388185. OLE color: 13388185.
HSL color Cylindrical-coordinate representation of color #9949CC: hue angle of 276.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9949CC is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 73 | 204 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.2 |
| HSL | 276.64º | 0.56% | 0.54% | - |
| HSV(B) | 276.64º | 0.64% | 0.8% | - |
| XYZ | 26.42 | 15.9 | 58.8 | - |
| YUV | 111.85 | 180 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 204 | 0.25 | 0.64 | 0 | 0.2 | 276.64 | 0.56 | 0.54 |
| Hex | 99 | 49 | CC | 19 | 40 | 0 | 14 | 115 | 38 | 36 |
| Octal | 231 | 111 | 314 | 31 | 100 | 0 | 24 | 425 | 70 | 66 |
| Binary | 10011001 | 1001001 | 11001100 | 11001 | 1000000 | 0 | 10100 | 100010101 | 111000 | 110110 |
Color Harmonies of #9949CC
Complementary color
Monochromatic Colors of #9949CC
Black with #9949CC
Text Example
Text Example
White with #9949CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949CC; }
p { color: rgb(153,73,204); }
H1.HeaderClassName
{
color: #9949CC;
}
.AnyTagClassName
{
color: #9949CC;
}
</style>
background-color css
<style>
a { background-color: #9949CC; }
a { background-color: rgb(153,73,204); }
div.DivClassName
{
background-color: #9949CC;
}
.BgClassName
{
background-color: #9949CC;
}
</style>
border-color css
<style>
span { border-color: #9949CC; }
span { border-color: rgb(153,73,204); }
td.TdClassName
{
border-color: #9949CC;
}
.TagClassName
{
border-color: #9949CC;
}
</style>