Shades of Deep Lilac #995EC1
Tints of Deep Lilac #995EC1
RGB
CMYK
RGB Variations
Color information
#995EC1 (or 0x995EC1) is known color: Deep Lilac. HEX triplet: 99, 5E and C1. RGB value is (153,94,193). Sum of RGB (Red+Green+Blue) = 153+94+193=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #995EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995EC1 is #66A13E. Grayscale: #7A7A7A. Windows color (decimal): -6725951 or 12672665. OLE color: 12672665.
HSL color Cylindrical-coordinate representation of color #995EC1: hue angle of 275.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #995EC1 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 94 | 193 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.24 |
| HSL | 275.76º | 0.44% | 0.56% | - |
| HSV(B) | 275.76º | 0.51% | 0.76% | - |
| XYZ | 26.77 | 18.63 | 52.64 | - |
| YUV | 122.93 | 167.55 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 193 | 0.21 | 0.51 | 0 | 0.24 | 275.76 | 0.44 | 0.56 |
| Hex | 99 | 5E | C1 | 15 | 33 | 0 | 18 | 114 | 2C | 38 |
| Octal | 231 | 136 | 301 | 25 | 63 | 0 | 30 | 424 | 54 | 70 |
| Binary | 10011001 | 1011110 | 11000001 | 10101 | 110011 | 0 | 11000 | 100010100 | 101100 | 111000 |
Color Harmonies of #995EC1
Complementary color
Monochromatic Colors of #995EC1
Black with #995EC1
Text Example
Text Example
White with #995EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995EC1; }
p { color: rgb(153,94,193); }
H1.HeaderClassName
{
color: #995EC1;
}
.AnyTagClassName
{
color: #995EC1;
}
</style>
background-color css
<style>
a { background-color: #995EC1; }
a { background-color: rgb(153,94,193); }
div.DivClassName
{
background-color: #995EC1;
}
.BgClassName
{
background-color: #995EC1;
}
</style>
border-color css
<style>
span { border-color: #995EC1; }
span { border-color: rgb(153,94,193); }
td.TdClassName
{
border-color: #995EC1;
}
.TagClassName
{
border-color: #995EC1;
}
</style>