Shades of Ce Soir #96739E
Tints of Ce Soir #96739E
RGB
CMYK
RGB Variations
Color information
#96739E (or 0x96739E) is known color: Ce Soir. HEX triplet: 96, 73 and 9E. RGB value is (150,115,158). Sum of RGB (Red+Green+Blue) = 150+115+158=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 158 - color contains mainly: blue. Hex color #96739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96739E is #698C61. Grayscale: #828282. Windows color (decimal): -6917218 or 10384278. OLE color: 10384278.
HSL color Cylindrical-coordinate representation of color #96739E: hue angle of 288.84º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96739E is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 115 | 158 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.38 |
| HSL | 288.84º | 0.18% | 0.54% | - |
| HSV(B) | 288.84º | 0.27% | 0.62% | - |
| XYZ | 24.88 | 21.21 | 35.13 | - |
| YUV | 130.37 | 143.6 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 158 | 0.05 | 0.27 | 0 | 0.38 | 288.84 | 0.18 | 0.54 |
| Hex | 96 | 73 | 9E | 5 | 1B | 0 | 26 | 121 | 12 | 36 |
| Octal | 226 | 163 | 236 | 5 | 33 | 0 | 46 | 441 | 22 | 66 |
| Binary | 10010110 | 1110011 | 10011110 | 101 | 11011 | 0 | 100110 | 100100001 | 10010 | 110110 |
Color Harmonies of #96739E
Complementary color
Monochromatic Colors of #96739E
Black with #96739E
Text Example
Text Example
White with #96739E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96739E; }
p { color: rgb(150,115,158); }
H1.HeaderClassName
{
color: #96739E;
}
.AnyTagClassName
{
color: #96739E;
}
</style>
background-color css
<style>
a { background-color: #96739E; }
a { background-color: rgb(150,115,158); }
div.DivClassName
{
background-color: #96739E;
}
.BgClassName
{
background-color: #96739E;
}
</style>
border-color css
<style>
span { border-color: #96739E; }
span { border-color: rgb(150,115,158); }
td.TdClassName
{
border-color: #96739E;
}
.TagClassName
{
border-color: #96739E;
}
</style>