Shades of Deep Lilac #994BCD
Tints of Deep Lilac #994BCD
RGB
CMYK
RGB Variations
Color information
#994BCD (or 0x994BCD) is known color: Deep Lilac. HEX triplet: 99, 4B and CD. RGB value is (153,75,205). Sum of RGB (Red+Green+Blue) = 153+75+205=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #994BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BCD is #66B432. Grayscale: #707070. Windows color (decimal): -6730803 or 13454233. OLE color: 13454233.
HSL color Cylindrical-coordinate representation of color #994BCD: hue angle of 276º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994BCD is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 75 | 205 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.20 |
| HSL | 276º | 0.57% | 0.55% | - |
| HSV(B) | 276º | 0.63% | 0.8% | - |
| XYZ | 26.67 | 16.21 | 59.48 | - |
| YUV | 113.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 205 | 0.25 | 0.63 | 0 | 0.20 | 276 | 0.57 | 0.55 |
| Hex | 99 | 4B | CD | 19 | 3F | 0 | 14 | 114 | 39 | 37 |
| Octal | 231 | 113 | 315 | 31 | 77 | 0 | 24 | 424 | 71 | 67 |
| Binary | 10011001 | 1001011 | 11001101 | 11001 | 111111 | 0 | 10100 | 100010100 | 111001 | 110111 |
Color Harmonies of #994BCD
Complementary color
Monochromatic Colors of #994BCD
Black with #994BCD
Text Example
Text Example
White with #994BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BCD; }
p { color: rgb(153,75,205); }
H1.HeaderClassName
{
color: #994BCD;
}
.AnyTagClassName
{
color: #994BCD;
}
</style>
background-color css
<style>
a { background-color: #994BCD; }
a { background-color: rgb(153,75,205); }
div.DivClassName
{
background-color: #994BCD;
}
.BgClassName
{
background-color: #994BCD;
}
</style>
border-color css
<style>
span { border-color: #994BCD; }
span { border-color: rgb(153,75,205); }
td.TdClassName
{
border-color: #994BCD;
}
.TagClassName
{
border-color: #994BCD;
}
</style>