Shades of Deep Lilac #995DB4
Tints of Deep Lilac #995DB4
RGB
CMYK
RGB Variations
Color information
#995DB4 (or 0x995DB4) is known color: Deep Lilac. HEX triplet: 99, 5D and B4. RGB value is (153,93,180). Sum of RGB (Red+Green+Blue) = 153+93+180=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #995DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DB4 is #66A24B. Grayscale: #787878. Windows color (decimal): -6726220 or 11820441. OLE color: 11820441.
HSL color Cylindrical-coordinate representation of color #995DB4: hue angle of 281.38º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995DB4 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 93 | 180 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.29 |
| HSL | 281.38º | 0.37% | 0.54% | - |
| HSV(B) | 281.38º | 0.48% | 0.71% | - |
| XYZ | 25.29 | 17.9 | 45.3 | - |
| YUV | 120.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 180 | 0.15 | 0.48 | 0 | 0.29 | 281.38 | 0.37 | 0.54 |
| Hex | 99 | 5D | B4 | F | 30 | 0 | 1D | 119 | 25 | 36 |
| Octal | 231 | 135 | 264 | 17 | 60 | 0 | 35 | 431 | 45 | 66 |
| Binary | 10011001 | 1011101 | 10110100 | 1111 | 110000 | 0 | 11101 | 100011001 | 100101 | 110110 |
Color Harmonies of #995DB4
Complementary color
Monochromatic Colors of #995DB4
Black with #995DB4
Text Example
Text Example
White with #995DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DB4; }
p { color: rgb(153,93,180); }
H1.HeaderClassName
{
color: #995DB4;
}
.AnyTagClassName
{
color: #995DB4;
}
</style>
background-color css
<style>
a { background-color: #995DB4; }
a { background-color: rgb(153,93,180); }
div.DivClassName
{
background-color: #995DB4;
}
.BgClassName
{
background-color: #995DB4;
}
</style>
border-color css
<style>
span { border-color: #995DB4; }
span { border-color: rgb(153,93,180); }
td.TdClassName
{
border-color: #995DB4;
}
.TagClassName
{
border-color: #995DB4;
}
</style>