Shades of Deep Lilac #995EC0
Tints of Deep Lilac #995EC0
RGB
CMYK
RGB Variations
Color information
#995EC0 (or 0x995EC0) is known color: Deep Lilac. HEX triplet: 99, 5E and C0. RGB value is (153,94,192). Sum of RGB (Red+Green+Blue) = 153+94+192=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #995EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EC0 is #66A13F. Grayscale: #7A7A7A. Windows color (decimal): -6725952 or 12607129. OLE color: 12607129.
HSL color Cylindrical-coordinate representation of color #995EC0: hue angle of 276.12º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995EC0 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 94 | 192 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.25 |
| HSL | 276.12º | 0.44% | 0.56% | - |
| HSV(B) | 276.12º | 0.51% | 0.75% | - |
| XYZ | 26.65 | 18.58 | 52.05 | - |
| YUV | 122.81 | 167.05 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 192 | 0.20 | 0.51 | 0 | 0.25 | 276.12 | 0.44 | 0.56 |
| Hex | 99 | 5E | C0 | 14 | 33 | 0 | 19 | 114 | 2C | 38 |
| Octal | 231 | 136 | 300 | 24 | 63 | 0 | 31 | 424 | 54 | 70 |
| Binary | 10011001 | 1011110 | 11000000 | 10100 | 110011 | 0 | 11001 | 100010100 | 101100 | 111000 |
Color Harmonies of #995EC0
Complementary color
Monochromatic Colors of #995EC0
Black with #995EC0
Text Example
Text Example
White with #995EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EC0; }
p { color: rgb(153,94,192); }
H1.HeaderClassName
{
color: #995EC0;
}
.AnyTagClassName
{
color: #995EC0;
}
</style>
background-color css
<style>
a { background-color: #995EC0; }
a { background-color: rgb(153,94,192); }
div.DivClassName
{
background-color: #995EC0;
}
.BgClassName
{
background-color: #995EC0;
}
</style>
border-color css
<style>
span { border-color: #995EC0; }
span { border-color: rgb(153,94,192); }
td.TdClassName
{
border-color: #995EC0;
}
.TagClassName
{
border-color: #995EC0;
}
</style>