Shades of Deep Lilac #994BC1
Tints of Deep Lilac #994BC1
RGB
CMYK
RGB Variations
Color information
#994BC1 (or 0x994BC1) is known color: Deep Lilac. HEX triplet: 99, 4B and C1. RGB value is (153,75,193). Sum of RGB (Red+Green+Blue) = 153+75+193=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 75 (29.69% from 255 or 17.81% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #994BC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BC1 is #66B43E. Grayscale: #6F6F6F. Windows color (decimal): -6730815 or 12667801. OLE color: 12667801.
HSL color Cylindrical-coordinate representation of color #994BC1: hue angle of 279.66º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994BC1 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 75 | 193 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.24 |
| HSL | 279.66º | 0.49% | 0.53% | - |
| HSV(B) | 279.66º | 0.61% | 0.76% | - |
| XYZ | 25.28 | 15.65 | 52.14 | - |
| YUV | 111.77 | 173.84 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 193 | 0.21 | 0.61 | 0 | 0.24 | 279.66 | 0.49 | 0.53 |
| Hex | 99 | 4B | C1 | 15 | 3D | 0 | 18 | 118 | 31 | 35 |
| Octal | 231 | 113 | 301 | 25 | 75 | 0 | 30 | 430 | 61 | 65 |
| Binary | 10011001 | 1001011 | 11000001 | 10101 | 111101 | 0 | 11000 | 100011000 | 110001 | 110101 |
Color Harmonies of #994BC1
Complementary color
Monochromatic Colors of #994BC1
Black with #994BC1
Text Example
Text Example
White with #994BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BC1; }
p { color: rgb(153,75,193); }
H1.HeaderClassName
{
color: #994BC1;
}
.AnyTagClassName
{
color: #994BC1;
}
</style>
background-color css
<style>
a { background-color: #994BC1; }
a { background-color: rgb(153,75,193); }
div.DivClassName
{
background-color: #994BC1;
}
.BgClassName
{
background-color: #994BC1;
}
</style>
border-color css
<style>
span { border-color: #994BC1; }
span { border-color: rgb(153,75,193); }
td.TdClassName
{
border-color: #994BC1;
}
.TagClassName
{
border-color: #994BC1;
}
</style>