Shades of Deep Lilac #9953B1
Tints of Deep Lilac #9953B1
RGB
CMYK
RGB Variations
Color information
#9953B1 (or 0x9953B1) is known color: Deep Lilac. HEX triplet: 99, 53 and B1. RGB value is (153,83,177). Sum of RGB (Red+Green+Blue) = 153+83+177=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #9953B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9953B1 is #66AC4E. Grayscale: #727272. Windows color (decimal): -6728783 or 11621273. OLE color: 11621273.
HSL color Cylindrical-coordinate representation of color #9953B1: hue angle of 284.68º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9953B1 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 83 | 177 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.31 |
| HSL | 284.68º | 0.38% | 0.51% | - |
| HSV(B) | 284.68º | 0.53% | 0.69% | - |
| XYZ | 24.17 | 16.13 | 43.44 | - |
| YUV | 114.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 177 | 0.14 | 0.53 | 0 | 0.31 | 284.68 | 0.38 | 0.51 |
| Hex | 99 | 53 | B1 | E | 35 | 0 | 1F | 11D | 26 | 33 |
| Octal | 231 | 123 | 261 | 16 | 65 | 0 | 37 | 435 | 46 | 63 |
| Binary | 10011001 | 1010011 | 10110001 | 1110 | 110101 | 0 | 11111 | 100011101 | 100110 | 110011 |
Color Harmonies of #9953B1
Complementary color
Monochromatic Colors of #9953B1
Black with #9953B1
Text Example
Text Example
White with #9953B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9953B1; }
p { color: rgb(153,83,177); }
H1.HeaderClassName
{
color: #9953B1;
}
.AnyTagClassName
{
color: #9953B1;
}
</style>
background-color css
<style>
a { background-color: #9953B1; }
a { background-color: rgb(153,83,177); }
div.DivClassName
{
background-color: #9953B1;
}
.BgClassName
{
background-color: #9953B1;
}
</style>
border-color css
<style>
span { border-color: #9953B1; }
span { border-color: rgb(153,83,177); }
td.TdClassName
{
border-color: #9953B1;
}
.TagClassName
{
border-color: #9953B1;
}
</style>