Shades of Deep Lilac #955DBF
Tints of Deep Lilac #955DBF
RGB
CMYK
RGB Variations
Color information
#955DBF (or 0x955DBF) is known color: Deep Lilac. HEX triplet: 95, 5D and BF. RGB value is (149,93,191). Sum of RGB (Red+Green+Blue) = 149+93+191=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #955DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBF is #6AA240. Grayscale: #787878. Windows color (decimal): -6988353 or 12541333. OLE color: 12541333.
HSL color Cylindrical-coordinate representation of color #955DBF: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955DBF is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 93 | 191 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.25 |
| HSL | 274.29º | 0.43% | 0.56% | - |
| HSV(B) | 274.29º | 0.51% | 0.75% | - |
| XYZ | 25.71 | 17.98 | 51.41 | - |
| YUV | 120.92 | 167.55 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 191 | 0.22 | 0.51 | 0 | 0.25 | 274.29 | 0.43 | 0.56 |
| Hex | 95 | 5D | BF | 16 | 33 | 0 | 19 | 112 | 2B | 38 |
| Octal | 225 | 135 | 277 | 26 | 63 | 0 | 31 | 422 | 53 | 70 |
| Binary | 10010101 | 1011101 | 10111111 | 10110 | 110011 | 0 | 11001 | 100010010 | 101011 | 111000 |
Color Harmonies of #955DBF
Complementary color
Monochromatic Colors of #955DBF
Black with #955DBF
Text Example
Text Example
White with #955DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DBF; }
p { color: rgb(149,93,191); }
H1.HeaderClassName
{
color: #955DBF;
}
.AnyTagClassName
{
color: #955DBF;
}
</style>
background-color css
<style>
a { background-color: #955DBF; }
a { background-color: rgb(149,93,191); }
div.DivClassName
{
background-color: #955DBF;
}
.BgClassName
{
background-color: #955DBF;
}
</style>
border-color css
<style>
span { border-color: #955DBF; }
span { border-color: rgb(149,93,191); }
td.TdClassName
{
border-color: #955DBF;
}
.TagClassName
{
border-color: #955DBF;
}
</style>