Shades of Deep Lilac #994CCB
Tints of Deep Lilac #994CCB
RGB
CMYK
RGB Variations
Color information
#994CCB (or 0x994CCB) is known color: Deep Lilac. HEX triplet: 99, 4C and CB. RGB value is (153,76,203). Sum of RGB (Red+Green+Blue) = 153+76+203=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 76 (30.08% from 255 or 17.59% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #994CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994CCB is #66B334. Grayscale: #717171. Windows color (decimal): -6730549 or 13323417. OLE color: 13323417.
HSL color Cylindrical-coordinate representation of color #994CCB: hue angle of 276.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #994CCB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 76 | 203 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.20 |
| HSL | 276.38º | 0.55% | 0.55% | - |
| HSV(B) | 276.38º | 0.63% | 0.8% | - |
| XYZ | 26.5 | 16.25 | 58.24 | - |
| YUV | 113.5 | 178.51 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 76 | 203 | 0.25 | 0.63 | 0 | 0.20 | 276.38 | 0.55 | 0.55 |
| Hex | 99 | 4C | CB | 19 | 3F | 0 | 14 | 114 | 37 | 37 |
| Octal | 231 | 114 | 313 | 31 | 77 | 0 | 24 | 424 | 67 | 67 |
| Binary | 10011001 | 1001100 | 11001011 | 11001 | 111111 | 0 | 10100 | 100010100 | 110111 | 110111 |
Color Harmonies of #994CCB
Complementary color
Monochromatic Colors of #994CCB
Black with #994CCB
Text Example
Text Example
White with #994CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994CCB; }
p { color: rgb(153,76,203); }
H1.HeaderClassName
{
color: #994CCB;
}
.AnyTagClassName
{
color: #994CCB;
}
</style>
background-color css
<style>
a { background-color: #994CCB; }
a { background-color: rgb(153,76,203); }
div.DivClassName
{
background-color: #994CCB;
}
.BgClassName
{
background-color: #994CCB;
}
</style>
border-color css
<style>
span { border-color: #994CCB; }
span { border-color: rgb(153,76,203); }
td.TdClassName
{
border-color: #994CCB;
}
.TagClassName
{
border-color: #994CCB;
}
</style>