Shades of Deep Lilac #9943AB
Tints of Deep Lilac #9943AB
RGB
CMYK
RGB Variations
Color information
#9943AB (or 0x9943AB) is known color: Deep Lilac. HEX triplet: 99, 43 and AB. RGB value is (153,67,171). Sum of RGB (Red+Green+Blue) = 153+67+171=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 67 (26.56% from 255 or 17.14% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #9943AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9943AB is #66BC54. Grayscale: #686868. Windows color (decimal): -6732885 or 11223961. OLE color: 11223961.
HSL color Cylindrical-coordinate representation of color #9943AB: hue angle of 289.62º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9943AB is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 67 | 171 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.33 |
| HSL | 289.62º | 0.44% | 0.47% | - |
| HSV(B) | 289.62º | 0.61% | 0.67% | - |
| XYZ | 22.49 | 13.73 | 39.99 | - |
| YUV | 104.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 67 | 171 | 0.11 | 0.61 | 0 | 0.33 | 289.62 | 0.44 | 0.47 |
| Hex | 99 | 43 | AB | B | 3D | 0 | 21 | 122 | 2C | 2F |
| Octal | 231 | 103 | 253 | 13 | 75 | 0 | 41 | 442 | 54 | 57 |
| Binary | 10011001 | 1000011 | 10101011 | 1011 | 111101 | 0 | 100001 | 100100010 | 101100 | 101111 |
Color Harmonies of #9943AB
Complementary color
Monochromatic Colors of #9943AB
Black with #9943AB
Text Example
Text Example
White with #9943AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9943AB; }
p { color: rgb(153,67,171); }
H1.HeaderClassName
{
color: #9943AB;
}
.AnyTagClassName
{
color: #9943AB;
}
</style>
background-color css
<style>
a { background-color: #9943AB; }
a { background-color: rgb(153,67,171); }
div.DivClassName
{
background-color: #9943AB;
}
.BgClassName
{
background-color: #9943AB;
}
</style>
border-color css
<style>
span { border-color: #9943AB; }
span { border-color: rgb(153,67,171); }
td.TdClassName
{
border-color: #9943AB;
}
.TagClassName
{
border-color: #9943AB;
}
</style>