Shades of Deep Lilac #995DB3
Tints of Deep Lilac #995DB3
RGB
CMYK
RGB Variations
Color information
#995DB3 (or 0x995DB3) is known color: Deep Lilac. HEX triplet: 99, 5D and B3. RGB value is (153,93,179). Sum of RGB (Red+Green+Blue) = 153+93+179=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 179 - color contains mainly: blue. Hex color #995DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DB3 is #66A24C. Grayscale: #787878. Windows color (decimal): -6726221 or 11754905. OLE color: 11754905.
HSL color Cylindrical-coordinate representation of color #995DB3: hue angle of 281.86º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995DB3 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 93 | 179 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.30 |
| HSL | 281.86º | 0.36% | 0.53% | - |
| HSV(B) | 281.86º | 0.48% | 0.7% | - |
| XYZ | 25.19 | 17.86 | 44.77 | - |
| YUV | 120.74 | 160.88 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 179 | 0.15 | 0.48 | 0 | 0.30 | 281.86 | 0.36 | 0.53 |
| Hex | 99 | 5D | B3 | F | 30 | 0 | 1E | 11A | 24 | 35 |
| Octal | 231 | 135 | 263 | 17 | 60 | 0 | 36 | 432 | 44 | 65 |
| Binary | 10011001 | 1011101 | 10110011 | 1111 | 110000 | 0 | 11110 | 100011010 | 100100 | 110101 |
Color Harmonies of #995DB3
Complementary color
Monochromatic Colors of #995DB3
Black with #995DB3
Text Example
Text Example
White with #995DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DB3; }
p { color: rgb(153,93,179); }
H1.HeaderClassName
{
color: #995DB3;
}
.AnyTagClassName
{
color: #995DB3;
}
</style>
background-color css
<style>
a { background-color: #995DB3; }
a { background-color: rgb(153,93,179); }
div.DivClassName
{
background-color: #995DB3;
}
.BgClassName
{
background-color: #995DB3;
}
</style>
border-color css
<style>
span { border-color: #995DB3; }
span { border-color: rgb(153,93,179); }
td.TdClassName
{
border-color: #995DB3;
}
.TagClassName
{
border-color: #995DB3;
}
</style>