Shades of Deep Lilac #9954CC
Tints of Deep Lilac #9954CC
RGB
CMYK
RGB Variations
Color information
#9954CC (or 0x9954CC) is known color: Deep Lilac. HEX triplet: 99, 54 and CC. RGB value is (153,84,204). Sum of RGB (Red+Green+Blue) = 153+84+204=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9954CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9954CC is #66AB33. Grayscale: #757575. Windows color (decimal): -6728500 or 13391001. OLE color: 13391001.
HSL color Cylindrical-coordinate representation of color #9954CC: hue angle of 274.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9954CC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 84 | 204 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.2 |
| HSL | 274.5º | 0.54% | 0.56% | - |
| HSV(B) | 274.5º | 0.59% | 0.8% | - |
| XYZ | 27.21 | 17.47 | 59.07 | - |
| YUV | 118.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 204 | 0.25 | 0.59 | 0 | 0.2 | 274.5 | 0.54 | 0.56 |
| Hex | 99 | 54 | CC | 19 | 3B | 0 | 14 | 112 | 36 | 38 |
| Octal | 231 | 124 | 314 | 31 | 73 | 0 | 24 | 422 | 66 | 70 |
| Binary | 10011001 | 1010100 | 11001100 | 11001 | 111011 | 0 | 10100 | 100010010 | 110110 | 111000 |
Color Harmonies of #9954CC
Complementary color
Monochromatic Colors of #9954CC
Black with #9954CC
Text Example
Text Example
White with #9954CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9954CC; }
p { color: rgb(153,84,204); }
H1.HeaderClassName
{
color: #9954CC;
}
.AnyTagClassName
{
color: #9954CC;
}
</style>
background-color css
<style>
a { background-color: #9954CC; }
a { background-color: rgb(153,84,204); }
div.DivClassName
{
background-color: #9954CC;
}
.BgClassName
{
background-color: #9954CC;
}
</style>
border-color css
<style>
span { border-color: #9954CC; }
span { border-color: rgb(153,84,204); }
td.TdClassName
{
border-color: #9954CC;
}
.TagClassName
{
border-color: #9954CC;
}
</style>