Shades of Deep Lilac #955FBE
Tints of Deep Lilac #955FBE
RGB
CMYK
RGB Variations
Color information
#955FBE (or 0x955FBE) is known color: Deep Lilac. HEX triplet: 95, 5F and BE. RGB value is (149,95,190). Sum of RGB (Red+Green+Blue) = 149+95+190=434 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.33% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #955FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FBE is #6AA041. Grayscale: #797979. Windows color (decimal): -6987842 or 12476309. OLE color: 12476309.
HSL color Cylindrical-coordinate representation of color #955FBE: hue angle of 274.11º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #955FBE is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 95 | 190 | - |
| CMYK | 0.22 | 0.5 | 0 | 0.25 |
| HSL | 274.11º | 0.42% | 0.56% | - |
| HSV(B) | 274.11º | 0.5% | 0.75% | - |
| XYZ | 25.78 | 18.29 | 50.89 | - |
| YUV | 121.98 | 166.39 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 190 | 0.22 | 0.5 | 0 | 0.25 | 274.11 | 0.42 | 0.56 |
| Hex | 95 | 5F | BE | 16 | 32 | 0 | 19 | 112 | 2A | 38 |
| Octal | 225 | 137 | 276 | 26 | 62 | 0 | 31 | 422 | 52 | 70 |
| Binary | 10010101 | 1011111 | 10111110 | 10110 | 110010 | 0 | 11001 | 100010010 | 101010 | 111000 |
Color Harmonies of #955FBE
Complementary color
Monochromatic Colors of #955FBE
Black with #955FBE
Text Example
Text Example
White with #955FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FBE; }
p { color: rgb(149,95,190); }
H1.HeaderClassName
{
color: #955FBE;
}
.AnyTagClassName
{
color: #955FBE;
}
</style>
background-color css
<style>
a { background-color: #955FBE; }
a { background-color: rgb(149,95,190); }
div.DivClassName
{
background-color: #955FBE;
}
.BgClassName
{
background-color: #955FBE;
}
</style>
border-color css
<style>
span { border-color: #955FBE; }
span { border-color: rgb(149,95,190); }
td.TdClassName
{
border-color: #955FBE;
}
.TagClassName
{
border-color: #955FBE;
}
</style>