Shades of Deep Lilac #995DC1
Tints of Deep Lilac #995DC1
RGB
CMYK
RGB Variations
Color information
#995DC1 (or 0x995DC1) is known color: Deep Lilac. HEX triplet: 99, 5D and C1. RGB value is (153,93,193). Sum of RGB (Red+Green+Blue) = 153+93+193=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 93 (36.72% from 255 or 21.18% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #995DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995DC1 is #66A23E. Grayscale: #7A7A7A. Windows color (decimal): -6726207 or 12672409. OLE color: 12672409.
HSL color Cylindrical-coordinate representation of color #995DC1: hue angle of 276º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995DC1 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 93 | 193 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.24 |
| HSL | 276º | 0.45% | 0.56% | - |
| HSV(B) | 276º | 0.52% | 0.76% | - |
| XYZ | 26.68 | 18.45 | 52.61 | - |
| YUV | 122.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 193 | 0.21 | 0.52 | 0 | 0.24 | 276 | 0.45 | 0.56 |
| Hex | 99 | 5D | C1 | 15 | 34 | 0 | 18 | 114 | 2D | 38 |
| Octal | 231 | 135 | 301 | 25 | 64 | 0 | 30 | 424 | 55 | 70 |
| Binary | 10011001 | 1011101 | 11000001 | 10101 | 110100 | 0 | 11000 | 100010100 | 101101 | 111000 |
Color Harmonies of #995DC1
Complementary color
Monochromatic Colors of #995DC1
Black with #995DC1
Text Example
Text Example
White with #995DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995DC1; }
p { color: rgb(153,93,193); }
H1.HeaderClassName
{
color: #995DC1;
}
.AnyTagClassName
{
color: #995DC1;
}
</style>
background-color css
<style>
a { background-color: #995DC1; }
a { background-color: rgb(153,93,193); }
div.DivClassName
{
background-color: #995DC1;
}
.BgClassName
{
background-color: #995DC1;
}
</style>
border-color css
<style>
span { border-color: #995DC1; }
span { border-color: rgb(153,93,193); }
td.TdClassName
{
border-color: #995DC1;
}
.TagClassName
{
border-color: #995DC1;
}
</style>