Shades of Deep Lilac #955FB7
Tints of Deep Lilac #955FB7
RGB
CMYK
RGB Variations
Color information
#955FB7 (or 0x955FB7) is known color: Deep Lilac. HEX triplet: 95, 5F and B7. RGB value is (149,95,183). Sum of RGB (Red+Green+Blue) = 149+95+183=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #955FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FB7 is #6AA048. Grayscale: #787878. Windows color (decimal): -6987849 or 12017557. OLE color: 12017557.
HSL color Cylindrical-coordinate representation of color #955FB7: hue angle of 276.82º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #955FB7 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 95 | 183 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.28 |
| HSL | 276.82º | 0.38% | 0.55% | - |
| HSV(B) | 276.82º | 0.48% | 0.72% | - |
| XYZ | 25.03 | 17.99 | 46.95 | - |
| YUV | 121.18 | 162.89 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 183 | 0.19 | 0.48 | 0 | 0.28 | 276.82 | 0.38 | 0.55 |
| Hex | 95 | 5F | B7 | 13 | 30 | 0 | 1C | 115 | 26 | 37 |
| Octal | 225 | 137 | 267 | 23 | 60 | 0 | 34 | 425 | 46 | 67 |
| Binary | 10010101 | 1011111 | 10110111 | 10011 | 110000 | 0 | 11100 | 100010101 | 100110 | 110111 |
Color Harmonies of #955FB7
Complementary color
Monochromatic Colors of #955FB7
Black with #955FB7
Text Example
Text Example
White with #955FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FB7; }
p { color: rgb(149,95,183); }
H1.HeaderClassName
{
color: #955FB7;
}
.AnyTagClassName
{
color: #955FB7;
}
</style>
background-color css
<style>
a { background-color: #955FB7; }
a { background-color: rgb(149,95,183); }
div.DivClassName
{
background-color: #955FB7;
}
.BgClassName
{
background-color: #955FB7;
}
</style>
border-color css
<style>
span { border-color: #955FB7; }
span { border-color: rgb(149,95,183); }
td.TdClassName
{
border-color: #955FB7;
}
.TagClassName
{
border-color: #955FB7;
}
</style>