Shades of Deep Lilac #955EC1
Tints of Deep Lilac #955EC1
RGB
CMYK
RGB Variations
Color information
#955EC1 (or 0x955EC1) is known color: Deep Lilac. HEX triplet: 95, 5E and C1. RGB value is (149,94,193). Sum of RGB (Red+Green+Blue) = 149+94+193=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 94 (37.11% from 255 or 21.56% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #955EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EC1 is #6AA13E. Grayscale: #797979. Windows color (decimal): -6988095 or 12672661. OLE color: 12672661.
HSL color Cylindrical-coordinate representation of color #955EC1: hue angle of 273.33º 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 #955EC1 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 94 | 193 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.24 |
| HSL | 273.33º | 0.44% | 0.56% | - |
| HSV(B) | 273.33º | 0.51% | 0.76% | - |
| XYZ | 26.02 | 18.25 | 52.6 | - |
| YUV | 121.73 | 168.22 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 193 | 0.23 | 0.51 | 0 | 0.24 | 273.33 | 0.44 | 0.56 |
| Hex | 95 | 5E | C1 | 17 | 33 | 0 | 18 | 111 | 2C | 38 |
| Octal | 225 | 136 | 301 | 27 | 63 | 0 | 30 | 421 | 54 | 70 |
| Binary | 10010101 | 1011110 | 11000001 | 10111 | 110011 | 0 | 11000 | 100010001 | 101100 | 111000 |
Color Harmonies of #955EC1
Complementary color
Monochromatic Colors of #955EC1
Black with #955EC1
Text Example
Text Example
White with #955EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EC1; }
p { color: rgb(149,94,193); }
H1.HeaderClassName
{
color: #955EC1;
}
.AnyTagClassName
{
color: #955EC1;
}
</style>
background-color css
<style>
a { background-color: #955EC1; }
a { background-color: rgb(149,94,193); }
div.DivClassName
{
background-color: #955EC1;
}
.BgClassName
{
background-color: #955EC1;
}
</style>
border-color css
<style>
span { border-color: #955EC1; }
span { border-color: rgb(149,94,193); }
td.TdClassName
{
border-color: #955EC1;
}
.TagClassName
{
border-color: #955EC1;
}
</style>