Shades of Deep Lilac #955EB0
Tints of Deep Lilac #955EB0
RGB
CMYK
RGB Variations
Color information
#955EB0 (or 0x955EB0) is known color: Deep Lilac. HEX triplet: 95, 5E and B0. RGB value is (149,94,176). Sum of RGB (Red+Green+Blue) = 149+94+176=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #955EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955EB0 is #6AA14F. Grayscale: #777777. Windows color (decimal): -6988112 or 11558549. OLE color: 11558549.
HSL color Cylindrical-coordinate representation of color #955EB0: hue angle of 280.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #955EB0 is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 149 | 94 | 176 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.31 |
| HSL | 280.24º | 0.34% | 0.53% | - |
| HSV(B) | 280.24º | 0.47% | 0.69% | - |
| XYZ | 24.23 | 17.53 | 43.18 | - |
| YUV | 119.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 176 | 0.15 | 0.47 | 0 | 0.31 | 280.24 | 0.34 | 0.53 |
| Hex | 95 | 5E | B0 | F | 2F | 0 | 1F | 118 | 22 | 35 |
| Octal | 225 | 136 | 260 | 17 | 57 | 0 | 37 | 430 | 42 | 65 |
| Binary | 10010101 | 1011110 | 10110000 | 1111 | 101111 | 0 | 11111 | 100011000 | 100010 | 110101 |
Color Harmonies of #955EB0
Complementary color
Monochromatic Colors of #955EB0
Black with #955EB0
Text Example
Text Example
White with #955EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EB0; }
p { color: rgb(149,94,176); }
H1.HeaderClassName
{
color: #955EB0;
}
.AnyTagClassName
{
color: #955EB0;
}
</style>
background-color css
<style>
a { background-color: #955EB0; }
a { background-color: rgb(149,94,176); }
div.DivClassName
{
background-color: #955EB0;
}
.BgClassName
{
background-color: #955EB0;
}
</style>
border-color css
<style>
span { border-color: #955EB0; }
span { border-color: rgb(149,94,176); }
td.TdClassName
{
border-color: #955EB0;
}
.TagClassName
{
border-color: #955EB0;
}
</style>