Shades of Deep Lilac #994AC8
Tints of Deep Lilac #994AC8
RGB
CMYK
RGB Variations
Color information
#994AC8 (or 0x994AC8) is known color: Deep Lilac. HEX triplet: 99, 4A and C8. RGB value is (153,74,200). Sum of RGB (Red+Green+Blue) = 153+74+200=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 200 (78.52% from 255 or 46.84% from 427); Max value from RGB is 200 - color contains mainly: blue. Hex color #994AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994AC8 is #66B537. Grayscale: #6F6F6F. Windows color (decimal): -6731064 or 13126297. OLE color: 13126297.
HSL color Cylindrical-coordinate representation of color #994AC8: hue angle of 277.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994AC8 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 153 | 74 | 200 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.22 |
| HSL | 277.62º | 0.53% | 0.54% | - |
| HSV(B) | 277.62º | 0.63% | 0.78% | - |
| XYZ | 26.01 | 15.84 | 56.33 | - |
| YUV | 111.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 200 | 0.24 | 0.63 | 0 | 0.22 | 277.62 | 0.53 | 0.54 |
| Hex | 99 | 4A | C8 | 18 | 3F | 0 | 16 | 116 | 35 | 36 |
| Octal | 231 | 112 | 310 | 30 | 77 | 0 | 26 | 426 | 65 | 66 |
| Binary | 10011001 | 1001010 | 11001000 | 11000 | 111111 | 0 | 10110 | 100010110 | 110101 | 110110 |
Color Harmonies of #994AC8
Complementary color
Monochromatic Colors of #994AC8
Black with #994AC8
Text Example
Text Example
White with #994AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994AC8; }
p { color: rgb(153,74,200); }
H1.HeaderClassName
{
color: #994AC8;
}
.AnyTagClassName
{
color: #994AC8;
}
</style>
background-color css
<style>
a { background-color: #994AC8; }
a { background-color: rgb(153,74,200); }
div.DivClassName
{
background-color: #994AC8;
}
.BgClassName
{
background-color: #994AC8;
}
</style>
border-color css
<style>
span { border-color: #994AC8; }
span { border-color: rgb(153,74,200); }
td.TdClassName
{
border-color: #994AC8;
}
.TagClassName
{
border-color: #994AC8;
}
</style>