Shades of Deep Lilac #955EB2
Tints of Deep Lilac #955EB2
RGB
CMYK
RGB Variations
Color information
#955EB2 (or 0x955EB2) is known color: Deep Lilac. HEX triplet: 95, 5E and B2. RGB value is (149,94,178). Sum of RGB (Red+Green+Blue) = 149+94+178=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #955EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EB2 is #6AA14D. Grayscale: #777777. Windows color (decimal): -6988110 or 11689621. OLE color: 11689621.
HSL color Cylindrical-coordinate representation of color #955EB2: hue angle of 279.29º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955EB2 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 94 | 178 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.30 |
| HSL | 279.29º | 0.35% | 0.53% | - |
| HSV(B) | 279.29º | 0.47% | 0.7% | - |
| XYZ | 24.43 | 17.61 | 44.23 | - |
| YUV | 120.02 | 160.72 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 178 | 0.16 | 0.47 | 0 | 0.30 | 279.29 | 0.35 | 0.53 |
| Hex | 95 | 5E | B2 | 10 | 2F | 0 | 1E | 117 | 23 | 35 |
| Octal | 225 | 136 | 262 | 20 | 57 | 0 | 36 | 427 | 43 | 65 |
| Binary | 10010101 | 1011110 | 10110010 | 10000 | 101111 | 0 | 11110 | 100010111 | 100011 | 110101 |
Color Harmonies of #955EB2
Complementary color
Monochromatic Colors of #955EB2
Black with #955EB2
Text Example
Text Example
White with #955EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EB2; }
p { color: rgb(149,94,178); }
H1.HeaderClassName
{
color: #955EB2;
}
.AnyTagClassName
{
color: #955EB2;
}
</style>
background-color css
<style>
a { background-color: #955EB2; }
a { background-color: rgb(149,94,178); }
div.DivClassName
{
background-color: #955EB2;
}
.BgClassName
{
background-color: #955EB2;
}
</style>
border-color css
<style>
span { border-color: #955EB2; }
span { border-color: rgb(149,94,178); }
td.TdClassName
{
border-color: #955EB2;
}
.TagClassName
{
border-color: #955EB2;
}
</style>