Shades of Deep Lilac #9953B2
Tints of Deep Lilac #9953B2
RGB
CMYK
RGB Variations
Color information
#9953B2 (or 0x9953B2) is known color: Deep Lilac. HEX triplet: 99, 53 and B2. RGB value is (153,83,178). Sum of RGB (Red+Green+Blue) = 153+83+178=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 178 (69.92% from 255 or 43.00% from 414); Max value from RGB is 178 - color contains mainly: blue. Hex color #9953B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953B2 is #66AC4D. Grayscale: #727272. Windows color (decimal): -6728782 or 11686809. OLE color: 11686809.
HSL color Cylindrical-coordinate representation of color #9953B2: hue angle of 284.21º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9953B2 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 83 | 178 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.30 |
| HSL | 284.21º | 0.38% | 0.51% | - |
| HSV(B) | 284.21º | 0.53% | 0.7% | - |
| XYZ | 24.27 | 16.17 | 43.96 | - |
| YUV | 114.76 | 163.69 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 178 | 0.14 | 0.53 | 0 | 0.30 | 284.21 | 0.38 | 0.51 |
| Hex | 99 | 53 | B2 | E | 35 | 0 | 1E | 11C | 26 | 33 |
| Octal | 231 | 123 | 262 | 16 | 65 | 0 | 36 | 434 | 46 | 63 |
| Binary | 10011001 | 1010011 | 10110010 | 1110 | 110101 | 0 | 11110 | 100011100 | 100110 | 110011 |
Color Harmonies of #9953B2
Complementary color
Monochromatic Colors of #9953B2
Black with #9953B2
Text Example
Text Example
White with #9953B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953B2; }
p { color: rgb(153,83,178); }
H1.HeaderClassName
{
color: #9953B2;
}
.AnyTagClassName
{
color: #9953B2;
}
</style>
background-color css
<style>
a { background-color: #9953B2; }
a { background-color: rgb(153,83,178); }
div.DivClassName
{
background-color: #9953B2;
}
.BgClassName
{
background-color: #9953B2;
}
</style>
border-color css
<style>
span { border-color: #9953B2; }
span { border-color: rgb(153,83,178); }
td.TdClassName
{
border-color: #9953B2;
}
.TagClassName
{
border-color: #9953B2;
}
</style>