Shades of Ce Soir #875C98
Tints of Ce Soir #875C98
RGB
CMYK
RGB Variations
Color information
#875C98 (or 0x875C98) is known color: Ce Soir. HEX triplet: 87, 5C and 98. RGB value is (135,92,152). Sum of RGB (Red+Green+Blue) = 135+92+152=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #875C98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C98 is #78A367. Grayscale: #6F6F6F. Windows color (decimal): -7906152 or 9985159. OLE color: 9985159.
HSL color Cylindrical-coordinate representation of color #875C98: hue angle of 283º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875C98 is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 92 | 152 | - |
| CMYK | 0.11 | 0.39 | 0 | 0.40 |
| HSL | 283º | 0.25% | 0.48% | - |
| HSV(B) | 283º | 0.39% | 0.6% | - |
| XYZ | 19.49 | 15.07 | 31.59 | - |
| YUV | 111.7 | 150.75 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 152 | 0.11 | 0.39 | 0 | 0.40 | 283 | 0.25 | 0.48 |
| Hex | 87 | 5C | 98 | B | 27 | 0 | 28 | 11B | 19 | 30 |
| Octal | 207 | 134 | 230 | 13 | 47 | 0 | 50 | 433 | 31 | 60 |
| Binary | 10000111 | 1011100 | 10011000 | 1011 | 100111 | 0 | 101000 | 100011011 | 11001 | 110000 |
Color Harmonies of #875C98
Complementary color
Monochromatic Colors of #875C98
Black with #875C98
Text Example
Text Example
White with #875C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C98; }
p { color: rgb(135,92,152); }
H1.HeaderClassName
{
color: #875C98;
}
.AnyTagClassName
{
color: #875C98;
}
</style>
background-color css
<style>
a { background-color: #875C98; }
a { background-color: rgb(135,92,152); }
div.DivClassName
{
background-color: #875C98;
}
.BgClassName
{
background-color: #875C98;
}
</style>
border-color css
<style>
span { border-color: #875C98; }
span { border-color: rgb(135,92,152); }
td.TdClassName
{
border-color: #875C98;
}
.TagClassName
{
border-color: #875C98;
}
</style>