Shades of Deep Lilac #994ACB
Tints of Deep Lilac #994ACB
RGB
CMYK
RGB Variations
Color information
#994ACB (or 0x994ACB) is known color: Deep Lilac. HEX triplet: 99, 4A and CB. RGB value is (153,74,203). Sum of RGB (Red+Green+Blue) = 153+74+203=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #994ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #994ACB is #66B534. Grayscale: #6F6F6F. Windows color (decimal): -6731061 or 13322905. OLE color: 13322905.
HSL color Cylindrical-coordinate representation of color #994ACB: hue angle of 276.74º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #994ACB is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 74 | 203 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.20 |
| HSL | 276.74º | 0.55% | 0.54% | - |
| HSV(B) | 276.74º | 0.64% | 0.8% | - |
| XYZ | 26.37 | 15.98 | 58.2 | - |
| YUV | 112.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 74 | 203 | 0.25 | 0.64 | 0 | 0.20 | 276.74 | 0.55 | 0.54 |
| Hex | 99 | 4A | CB | 19 | 40 | 0 | 14 | 115 | 37 | 36 |
| Octal | 231 | 112 | 313 | 31 | 100 | 0 | 24 | 425 | 67 | 66 |
| Binary | 10011001 | 1001010 | 11001011 | 11001 | 1000000 | 0 | 10100 | 100010101 | 110111 | 110110 |
Color Harmonies of #994ACB
Complementary color
Monochromatic Colors of #994ACB
Black with #994ACB
Text Example
Text Example
White with #994ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994ACB; }
p { color: rgb(153,74,203); }
H1.HeaderClassName
{
color: #994ACB;
}
.AnyTagClassName
{
color: #994ACB;
}
</style>
background-color css
<style>
a { background-color: #994ACB; }
a { background-color: rgb(153,74,203); }
div.DivClassName
{
background-color: #994ACB;
}
.BgClassName
{
background-color: #994ACB;
}
</style>
border-color css
<style>
span { border-color: #994ACB; }
span { border-color: rgb(153,74,203); }
td.TdClassName
{
border-color: #994ACB;
}
.TagClassName
{
border-color: #994ACB;
}
</style>