Shades of Deep Lilac #995CC0
Tints of Deep Lilac #995CC0
RGB
CMYK
RGB Variations
Color information
#995CC0 (or 0x995CC0) is known color: Deep Lilac. HEX triplet: 99, 5C and C0. RGB value is (153,92,192). Sum of RGB (Red+Green+Blue) = 153+92+192=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 192 - color contains mainly: blue. Hex color #995CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CC0 is #66A33F. Grayscale: #797979. Windows color (decimal): -6726464 or 12606617. OLE color: 12606617.
HSL color Cylindrical-coordinate representation of color #995CC0: hue angle of 276.6º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995CC0 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 92 | 192 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.25 |
| HSL | 276.6º | 0.44% | 0.56% | - |
| HSV(B) | 276.6º | 0.52% | 0.75% | - |
| XYZ | 26.48 | 18.23 | 51.99 | - |
| YUV | 121.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 192 | 0.20 | 0.52 | 0 | 0.25 | 276.6 | 0.44 | 0.56 |
| Hex | 99 | 5C | C0 | 14 | 34 | 0 | 19 | 115 | 2C | 38 |
| Octal | 231 | 134 | 300 | 24 | 64 | 0 | 31 | 425 | 54 | 70 |
| Binary | 10011001 | 1011100 | 11000000 | 10100 | 110100 | 0 | 11001 | 100010101 | 101100 | 111000 |
Color Harmonies of #995CC0
Complementary color
Monochromatic Colors of #995CC0
Black with #995CC0
Text Example
Text Example
White with #995CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CC0; }
p { color: rgb(153,92,192); }
H1.HeaderClassName
{
color: #995CC0;
}
.AnyTagClassName
{
color: #995CC0;
}
</style>
background-color css
<style>
a { background-color: #995CC0; }
a { background-color: rgb(153,92,192); }
div.DivClassName
{
background-color: #995CC0;
}
.BgClassName
{
background-color: #995CC0;
}
</style>
border-color css
<style>
span { border-color: #995CC0; }
span { border-color: rgb(153,92,192); }
td.TdClassName
{
border-color: #995CC0;
}
.TagClassName
{
border-color: #995CC0;
}
</style>