Shades of Deep Lilac #955DB2
Tints of Deep Lilac #955DB2
RGB
CMYK
RGB Variations
Color information
#955DB2 (or 0x955DB2) is known color: Deep Lilac. HEX triplet: 95, 5D and B2. RGB value is (149,93,178). Sum of RGB (Red+Green+Blue) = 149+93+178=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 178 (69.92% from 255 or 42.38% from 420); Max value from RGB is 178 - color contains mainly: blue. Hex color #955DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955DB2 is #6AA24D. Grayscale: #777777. Windows color (decimal): -6988366 or 11689365. OLE color: 11689365.
HSL color Cylindrical-coordinate representation of color #955DB2: hue angle of 279.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955DB2 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 93 | 178 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.30 |
| HSL | 279.53º | 0.36% | 0.53% | - |
| HSV(B) | 279.53º | 0.48% | 0.7% | - |
| XYZ | 24.34 | 17.43 | 44.2 | - |
| YUV | 119.43 | 161.05 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 178 | 0.16 | 0.48 | 0 | 0.30 | 279.53 | 0.36 | 0.53 |
| Hex | 95 | 5D | B2 | 10 | 30 | 0 | 1E | 118 | 24 | 35 |
| Octal | 225 | 135 | 262 | 20 | 60 | 0 | 36 | 430 | 44 | 65 |
| Binary | 10010101 | 1011101 | 10110010 | 10000 | 110000 | 0 | 11110 | 100011000 | 100100 | 110101 |
Color Harmonies of #955DB2
Complementary color
Monochromatic Colors of #955DB2
Black with #955DB2
Text Example
Text Example
White with #955DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DB2; }
p { color: rgb(149,93,178); }
H1.HeaderClassName
{
color: #955DB2;
}
.AnyTagClassName
{
color: #955DB2;
}
</style>
background-color css
<style>
a { background-color: #955DB2; }
a { background-color: rgb(149,93,178); }
div.DivClassName
{
background-color: #955DB2;
}
.BgClassName
{
background-color: #955DB2;
}
</style>
border-color css
<style>
span { border-color: #955DB2; }
span { border-color: rgb(149,93,178); }
td.TdClassName
{
border-color: #955DB2;
}
.TagClassName
{
border-color: #955DB2;
}
</style>