Shades of Deep Lilac #993DAB
Tints of Deep Lilac #993DAB
RGB
CMYK
RGB Variations
Color information
#993DAB (or 0x993DAB) is known color: Deep Lilac. HEX triplet: 99, 3D and AB. RGB value is (153,61,171). Sum of RGB (Red+Green+Blue) = 153+61+171=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 171 - color contains mainly: blue. Hex color #993DAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DAB is #66C254. Grayscale: #646464. Windows color (decimal): -6734421 or 11222425. OLE color: 11222425.
HSL color Cylindrical-coordinate representation of color #993DAB: hue angle of 290.18º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993DAB is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 61 | 171 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.33 |
| HSL | 290.18º | 0.47% | 0.45% | - |
| HSV(B) | 290.18º | 0.64% | 0.67% | - |
| XYZ | 22.16 | 13.05 | 39.88 | - |
| YUV | 101.05 | 167.48 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 171 | 0.11 | 0.64 | 0 | 0.33 | 290.18 | 0.47 | 0.45 |
| Hex | 99 | 3D | AB | B | 40 | 0 | 21 | 122 | 2F | 2D |
| Octal | 231 | 75 | 253 | 13 | 100 | 0 | 41 | 442 | 57 | 55 |
| Binary | 10011001 | 111101 | 10101011 | 1011 | 1000000 | 0 | 100001 | 100100010 | 101111 | 101101 |
Color Harmonies of #993DAB
Complementary color
Monochromatic Colors of #993DAB
Black with #993DAB
Text Example
Text Example
White with #993DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DAB; }
p { color: rgb(153,61,171); }
H1.HeaderClassName
{
color: #993DAB;
}
.AnyTagClassName
{
color: #993DAB;
}
</style>
background-color css
<style>
a { background-color: #993DAB; }
a { background-color: rgb(153,61,171); }
div.DivClassName
{
background-color: #993DAB;
}
.BgClassName
{
background-color: #993DAB;
}
</style>
border-color css
<style>
span { border-color: #993DAB; }
span { border-color: rgb(153,61,171); }
td.TdClassName
{
border-color: #993DAB;
}
.TagClassName
{
border-color: #993DAB;
}
</style>