Shades of Deep Lilac #9941A7
Tints of Deep Lilac #9941A7
RGB
CMYK
RGB Variations
Color information
#9941A7 (or 0x9941A7) is known color: Deep Lilac. HEX triplet: 99, 41 and A7. RGB value is (153,65,167). Sum of RGB (Red+Green+Blue) = 153+65+167=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 65 (25.78% from 255 or 16.88% from 385); Blue value is 167 (65.62% from 255 or 43.38% from 385); Max value from RGB is 167 - color contains mainly: blue. Hex color #9941A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9941A7 is #66BE58. Grayscale: #666666. Windows color (decimal): -6733401 or 10961305. OLE color: 10961305.
HSL color Cylindrical-coordinate representation of color #9941A7: hue angle of 291.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9941A7 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 65 | 167 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.35 |
| HSL | 291.76º | 0.44% | 0.45% | - |
| HSV(B) | 291.76º | 0.61% | 0.65% | - |
| XYZ | 22 | 13.34 | 37.98 | - |
| YUV | 102.94 | 164.15 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 65 | 167 | 0.08 | 0.61 | 0 | 0.35 | 291.76 | 0.44 | 0.45 |
| Hex | 99 | 41 | A7 | 8 | 3D | 0 | 23 | 124 | 2C | 2D |
| Octal | 231 | 101 | 247 | 10 | 75 | 0 | 43 | 444 | 54 | 55 |
| Binary | 10011001 | 1000001 | 10100111 | 1000 | 111101 | 0 | 100011 | 100100100 | 101100 | 101101 |
Color Harmonies of #9941A7
Complementary color
Monochromatic Colors of #9941A7
Black with #9941A7
Text Example
Text Example
White with #9941A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9941A7; }
p { color: rgb(153,65,167); }
H1.HeaderClassName
{
color: #9941A7;
}
.AnyTagClassName
{
color: #9941A7;
}
</style>
background-color css
<style>
a { background-color: #9941A7; }
a { background-color: rgb(153,65,167); }
div.DivClassName
{
background-color: #9941A7;
}
.BgClassName
{
background-color: #9941A7;
}
</style>
border-color css
<style>
span { border-color: #9941A7; }
span { border-color: rgb(153,65,167); }
td.TdClassName
{
border-color: #9941A7;
}
.TagClassName
{
border-color: #9941A7;
}
</style>