Shades of Deep Lilac #9949BF
Tints of Deep Lilac #9949BF
RGB
CMYK
RGB Variations
Color information
#9949BF (or 0x9949BF) is known color: Deep Lilac. HEX triplet: 99, 49 and BF. RGB value is (153,73,191). Sum of RGB (Red+Green+Blue) = 153+73+191=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #9949BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949BF is #66B640. Grayscale: #6D6D6D. Windows color (decimal): -6731329 or 12536217. OLE color: 12536217.
HSL color Cylindrical-coordinate representation of color #9949BF: hue angle of 280.68º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9949BF is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 73 | 191 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.25 |
| HSL | 280.68º | 0.48% | 0.52% | - |
| HSV(B) | 280.68º | 0.62% | 0.75% | - |
| XYZ | 24.92 | 15.3 | 50.93 | - |
| YUV | 110.37 | 173.5 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 191 | 0.20 | 0.62 | 0 | 0.25 | 280.68 | 0.48 | 0.52 |
| Hex | 99 | 49 | BF | 14 | 3E | 0 | 19 | 119 | 30 | 34 |
| Octal | 231 | 111 | 277 | 24 | 76 | 0 | 31 | 431 | 60 | 64 |
| Binary | 10011001 | 1001001 | 10111111 | 10100 | 111110 | 0 | 11001 | 100011001 | 110000 | 110100 |
Color Harmonies of #9949BF
Complementary color
Monochromatic Colors of #9949BF
Black with #9949BF
Text Example
Text Example
White with #9949BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949BF; }
p { color: rgb(153,73,191); }
H1.HeaderClassName
{
color: #9949BF;
}
.AnyTagClassName
{
color: #9949BF;
}
</style>
background-color css
<style>
a { background-color: #9949BF; }
a { background-color: rgb(153,73,191); }
div.DivClassName
{
background-color: #9949BF;
}
.BgClassName
{
background-color: #9949BF;
}
</style>
border-color css
<style>
span { border-color: #9949BF; }
span { border-color: rgb(153,73,191); }
td.TdClassName
{
border-color: #9949BF;
}
.TagClassName
{
border-color: #9949BF;
}
</style>