Shades of Ce Soir #96709D
Tints of Ce Soir #96709D
RGB
CMYK
RGB Variations
Color information
#96709D (or 0x96709D) is known color: Ce Soir. HEX triplet: 96, 70 and 9D. RGB value is (150,112,157). Sum of RGB (Red+Green+Blue) = 150+112+157=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #96709D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96709D is #698F62. Grayscale: #808080. Windows color (decimal): -6917987 or 10317974. OLE color: 10317974.
HSL color Cylindrical-coordinate representation of color #96709D: hue angle of 290.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96709D is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 112 | 157 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.38 |
| HSL | 290.67º | 0.19% | 0.53% | - |
| HSV(B) | 290.67º | 0.29% | 0.62% | - |
| XYZ | 24.46 | 20.51 | 34.57 | - |
| YUV | 128.49 | 144.09 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 112 | 157 | 0.04 | 0.29 | 0 | 0.38 | 290.67 | 0.19 | 0.53 |
| Hex | 96 | 70 | 9D | 4 | 1D | 0 | 26 | 123 | 13 | 35 |
| Octal | 226 | 160 | 235 | 4 | 35 | 0 | 46 | 443 | 23 | 65 |
| Binary | 10010110 | 1110000 | 10011101 | 100 | 11101 | 0 | 100110 | 100100011 | 10011 | 110101 |
Color Harmonies of #96709D
Complementary color
Monochromatic Colors of #96709D
Black with #96709D
Text Example
Text Example
White with #96709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96709D; }
p { color: rgb(150,112,157); }
H1.HeaderClassName
{
color: #96709D;
}
.AnyTagClassName
{
color: #96709D;
}
</style>
background-color css
<style>
a { background-color: #96709D; }
a { background-color: rgb(150,112,157); }
div.DivClassName
{
background-color: #96709D;
}
.BgClassName
{
background-color: #96709D;
}
</style>
border-color css
<style>
span { border-color: #96709D; }
span { border-color: rgb(150,112,157); }
td.TdClassName
{
border-color: #96709D;
}
.TagClassName
{
border-color: #96709D;
}
</style>