Shades of Deep Lilac #9947B4
Tints of Deep Lilac #9947B4
RGB
CMYK
RGB Variations
Color information
#9947B4 (or 0x9947B4) is known color: Deep Lilac. HEX triplet: 99, 47 and B4. RGB value is (153,71,180). Sum of RGB (Red+Green+Blue) = 153+71+180=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 180 (70.70% from 255 or 44.55% from 404); Max value from RGB is 180 - color contains mainly: blue. Hex color #9947B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9947B4 is #66B84B. Grayscale: #6B6B6B. Windows color (decimal): -6731852 or 11814809. OLE color: 11814809.
HSL color Cylindrical-coordinate representation of color #9947B4: hue angle of 285.14º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9947B4 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 71 | 180 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.29 |
| HSL | 285.14º | 0.43% | 0.49% | - |
| HSV(B) | 285.14º | 0.61% | 0.71% | - |
| XYZ | 23.63 | 14.57 | 44.75 | - |
| YUV | 107.94 | 168.67 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 180 | 0.15 | 0.61 | 0 | 0.29 | 285.14 | 0.43 | 0.49 |
| Hex | 99 | 47 | B4 | F | 3D | 0 | 1D | 11D | 2B | 31 |
| Octal | 231 | 107 | 264 | 17 | 75 | 0 | 35 | 435 | 53 | 61 |
| Binary | 10011001 | 1000111 | 10110100 | 1111 | 111101 | 0 | 11101 | 100011101 | 101011 | 110001 |
Color Harmonies of #9947B4
Complementary color
Monochromatic Colors of #9947B4
Black with #9947B4
Text Example
Text Example
White with #9947B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9947B4; }
p { color: rgb(153,71,180); }
H1.HeaderClassName
{
color: #9947B4;
}
.AnyTagClassName
{
color: #9947B4;
}
</style>
background-color css
<style>
a { background-color: #9947B4; }
a { background-color: rgb(153,71,180); }
div.DivClassName
{
background-color: #9947B4;
}
.BgClassName
{
background-color: #9947B4;
}
</style>
border-color css
<style>
span { border-color: #9947B4; }
span { border-color: rgb(153,71,180); }
td.TdClassName
{
border-color: #9947B4;
}
.TagClassName
{
border-color: #9947B4;
}
</style>