Shades of Deep Lilac #993CB0
Tints of Deep Lilac #993CB0
RGB
CMYK
RGB Variations
Color information
#993CB0 (or 0x993CB0) is known color: Deep Lilac. HEX triplet: 99, 3C and B0. RGB value is (153,60,176). Sum of RGB (Red+Green+Blue) = 153+60+176=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 60 (23.83% from 255 or 15.42% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 176 - color contains mainly: blue. Hex color #993CB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993CB0 is #66C34F. Grayscale: #646464. Windows color (decimal): -6734672 or 11549849. OLE color: 11549849.
HSL color Cylindrical-coordinate representation of color #993CB0: hue angle of 288.1º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993CB0 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 60 | 176 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.31 |
| HSL | 288.1º | 0.49% | 0.46% | - |
| HSV(B) | 288.1º | 0.66% | 0.69% | - |
| XYZ | 22.59 | 13.14 | 42.42 | - |
| YUV | 101.03 | 170.31 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 60 | 176 | 0.13 | 0.66 | 0 | 0.31 | 288.1 | 0.49 | 0.46 |
| Hex | 99 | 3C | B0 | D | 42 | 0 | 1F | 120 | 31 | 2E |
| Octal | 231 | 74 | 260 | 15 | 102 | 0 | 37 | 440 | 61 | 56 |
| Binary | 10011001 | 111100 | 10110000 | 1101 | 1000010 | 0 | 11111 | 100100000 | 110001 | 101110 |
Color Harmonies of #993CB0
Complementary color
Monochromatic Colors of #993CB0
Black with #993CB0
Text Example
Text Example
White with #993CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993CB0; }
p { color: rgb(153,60,176); }
H1.HeaderClassName
{
color: #993CB0;
}
.AnyTagClassName
{
color: #993CB0;
}
</style>
background-color css
<style>
a { background-color: #993CB0; }
a { background-color: rgb(153,60,176); }
div.DivClassName
{
background-color: #993CB0;
}
.BgClassName
{
background-color: #993CB0;
}
</style>
border-color css
<style>
span { border-color: #993CB0; }
span { border-color: rgb(153,60,176); }
td.TdClassName
{
border-color: #993CB0;
}
.TagClassName
{
border-color: #993CB0;
}
</style>