Shades of Deep Lilac #993CAB
Tints of Deep Lilac #993CAB
RGB
CMYK
RGB Variations
Color information
#993CAB (or 0x993CAB) is known color: Deep Lilac. HEX triplet: 99, 3C and AB. RGB value is (153,60,171). Sum of RGB (Red+Green+Blue) = 153+60+171=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #993CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CAB is #66C354. Grayscale: #646464. Windows color (decimal): -6734677 or 11222169. OLE color: 11222169.
HSL color Cylindrical-coordinate representation of color #993CAB: hue angle of 290.27º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993CAB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 60 | 171 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.33 |
| HSL | 290.27º | 0.48% | 0.45% | - |
| HSV(B) | 290.27º | 0.65% | 0.67% | - |
| XYZ | 22.1 | 12.94 | 39.86 | - |
| YUV | 100.46 | 167.81 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 171 | 0.11 | 0.65 | 0 | 0.33 | 290.27 | 0.48 | 0.45 |
| Hex | 99 | 3C | AB | B | 41 | 0 | 21 | 122 | 30 | 2D |
| Octal | 231 | 74 | 253 | 13 | 101 | 0 | 41 | 442 | 60 | 55 |
| Binary | 10011001 | 111100 | 10101011 | 1011 | 1000001 | 0 | 100001 | 100100010 | 110000 | 101101 |
Color Harmonies of #993CAB
Complementary color
Monochromatic Colors of #993CAB
Black with #993CAB
Text Example
Text Example
White with #993CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CAB; }
p { color: rgb(153,60,171); }
H1.HeaderClassName
{
color: #993CAB;
}
.AnyTagClassName
{
color: #993CAB;
}
</style>
background-color css
<style>
a { background-color: #993CAB; }
a { background-color: rgb(153,60,171); }
div.DivClassName
{
background-color: #993CAB;
}
.BgClassName
{
background-color: #993CAB;
}
</style>
border-color css
<style>
span { border-color: #993CAB; }
span { border-color: rgb(153,60,171); }
td.TdClassName
{
border-color: #993CAB;
}
.TagClassName
{
border-color: #993CAB;
}
</style>