Shades of Deep Lilac #955DB4
Tints of Deep Lilac #955DB4
RGB
CMYK
RGB Variations
Color information
#955DB4 (or 0x955DB4) is known color: Deep Lilac. HEX triplet: 95, 5D and B4. RGB value is (149,93,180). Sum of RGB (Red+Green+Blue) = 149+93+180=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #955DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DB4 is #6AA24B. Grayscale: #777777. Windows color (decimal): -6988364 or 11820437. OLE color: 11820437.
HSL color Cylindrical-coordinate representation of color #955DB4: hue angle of 278.62º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955DB4 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 93 | 180 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.29 |
| HSL | 278.62º | 0.37% | 0.54% | - |
| HSV(B) | 278.62º | 0.48% | 0.71% | - |
| XYZ | 24.55 | 17.51 | 45.27 | - |
| YUV | 119.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 180 | 0.17 | 0.48 | 0 | 0.29 | 278.62 | 0.37 | 0.54 |
| Hex | 95 | 5D | B4 | 11 | 30 | 0 | 1D | 117 | 25 | 36 |
| Octal | 225 | 135 | 264 | 21 | 60 | 0 | 35 | 427 | 45 | 66 |
| Binary | 10010101 | 1011101 | 10110100 | 10001 | 110000 | 0 | 11101 | 100010111 | 100101 | 110110 |
Color Harmonies of #955DB4
Complementary color
Monochromatic Colors of #955DB4
Black with #955DB4
Text Example
Text Example
White with #955DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DB4; }
p { color: rgb(149,93,180); }
H1.HeaderClassName
{
color: #955DB4;
}
.AnyTagClassName
{
color: #955DB4;
}
</style>
background-color css
<style>
a { background-color: #955DB4; }
a { background-color: rgb(149,93,180); }
div.DivClassName
{
background-color: #955DB4;
}
.BgClassName
{
background-color: #955DB4;
}
</style>
border-color css
<style>
span { border-color: #955DB4; }
span { border-color: rgb(149,93,180); }
td.TdClassName
{
border-color: #955DB4;
}
.TagClassName
{
border-color: #955DB4;
}
</style>