Shades of Deep Lilac #9947BE
Tints of Deep Lilac #9947BE
RGB
CMYK
RGB Variations
Color information
#9947BE (or 0x9947BE) is known color: Deep Lilac. HEX triplet: 99, 47 and BE. RGB value is (153,71,190). Sum of RGB (Red+Green+Blue) = 153+71+190=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #9947BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9947BE is #66B841. Grayscale: #6C6C6C. Windows color (decimal): -6731842 or 12470169. OLE color: 12470169.
HSL color Cylindrical-coordinate representation of color #9947BE: hue angle of 281.34º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9947BE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 71 | 190 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.25 |
| HSL | 281.34º | 0.48% | 0.51% | - |
| HSV(B) | 281.34º | 0.63% | 0.75% | - |
| XYZ | 24.68 | 15 | 50.31 | - |
| YUV | 109.08 | 173.67 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 190 | 0.19 | 0.63 | 0 | 0.25 | 281.34 | 0.48 | 0.51 |
| Hex | 99 | 47 | BE | 13 | 3F | 0 | 19 | 119 | 30 | 33 |
| Octal | 231 | 107 | 276 | 23 | 77 | 0 | 31 | 431 | 60 | 63 |
| Binary | 10011001 | 1000111 | 10111110 | 10011 | 111111 | 0 | 11001 | 100011001 | 110000 | 110011 |
Color Harmonies of #9947BE
Complementary color
Monochromatic Colors of #9947BE
Black with #9947BE
Text Example
Text Example
White with #9947BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947BE; }
p { color: rgb(153,71,190); }
H1.HeaderClassName
{
color: #9947BE;
}
.AnyTagClassName
{
color: #9947BE;
}
</style>
background-color css
<style>
a { background-color: #9947BE; }
a { background-color: rgb(153,71,190); }
div.DivClassName
{
background-color: #9947BE;
}
.BgClassName
{
background-color: #9947BE;
}
</style>
border-color css
<style>
span { border-color: #9947BE; }
span { border-color: rgb(153,71,190); }
td.TdClassName
{
border-color: #9947BE;
}
.TagClassName
{
border-color: #9947BE;
}
</style>