Shades of Deep Lilac #9953CB
Tints of Deep Lilac #9953CB
RGB
CMYK
RGB Variations
Color information
#9953CB (or 0x9953CB) is known color: Deep Lilac. HEX triplet: 99, 53 and CB. RGB value is (153,83,203). Sum of RGB (Red+Green+Blue) = 153+83+203=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9953CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9953CB is #66AC34. Grayscale: #757575. Windows color (decimal): -6728757 or 13325209. OLE color: 13325209.
HSL color Cylindrical-coordinate representation of color #9953CB: hue angle of 275º 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 #9953CB is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 83 | 203 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.20 |
| HSL | 275º | 0.54% | 0.56% | - |
| HSV(B) | 275º | 0.59% | 0.8% | - |
| XYZ | 27.01 | 17.27 | 58.41 | - |
| YUV | 117.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 203 | 0.25 | 0.59 | 0 | 0.20 | 275 | 0.54 | 0.56 |
| Hex | 99 | 53 | CB | 19 | 3B | 0 | 14 | 113 | 36 | 38 |
| Octal | 231 | 123 | 313 | 31 | 73 | 0 | 24 | 423 | 66 | 70 |
| Binary | 10011001 | 1010011 | 11001011 | 11001 | 111011 | 0 | 10100 | 100010011 | 110110 | 111000 |
Color Harmonies of #9953CB
Complementary color
Monochromatic Colors of #9953CB
Black with #9953CB
Text Example
Text Example
White with #9953CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953CB; }
p { color: rgb(153,83,203); }
H1.HeaderClassName
{
color: #9953CB;
}
.AnyTagClassName
{
color: #9953CB;
}
</style>
background-color css
<style>
a { background-color: #9953CB; }
a { background-color: rgb(153,83,203); }
div.DivClassName
{
background-color: #9953CB;
}
.BgClassName
{
background-color: #9953CB;
}
</style>
border-color css
<style>
span { border-color: #9953CB; }
span { border-color: rgb(153,83,203); }
td.TdClassName
{
border-color: #9953CB;
}
.TagClassName
{
border-color: #9953CB;
}
</style>