Shades of Deep Lilac #994BD3
Tints of Deep Lilac #994BD3
RGB
CMYK
RGB Variations
Color information
#994BD3 (or 0x994BD3) is known color: Deep Lilac. HEX triplet: 99, 4B and D3. RGB value is (153,75,211). Sum of RGB (Red+Green+Blue) = 153+75+211=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #994BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994BD3 is #66B42C. Grayscale: #717171. Windows color (decimal): -6730797 or 13847449. OLE color: 13847449.
HSL color Cylindrical-coordinate representation of color #994BD3: hue angle of 274.41º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994BD3 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 75 | 211 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.17 |
| HSL | 274.41º | 0.61% | 0.56% | - |
| HSV(B) | 274.41º | 0.64% | 0.83% | - |
| XYZ | 27.41 | 16.51 | 63.37 | - |
| YUV | 113.83 | 182.84 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 75 | 211 | 0.27 | 0.64 | 0 | 0.17 | 274.41 | 0.61 | 0.56 |
| Hex | 99 | 4B | D3 | 1B | 40 | 0 | 11 | 112 | 3D | 38 |
| Octal | 231 | 113 | 323 | 33 | 100 | 0 | 21 | 422 | 75 | 70 |
| Binary | 10011001 | 1001011 | 11010011 | 11011 | 1000000 | 0 | 10001 | 100010010 | 111101 | 111000 |
Color Harmonies of #994BD3
Complementary color
Monochromatic Colors of #994BD3
Black with #994BD3
Text Example
Text Example
White with #994BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994BD3; }
p { color: rgb(153,75,211); }
H1.HeaderClassName
{
color: #994BD3;
}
.AnyTagClassName
{
color: #994BD3;
}
</style>
background-color css
<style>
a { background-color: #994BD3; }
a { background-color: rgb(153,75,211); }
div.DivClassName
{
background-color: #994BD3;
}
.BgClassName
{
background-color: #994BD3;
}
</style>
border-color css
<style>
span { border-color: #994BD3; }
span { border-color: rgb(153,75,211); }
td.TdClassName
{
border-color: #994BD3;
}
.TagClassName
{
border-color: #994BD3;
}
</style>