Shades of Deep Lilac #994FCB
Tints of Deep Lilac #994FCB
RGB
CMYK
RGB Variations
Color information
#994FCB (or 0x994FCB) is known color: Deep Lilac. HEX triplet: 99, 4F and CB. RGB value is (153,79,203). Sum of RGB (Red+Green+Blue) = 153+79+203=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 79 (31.25% from 255 or 18.16% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #994FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #994FCB is #66B034. Grayscale: #727272. Windows color (decimal): -6729781 or 13324185. OLE color: 13324185.
HSL color Cylindrical-coordinate representation of color #994FCB: hue angle of 275.81º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #994FCB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 79 | 203 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.20 |
| HSL | 275.81º | 0.54% | 0.55% | - |
| HSV(B) | 275.81º | 0.61% | 0.8% | - |
| XYZ | 26.71 | 16.68 | 58.31 | - |
| YUV | 115.26 | 177.52 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 79 | 203 | 0.25 | 0.61 | 0 | 0.20 | 275.81 | 0.54 | 0.55 |
| Hex | 99 | 4F | CB | 19 | 3D | 0 | 14 | 114 | 36 | 37 |
| Octal | 231 | 117 | 313 | 31 | 75 | 0 | 24 | 424 | 66 | 67 |
| Binary | 10011001 | 1001111 | 11001011 | 11001 | 111101 | 0 | 10100 | 100010100 | 110110 | 110111 |
Color Harmonies of #994FCB
Complementary color
Monochromatic Colors of #994FCB
Black with #994FCB
Text Example
Text Example
White with #994FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994FCB; }
p { color: rgb(153,79,203); }
H1.HeaderClassName
{
color: #994FCB;
}
.AnyTagClassName
{
color: #994FCB;
}
</style>
background-color css
<style>
a { background-color: #994FCB; }
a { background-color: rgb(153,79,203); }
div.DivClassName
{
background-color: #994FCB;
}
.BgClassName
{
background-color: #994FCB;
}
</style>
border-color css
<style>
span { border-color: #994FCB; }
span { border-color: rgb(153,79,203); }
td.TdClassName
{
border-color: #994FCB;
}
.TagClassName
{
border-color: #994FCB;
}
</style>