Shades of Ce Soir #96759D
Tints of Ce Soir #96759D
RGB
CMYK
RGB Variations
Color information
#96759D (or 0x96759D) is known color: Ce Soir. HEX triplet: 96, 75 and 9D. RGB value is (150,117,157). Sum of RGB (Red+Green+Blue) = 150+117+157=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #96759D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96759D is #698A62. Grayscale: #838383. Windows color (decimal): -6916707 or 10319254. OLE color: 10319254.
HSL color Cylindrical-coordinate representation of color #96759D: hue angle of 289.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96759D is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 117 | 157 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.38 |
| HSL | 289.5º | 0.17% | 0.54% | - |
| HSV(B) | 289.5º | 0.25% | 0.62% | - |
| XYZ | 25.02 | 21.64 | 34.76 | - |
| YUV | 131.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 157 | 0.04 | 0.25 | 0 | 0.38 | 289.5 | 0.17 | 0.54 |
| Hex | 96 | 75 | 9D | 4 | 19 | 0 | 26 | 122 | 11 | 36 |
| Octal | 226 | 165 | 235 | 4 | 31 | 0 | 46 | 442 | 21 | 66 |
| Binary | 10010110 | 1110101 | 10011101 | 100 | 11001 | 0 | 100110 | 100100010 | 10001 | 110110 |
Color Harmonies of #96759D
Complementary color
Monochromatic Colors of #96759D
Black with #96759D
Text Example
Text Example
White with #96759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96759D; }
p { color: rgb(150,117,157); }
H1.HeaderClassName
{
color: #96759D;
}
.AnyTagClassName
{
color: #96759D;
}
</style>
background-color css
<style>
a { background-color: #96759D; }
a { background-color: rgb(150,117,157); }
div.DivClassName
{
background-color: #96759D;
}
.BgClassName
{
background-color: #96759D;
}
</style>
border-color css
<style>
span { border-color: #96759D; }
span { border-color: rgb(150,117,157); }
td.TdClassName
{
border-color: #96759D;
}
.TagClassName
{
border-color: #96759D;
}
</style>