Shades of Deep Lilac #9940A8
Tints of Deep Lilac #9940A8
RGB
CMYK
RGB Variations
Color information
#9940A8 (or 0x9940A8) is known color: Deep Lilac. HEX triplet: 99, 40 and A8. RGB value is (153,64,168). Sum of RGB (Red+Green+Blue) = 153+64+168=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 168 (66.02% from 255 or 43.64% from 385); Max value from RGB is 168 - color contains mainly: blue. Hex color #9940A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9940A8 is #66BF57. Grayscale: #666666. Windows color (decimal): -6733656 or 11026585. OLE color: 11026585.
HSL color Cylindrical-coordinate representation of color #9940A8: hue angle of 291.35º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9940A8 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 64 | 168 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.34 |
| HSL | 291.35º | 0.45% | 0.45% | - |
| HSV(B) | 291.35º | 0.62% | 0.66% | - |
| XYZ | 22.04 | 13.27 | 38.44 | - |
| YUV | 102.47 | 164.99 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 168 | 0.09 | 0.62 | 0 | 0.34 | 291.35 | 0.45 | 0.45 |
| Hex | 99 | 40 | A8 | 9 | 3E | 0 | 22 | 123 | 2D | 2D |
| Octal | 231 | 100 | 250 | 11 | 76 | 0 | 42 | 443 | 55 | 55 |
| Binary | 10011001 | 1000000 | 10101000 | 1001 | 111110 | 0 | 100010 | 100100011 | 101101 | 101101 |
Color Harmonies of #9940A8
Complementary color
Monochromatic Colors of #9940A8
Black with #9940A8
Text Example
Text Example
White with #9940A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940A8; }
p { color: rgb(153,64,168); }
H1.HeaderClassName
{
color: #9940A8;
}
.AnyTagClassName
{
color: #9940A8;
}
</style>
background-color css
<style>
a { background-color: #9940A8; }
a { background-color: rgb(153,64,168); }
div.DivClassName
{
background-color: #9940A8;
}
.BgClassName
{
background-color: #9940A8;
}
</style>
border-color css
<style>
span { border-color: #9940A8; }
span { border-color: rgb(153,64,168); }
td.TdClassName
{
border-color: #9940A8;
}
.TagClassName
{
border-color: #9940A8;
}
</style>