Shades of Ce Soir #956E9E
Tints of Ce Soir #956E9E
RGB
CMYK
RGB Variations
Color information
#956E9E (or 0x956E9E) is known color: Ce Soir. HEX triplet: 95, 6E and 9E. RGB value is (149,110,158). Sum of RGB (Red+Green+Blue) = 149+110+158=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 110 (43.36% from 255 or 26.38% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 158 - color contains mainly: blue. Hex color #956E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956E9E is #6A9161. Grayscale: #7E7E7E. Windows color (decimal): -6984034 or 10382997. OLE color: 10382997.
HSL color Cylindrical-coordinate representation of color #956E9E: hue angle of 288.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956E9E is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 110 | 158 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.38 |
| HSL | 288.75º | 0.2% | 0.53% | - |
| HSV(B) | 288.75º | 0.3% | 0.62% | - |
| XYZ | 24.14 | 20.01 | 34.94 | - |
| YUV | 127.13 | 145.42 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 110 | 158 | 0.06 | 0.30 | 0 | 0.38 | 288.75 | 0.2 | 0.53 |
| Hex | 95 | 6E | 9E | 6 | 1E | 0 | 26 | 121 | 14 | 35 |
| Octal | 225 | 156 | 236 | 6 | 36 | 0 | 46 | 441 | 24 | 65 |
| Binary | 10010101 | 1101110 | 10011110 | 110 | 11110 | 0 | 100110 | 100100001 | 10100 | 110101 |
Color Harmonies of #956E9E
Complementary color
Monochromatic Colors of #956E9E
Black with #956E9E
Text Example
Text Example
White with #956E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956E9E; }
p { color: rgb(149,110,158); }
H1.HeaderClassName
{
color: #956E9E;
}
.AnyTagClassName
{
color: #956E9E;
}
</style>
background-color css
<style>
a { background-color: #956E9E; }
a { background-color: rgb(149,110,158); }
div.DivClassName
{
background-color: #956E9E;
}
.BgClassName
{
background-color: #956E9E;
}
</style>
border-color css
<style>
span { border-color: #956E9E; }
span { border-color: rgb(149,110,158); }
td.TdClassName
{
border-color: #956E9E;
}
.TagClassName
{
border-color: #956E9E;
}
</style>