Shades of Deep Lilac #9949BD
Tints of Deep Lilac #9949BD
RGB
CMYK
RGB Variations
Color information
#9949BD (or 0x9949BD) is known color: Deep Lilac. HEX triplet: 99, 49 and BD. RGB value is (153,73,189). Sum of RGB (Red+Green+Blue) = 153+73+189=415 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.87% from 415); Green value is 73 (28.91% from 255 or 17.59% from 415); Blue value is 189 (74.22% from 255 or 45.54% from 415); Max value from RGB is 189 - color contains mainly: blue. Hex color #9949BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949BD is #66B642. Grayscale: #6D6D6D. Windows color (decimal): -6731331 or 12405145. OLE color: 12405145.
HSL color Cylindrical-coordinate representation of color #9949BD: hue angle of 281.38º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9949BD is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 73 | 189 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.26 |
| HSL | 281.38º | 0.47% | 0.51% | - |
| HSV(B) | 281.38º | 0.61% | 0.74% | - |
| XYZ | 24.7 | 15.21 | 49.78 | - |
| YUV | 110.14 | 172.5 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 189 | 0.19 | 0.61 | 0 | 0.26 | 281.38 | 0.47 | 0.51 |
| Hex | 99 | 49 | BD | 13 | 3D | 0 | 1A | 119 | 2F | 33 |
| Octal | 231 | 111 | 275 | 23 | 75 | 0 | 32 | 431 | 57 | 63 |
| Binary | 10011001 | 1001001 | 10111101 | 10011 | 111101 | 0 | 11010 | 100011001 | 101111 | 110011 |
Color Harmonies of #9949BD
Complementary color
Monochromatic Colors of #9949BD
Black with #9949BD
Text Example
Text Example
White with #9949BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949BD; }
p { color: rgb(153,73,189); }
H1.HeaderClassName
{
color: #9949BD;
}
.AnyTagClassName
{
color: #9949BD;
}
</style>
background-color css
<style>
a { background-color: #9949BD; }
a { background-color: rgb(153,73,189); }
div.DivClassName
{
background-color: #9949BD;
}
.BgClassName
{
background-color: #9949BD;
}
</style>
border-color css
<style>
span { border-color: #9949BD; }
span { border-color: rgb(153,73,189); }
td.TdClassName
{
border-color: #9949BD;
}
.TagClassName
{
border-color: #9949BD;
}
</style>