Shades of Ce Soir #9875A7
Tints of Ce Soir #9875A7
RGB
CMYK
RGB Variations
Color information
#9875A7 (or 0x9875A7) is known color: Ce Soir. HEX triplet: 98, 75 and A7. RGB value is (152,117,167). Sum of RGB (Red+Green+Blue) = 152+117+167=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 167 - color contains mainly: blue. Hex color #9875A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9875A7 is #678A58. Grayscale: #858585. Windows color (decimal): -6785625 or 10974616. OLE color: 10974616.
HSL color Cylindrical-coordinate representation of color #9875A7: hue angle of 282º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9875A7 is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 117 | 167 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.35 |
| HSL | 282º | 0.22% | 0.56% | - |
| HSV(B) | 282º | 0.3% | 0.65% | - |
| XYZ | 26.29 | 22.19 | 39.46 | - |
| YUV | 133.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 167 | 0.09 | 0.30 | 0 | 0.35 | 282 | 0.22 | 0.56 |
| Hex | 98 | 75 | A7 | 9 | 1E | 0 | 23 | 11A | 16 | 38 |
| Octal | 230 | 165 | 247 | 11 | 36 | 0 | 43 | 432 | 26 | 70 |
| Binary | 10011000 | 1110101 | 10100111 | 1001 | 11110 | 0 | 100011 | 100011010 | 10110 | 111000 |
Color Harmonies of #9875A7
Complementary color
Monochromatic Colors of #9875A7
Black with #9875A7
Text Example
Text Example
White with #9875A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9875A7; }
p { color: rgb(152,117,167); }
H1.HeaderClassName
{
color: #9875A7;
}
.AnyTagClassName
{
color: #9875A7;
}
</style>
background-color css
<style>
a { background-color: #9875A7; }
a { background-color: rgb(152,117,167); }
div.DivClassName
{
background-color: #9875A7;
}
.BgClassName
{
background-color: #9875A7;
}
</style>
border-color css
<style>
span { border-color: #9875A7; }
span { border-color: rgb(152,117,167); }
td.TdClassName
{
border-color: #9875A7;
}
.TagClassName
{
border-color: #9875A7;
}
</style>