Shades of Deep Lilac #955FBD
Tints of Deep Lilac #955FBD
RGB
CMYK
RGB Variations
Color information
#955FBD (or 0x955FBD) is known color: Deep Lilac. HEX triplet: 95, 5F and BD. RGB value is (149,95,189). Sum of RGB (Red+Green+Blue) = 149+95+189=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #955FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FBD is #6AA042. Grayscale: #797979. Windows color (decimal): -6987843 or 12410773. OLE color: 12410773.
HSL color Cylindrical-coordinate representation of color #955FBD: hue angle of 274.47º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955FBD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 95 | 189 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.26 |
| HSL | 274.47º | 0.42% | 0.56% | - |
| HSV(B) | 274.47º | 0.5% | 0.74% | - |
| XYZ | 25.67 | 18.25 | 50.31 | - |
| YUV | 121.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 189 | 0.21 | 0.50 | 0 | 0.26 | 274.47 | 0.42 | 0.56 |
| Hex | 95 | 5F | BD | 15 | 32 | 0 | 1A | 112 | 2A | 38 |
| Octal | 225 | 137 | 275 | 25 | 62 | 0 | 32 | 422 | 52 | 70 |
| Binary | 10010101 | 1011111 | 10111101 | 10101 | 110010 | 0 | 11010 | 100010010 | 101010 | 111000 |
Color Harmonies of #955FBD
Complementary color
Monochromatic Colors of #955FBD
Black with #955FBD
Text Example
Text Example
White with #955FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FBD; }
p { color: rgb(149,95,189); }
H1.HeaderClassName
{
color: #955FBD;
}
.AnyTagClassName
{
color: #955FBD;
}
</style>
background-color css
<style>
a { background-color: #955FBD; }
a { background-color: rgb(149,95,189); }
div.DivClassName
{
background-color: #955FBD;
}
.BgClassName
{
background-color: #955FBD;
}
</style>
border-color css
<style>
span { border-color: #955FBD; }
span { border-color: rgb(149,95,189); }
td.TdClassName
{
border-color: #955FBD;
}
.TagClassName
{
border-color: #955FBD;
}
</style>