Shades of Deep Lilac #994AC1
Tints of Deep Lilac #994AC1
RGB
CMYK
RGB Variations
Color information
#994AC1 (or 0x994AC1) is known color: Deep Lilac. HEX triplet: 99, 4A and C1. RGB value is (153,74,193). Sum of RGB (Red+Green+Blue) = 153+74+193=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 74 (29.30% from 255 or 17.62% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #994AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AC1 is #66B53E. Grayscale: #6E6E6E. Windows color (decimal): -6731071 or 12667545. OLE color: 12667545.
HSL color Cylindrical-coordinate representation of color #994AC1: hue angle of 279.83º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994AC1 is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 74 | 193 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.24 |
| HSL | 279.83º | 0.49% | 0.52% | - |
| HSV(B) | 279.83º | 0.62% | 0.76% | - |
| XYZ | 25.21 | 15.52 | 52.12 | - |
| YUV | 111.19 | 174.17 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 193 | 0.21 | 0.62 | 0 | 0.24 | 279.83 | 0.49 | 0.52 |
| Hex | 99 | 4A | C1 | 15 | 3E | 0 | 18 | 118 | 31 | 34 |
| Octal | 231 | 112 | 301 | 25 | 76 | 0 | 30 | 430 | 61 | 64 |
| Binary | 10011001 | 1001010 | 11000001 | 10101 | 111110 | 0 | 11000 | 100011000 | 110001 | 110100 |
Color Harmonies of #994AC1
Complementary color
Monochromatic Colors of #994AC1
Black with #994AC1
Text Example
Text Example
White with #994AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AC1; }
p { color: rgb(153,74,193); }
H1.HeaderClassName
{
color: #994AC1;
}
.AnyTagClassName
{
color: #994AC1;
}
</style>
background-color css
<style>
a { background-color: #994AC1; }
a { background-color: rgb(153,74,193); }
div.DivClassName
{
background-color: #994AC1;
}
.BgClassName
{
background-color: #994AC1;
}
</style>
border-color css
<style>
span { border-color: #994AC1; }
span { border-color: rgb(153,74,193); }
td.TdClassName
{
border-color: #994AC1;
}
.TagClassName
{
border-color: #994AC1;
}
</style>