Shades of Ce Soir #96759E
Tints of Ce Soir #96759E
RGB
CMYK
RGB Variations
Color information
#96759E (or 0x96759E) is known color: Ce Soir. HEX triplet: 96, 75 and 9E. RGB value is (150,117,158). Sum of RGB (Red+Green+Blue) = 150+117+158=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 117 (46.09% from 255 or 27.53% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 158 - color contains mainly: blue. Hex color #96759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96759E is #698A61. Grayscale: #838383. Windows color (decimal): -6916706 or 10384790. OLE color: 10384790.
HSL color Cylindrical-coordinate representation of color #96759E: hue angle of 288.29º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #96759E is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 117 | 158 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.38 |
| HSL | 288.29º | 0.17% | 0.54% | - |
| HSV(B) | 288.29º | 0.26% | 0.62% | - |
| XYZ | 25.11 | 21.68 | 35.21 | - |
| YUV | 131.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 158 | 0.05 | 0.26 | 0 | 0.38 | 288.29 | 0.17 | 0.54 |
| Hex | 96 | 75 | 9E | 5 | 1A | 0 | 26 | 120 | 11 | 36 |
| Octal | 226 | 165 | 236 | 5 | 32 | 0 | 46 | 440 | 21 | 66 |
| Binary | 10010110 | 1110101 | 10011110 | 101 | 11010 | 0 | 100110 | 100100000 | 10001 | 110110 |
Color Harmonies of #96759E
Complementary color
Monochromatic Colors of #96759E
Black with #96759E
Text Example
Text Example
White with #96759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96759E; }
p { color: rgb(150,117,158); }
H1.HeaderClassName
{
color: #96759E;
}
.AnyTagClassName
{
color: #96759E;
}
</style>
background-color css
<style>
a { background-color: #96759E; }
a { background-color: rgb(150,117,158); }
div.DivClassName
{
background-color: #96759E;
}
.BgClassName
{
background-color: #96759E;
}
</style>
border-color css
<style>
span { border-color: #96759E; }
span { border-color: rgb(150,117,158); }
td.TdClassName
{
border-color: #96759E;
}
.TagClassName
{
border-color: #96759E;
}
</style>