Shades of Deep Lilac #994FCF
Tints of Deep Lilac #994FCF
RGB
CMYK
RGB Variations
Color information
#994FCF (or 0x994FCF) is known color: Deep Lilac. HEX triplet: 99, 4F and CF. RGB value is (153,79,207). Sum of RGB (Red+Green+Blue) = 153+79+207=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #994FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FCF is #66B030. Grayscale: #737373. Windows color (decimal): -6729777 or 13586329. OLE color: 13586329.
HSL color Cylindrical-coordinate representation of color #994FCF: hue angle of 274.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #994FCF is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 79 | 207 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.19 |
| HSL | 274.69º | 0.57% | 0.56% | - |
| HSV(B) | 274.69º | 0.62% | 0.81% | - |
| XYZ | 27.2 | 16.87 | 60.85 | - |
| YUV | 115.72 | 179.52 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 207 | 0.26 | 0.62 | 0 | 0.19 | 274.69 | 0.57 | 0.56 |
| Hex | 99 | 4F | CF | 1A | 3E | 0 | 13 | 113 | 39 | 38 |
| Octal | 231 | 117 | 317 | 32 | 76 | 0 | 23 | 423 | 71 | 70 |
| Binary | 10011001 | 1001111 | 11001111 | 11010 | 111110 | 0 | 10011 | 100010011 | 111001 | 111000 |
Color Harmonies of #994FCF
Complementary color
Monochromatic Colors of #994FCF
Black with #994FCF
Text Example
Text Example
White with #994FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FCF; }
p { color: rgb(153,79,207); }
H1.HeaderClassName
{
color: #994FCF;
}
.AnyTagClassName
{
color: #994FCF;
}
</style>
background-color css
<style>
a { background-color: #994FCF; }
a { background-color: rgb(153,79,207); }
div.DivClassName
{
background-color: #994FCF;
}
.BgClassName
{
background-color: #994FCF;
}
</style>
border-color css
<style>
span { border-color: #994FCF; }
span { border-color: rgb(153,79,207); }
td.TdClassName
{
border-color: #994FCF;
}
.TagClassName
{
border-color: #994FCF;
}
</style>