Shades of Deep Lilac #994BCB
Tints of Deep Lilac #994BCB
RGB
CMYK
RGB Variations
Color information
#994BCB (or 0x994BCB) is known color: Deep Lilac. HEX triplet: 99, 4B and CB. RGB value is (153,75,203). Sum of RGB (Red+Green+Blue) = 153+75+203=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #994BCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BCB is #66B434. Grayscale: #707070. Windows color (decimal): -6730805 or 13323161. OLE color: 13323161.
HSL color Cylindrical-coordinate representation of color #994BCB: hue angle of 276.56º 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 #994BCB is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 75 | 203 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.20 |
| HSL | 276.56º | 0.55% | 0.55% | - |
| HSV(B) | 276.56º | 0.63% | 0.8% | - |
| XYZ | 26.43 | 16.12 | 58.22 | - |
| YUV | 112.91 | 178.84 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 203 | 0.25 | 0.63 | 0 | 0.20 | 276.56 | 0.55 | 0.55 |
| Hex | 99 | 4B | CB | 19 | 3F | 0 | 14 | 115 | 37 | 37 |
| Octal | 231 | 113 | 313 | 31 | 77 | 0 | 24 | 425 | 67 | 67 |
| Binary | 10011001 | 1001011 | 11001011 | 11001 | 111111 | 0 | 10100 | 100010101 | 110111 | 110111 |
Color Harmonies of #994BCB
Complementary color
Monochromatic Colors of #994BCB
Black with #994BCB
Text Example
Text Example
White with #994BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BCB; }
p { color: rgb(153,75,203); }
H1.HeaderClassName
{
color: #994BCB;
}
.AnyTagClassName
{
color: #994BCB;
}
</style>
background-color css
<style>
a { background-color: #994BCB; }
a { background-color: rgb(153,75,203); }
div.DivClassName
{
background-color: #994BCB;
}
.BgClassName
{
background-color: #994BCB;
}
</style>
border-color css
<style>
span { border-color: #994BCB; }
span { border-color: rgb(153,75,203); }
td.TdClassName
{
border-color: #994BCB;
}
.TagClassName
{
border-color: #994BCB;
}
</style>