Shades of Deep Lilac #993FAB
Tints of Deep Lilac #993FAB
RGB
CMYK
RGB Variations
Color information
#993FAB (or 0x993FAB) is known color: Deep Lilac. HEX triplet: 99, 3F and AB. RGB value is (153,63,171). Sum of RGB (Red+Green+Blue) = 153+63+171=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #993FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FAB is #66C054. Grayscale: #656565. Windows color (decimal): -6733909 or 11222937. OLE color: 11222937.
HSL color Cylindrical-coordinate representation of color #993FAB: hue angle of 290º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993FAB is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 63 | 171 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.33 |
| HSL | 290º | 0.46% | 0.46% | - |
| HSV(B) | 290º | 0.63% | 0.67% | - |
| XYZ | 22.27 | 13.27 | 39.92 | - |
| YUV | 102.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 63 | 171 | 0.11 | 0.63 | 0 | 0.33 | 290 | 0.46 | 0.46 |
| Hex | 99 | 3F | AB | B | 3F | 0 | 21 | 122 | 2E | 2E |
| Octal | 231 | 77 | 253 | 13 | 77 | 0 | 41 | 442 | 56 | 56 |
| Binary | 10011001 | 111111 | 10101011 | 1011 | 111111 | 0 | 100001 | 100100010 | 101110 | 101110 |
Color Harmonies of #993FAB
Complementary color
Monochromatic Colors of #993FAB
Black with #993FAB
Text Example
Text Example
White with #993FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993FAB; }
p { color: rgb(153,63,171); }
H1.HeaderClassName
{
color: #993FAB;
}
.AnyTagClassName
{
color: #993FAB;
}
</style>
background-color css
<style>
a { background-color: #993FAB; }
a { background-color: rgb(153,63,171); }
div.DivClassName
{
background-color: #993FAB;
}
.BgClassName
{
background-color: #993FAB;
}
</style>
border-color css
<style>
span { border-color: #993FAB; }
span { border-color: rgb(153,63,171); }
td.TdClassName
{
border-color: #993FAB;
}
.TagClassName
{
border-color: #993FAB;
}
</style>