Shades of Deep Lilac #993DB3
Tints of Deep Lilac #993DB3
RGB
CMYK
RGB Variations
Color information
#993DB3 (or 0x993DB3) is known color: Deep Lilac. HEX triplet: 99, 3D and B3. RGB value is (153,61,179). Sum of RGB (Red+Green+Blue) = 153+61+179=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 179 (70.31% from 255 or 45.55% from 393); Max value from RGB is 179 - color contains mainly: blue. Hex color #993DB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #993DB3 is #66C24C. Grayscale: #656565. Windows color (decimal): -6734413 or 11746713. OLE color: 11746713.
HSL color Cylindrical-coordinate representation of color #993DB3: hue angle of 286.78º 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 #993DB3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 61 | 179 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.30 |
| HSL | 286.78º | 0.49% | 0.47% | - |
| HSV(B) | 286.78º | 0.66% | 0.7% | - |
| XYZ | 22.94 | 13.36 | 44.02 | - |
| YUV | 101.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 179 | 0.15 | 0.66 | 0 | 0.30 | 286.78 | 0.49 | 0.47 |
| Hex | 99 | 3D | B3 | F | 42 | 0 | 1E | 11F | 31 | 2F |
| Octal | 231 | 75 | 263 | 17 | 102 | 0 | 36 | 437 | 61 | 57 |
| Binary | 10011001 | 111101 | 10110011 | 1111 | 1000010 | 0 | 11110 | 100011111 | 110001 | 101111 |
Color Harmonies of #993DB3
Complementary color
Monochromatic Colors of #993DB3
Black with #993DB3
Text Example
Text Example
White with #993DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DB3; }
p { color: rgb(153,61,179); }
H1.HeaderClassName
{
color: #993DB3;
}
.AnyTagClassName
{
color: #993DB3;
}
</style>
background-color css
<style>
a { background-color: #993DB3; }
a { background-color: rgb(153,61,179); }
div.DivClassName
{
background-color: #993DB3;
}
.BgClassName
{
background-color: #993DB3;
}
</style>
border-color css
<style>
span { border-color: #993DB3; }
span { border-color: rgb(153,61,179); }
td.TdClassName
{
border-color: #993DB3;
}
.TagClassName
{
border-color: #993DB3;
}
</style>