Shades of Deep Lilac #993BAC
Tints of Deep Lilac #993BAC
RGB
CMYK
RGB Variations
Color information
#993BAC (or 0x993BAC) is known color: Deep Lilac. HEX triplet: 99, 3B and AC. RGB value is (153,59,172). Sum of RGB (Red+Green+Blue) = 153+59+172=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #993BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993BAC is #66C453. Grayscale: #636363. Windows color (decimal): -6734932 or 11287449. OLE color: 11287449.
HSL color Cylindrical-coordinate representation of color #993BAC: hue angle of 289.91º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993BAC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 59 | 172 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.33 |
| HSL | 289.91º | 0.49% | 0.45% | - |
| HSV(B) | 289.91º | 0.66% | 0.67% | - |
| XYZ | 22.15 | 12.88 | 40.35 | - |
| YUV | 99.99 | 168.64 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 59 | 172 | 0.11 | 0.66 | 0 | 0.33 | 289.91 | 0.49 | 0.45 |
| Hex | 99 | 3B | AC | B | 42 | 0 | 21 | 122 | 31 | 2D |
| Octal | 231 | 73 | 254 | 13 | 102 | 0 | 41 | 442 | 61 | 55 |
| Binary | 10011001 | 111011 | 10101100 | 1011 | 1000010 | 0 | 100001 | 100100010 | 110001 | 101101 |
Color Harmonies of #993BAC
Complementary color
Monochromatic Colors of #993BAC
Black with #993BAC
Text Example
Text Example
White with #993BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993BAC; }
p { color: rgb(153,59,172); }
H1.HeaderClassName
{
color: #993BAC;
}
.AnyTagClassName
{
color: #993BAC;
}
</style>
background-color css
<style>
a { background-color: #993BAC; }
a { background-color: rgb(153,59,172); }
div.DivClassName
{
background-color: #993BAC;
}
.BgClassName
{
background-color: #993BAC;
}
</style>
border-color css
<style>
span { border-color: #993BAC; }
span { border-color: rgb(153,59,172); }
td.TdClassName
{
border-color: #993BAC;
}
.TagClassName
{
border-color: #993BAC;
}
</style>