Shades of Deep Lilac #993DB4
Tints of Deep Lilac #993DB4
RGB
CMYK
RGB Variations
Color information
#993DB4 (or 0x993DB4) is known color: Deep Lilac. HEX triplet: 99, 3D and B4. RGB value is (153,61,180). Sum of RGB (Red+Green+Blue) = 153+61+180=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 180 (70.70% from 255 or 45.69% from 394); Max value from RGB is 180 - color contains mainly: blue. Hex color #993DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB4 is #66C24B. Grayscale: #656565. Windows color (decimal): -6734412 or 11812249. OLE color: 11812249.
HSL color Cylindrical-coordinate representation of color #993DB4: hue angle of 286.39º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993DB4 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 61 | 180 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.29 |
| HSL | 286.39º | 0.49% | 0.47% | - |
| HSV(B) | 286.39º | 0.66% | 0.71% | - |
| XYZ | 23.04 | 13.41 | 44.55 | - |
| YUV | 102.07 | 171.98 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 180 | 0.15 | 0.66 | 0 | 0.29 | 286.39 | 0.49 | 0.47 |
| Hex | 99 | 3D | B4 | F | 42 | 0 | 1D | 11E | 31 | 2F |
| Octal | 231 | 75 | 264 | 17 | 102 | 0 | 35 | 436 | 61 | 57 |
| Binary | 10011001 | 111101 | 10110100 | 1111 | 1000010 | 0 | 11101 | 100011110 | 110001 | 101111 |
Color Harmonies of #993DB4
Complementary color
Monochromatic Colors of #993DB4
Black with #993DB4
Text Example
Text Example
White with #993DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DB4; }
p { color: rgb(153,61,180); }
H1.HeaderClassName
{
color: #993DB4;
}
.AnyTagClassName
{
color: #993DB4;
}
</style>
background-color css
<style>
a { background-color: #993DB4; }
a { background-color: rgb(153,61,180); }
div.DivClassName
{
background-color: #993DB4;
}
.BgClassName
{
background-color: #993DB4;
}
</style>
border-color css
<style>
span { border-color: #993DB4; }
span { border-color: rgb(153,61,180); }
td.TdClassName
{
border-color: #993DB4;
}
.TagClassName
{
border-color: #993DB4;
}
</style>