Shades of Deep Lilac #9953CC
Tints of Deep Lilac #9953CC
RGB
CMYK
RGB Variations
Color information
#9953CC (or 0x9953CC) is known color: Deep Lilac. HEX triplet: 99, 53 and CC. RGB value is (153,83,204). Sum of RGB (Red+Green+Blue) = 153+83+204=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 83 (32.81% from 255 or 18.86% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #9953CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953CC is #66AC33. Grayscale: #757575. Windows color (decimal): -6728756 or 13390745. OLE color: 13390745.
HSL color Cylindrical-coordinate representation of color #9953CC: hue angle of 274.71º 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 #9953CC is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 83 | 204 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.2 |
| HSL | 274.71º | 0.54% | 0.56% | - |
| HSV(B) | 274.71º | 0.59% | 0.8% | - |
| XYZ | 27.13 | 17.32 | 59.04 | - |
| YUV | 117.72 | 176.69 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 204 | 0.25 | 0.59 | 0 | 0.2 | 274.71 | 0.54 | 0.56 |
| Hex | 99 | 53 | CC | 19 | 3B | 0 | 14 | 113 | 36 | 38 |
| Octal | 231 | 123 | 314 | 31 | 73 | 0 | 24 | 423 | 66 | 70 |
| Binary | 10011001 | 1010011 | 11001100 | 11001 | 111011 | 0 | 10100 | 100010011 | 110110 | 111000 |
Color Harmonies of #9953CC
Complementary color
Monochromatic Colors of #9953CC
Black with #9953CC
Text Example
Text Example
White with #9953CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953CC; }
p { color: rgb(153,83,204); }
H1.HeaderClassName
{
color: #9953CC;
}
.AnyTagClassName
{
color: #9953CC;
}
</style>
background-color css
<style>
a { background-color: #9953CC; }
a { background-color: rgb(153,83,204); }
div.DivClassName
{
background-color: #9953CC;
}
.BgClassName
{
background-color: #9953CC;
}
</style>
border-color css
<style>
span { border-color: #9953CC; }
span { border-color: rgb(153,83,204); }
td.TdClassName
{
border-color: #9953CC;
}
.TagClassName
{
border-color: #9953CC;
}
</style>