Shades of Ce Soir #96729D
Tints of Ce Soir #96729D
RGB
CMYK
RGB Variations
Color information
#96729D (or 0x96729D) is known color: Ce Soir. HEX triplet: 96, 72 and 9D. RGB value is (150,114,157). Sum of RGB (Red+Green+Blue) = 150+114+157=421 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.63% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 157 - color contains mainly: blue. Hex color #96729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96729D is #698D62. Grayscale: #818181. Windows color (decimal): -6917475 or 10318486. OLE color: 10318486.
HSL color Cylindrical-coordinate representation of color #96729D: hue angle of 290.23º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96729D is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 114 | 157 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.38 |
| HSL | 290.23º | 0.18% | 0.53% | - |
| HSV(B) | 290.23º | 0.27% | 0.62% | - |
| XYZ | 24.68 | 20.95 | 34.64 | - |
| YUV | 129.67 | 143.43 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 157 | 0.04 | 0.27 | 0 | 0.38 | 290.23 | 0.18 | 0.53 |
| Hex | 96 | 72 | 9D | 4 | 1B | 0 | 26 | 122 | 12 | 35 |
| Octal | 226 | 162 | 235 | 4 | 33 | 0 | 46 | 442 | 22 | 65 |
| Binary | 10010110 | 1110010 | 10011101 | 100 | 11011 | 0 | 100110 | 100100010 | 10010 | 110101 |
Color Harmonies of #96729D
Complementary color
Monochromatic Colors of #96729D
Black with #96729D
Text Example
Text Example
White with #96729D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96729D; }
p { color: rgb(150,114,157); }
H1.HeaderClassName
{
color: #96729D;
}
.AnyTagClassName
{
color: #96729D;
}
</style>
background-color css
<style>
a { background-color: #96729D; }
a { background-color: rgb(150,114,157); }
div.DivClassName
{
background-color: #96729D;
}
.BgClassName
{
background-color: #96729D;
}
</style>
border-color css
<style>
span { border-color: #96729D; }
span { border-color: rgb(150,114,157); }
td.TdClassName
{
border-color: #96729D;
}
.TagClassName
{
border-color: #96729D;
}
</style>