Shades of Deep Lilac #993DB2
Tints of Deep Lilac #993DB2
RGB
CMYK
RGB Variations
Color information
#993DB2 (or 0x993DB2) is known color: Deep Lilac. HEX triplet: 99, 3D and B2. RGB value is (153,61,178). Sum of RGB (Red+Green+Blue) = 153+61+178=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 178 (69.92% from 255 or 45.41% from 392); Max value from RGB is 178 - color contains mainly: blue. Hex color #993DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DB2 is #66C24D. Grayscale: #656565. Windows color (decimal): -6734414 or 11681177. OLE color: 11681177.
HSL color Cylindrical-coordinate representation of color #993DB2: hue angle of 287.18º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993DB2 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 61 | 178 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.30 |
| HSL | 287.18º | 0.49% | 0.47% | - |
| HSV(B) | 287.18º | 0.66% | 0.7% | - |
| XYZ | 22.84 | 13.32 | 43.49 | - |
| YUV | 101.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 178 | 0.14 | 0.66 | 0 | 0.30 | 287.18 | 0.49 | 0.47 |
| Hex | 99 | 3D | B2 | E | 42 | 0 | 1E | 11F | 31 | 2F |
| Octal | 231 | 75 | 262 | 16 | 102 | 0 | 36 | 437 | 61 | 57 |
| Binary | 10011001 | 111101 | 10110010 | 1110 | 1000010 | 0 | 11110 | 100011111 | 110001 | 101111 |
Color Harmonies of #993DB2
Complementary color
Monochromatic Colors of #993DB2
Black with #993DB2
Text Example
Text Example
White with #993DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DB2; }
p { color: rgb(153,61,178); }
H1.HeaderClassName
{
color: #993DB2;
}
.AnyTagClassName
{
color: #993DB2;
}
</style>
background-color css
<style>
a { background-color: #993DB2; }
a { background-color: rgb(153,61,178); }
div.DivClassName
{
background-color: #993DB2;
}
.BgClassName
{
background-color: #993DB2;
}
</style>
border-color css
<style>
span { border-color: #993DB2; }
span { border-color: rgb(153,61,178); }
td.TdClassName
{
border-color: #993DB2;
}
.TagClassName
{
border-color: #993DB2;
}
</style>