Shades of Ce Soir #875C99
Tints of Ce Soir #875C99
RGB
CMYK
RGB Variations
Color information
#875C99 (or 0x875C99) is known color: Ce Soir. HEX triplet: 87, 5C and 99. RGB value is (135,92,153). Sum of RGB (Red+Green+Blue) = 135+92+153=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #875C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875C99 is #78A366. Grayscale: #6F6F6F. Windows color (decimal): -7906151 or 10050695. OLE color: 10050695.
HSL color Cylindrical-coordinate representation of color #875C99: hue angle of 282.3º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875C99 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 92 | 153 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.4 |
| HSL | 282.3º | 0.25% | 0.48% | - |
| HSV(B) | 282.3º | 0.4% | 0.6% | - |
| XYZ | 19.57 | 15.11 | 32.02 | - |
| YUV | 111.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 153 | 0.12 | 0.40 | 0 | 0.4 | 282.3 | 0.25 | 0.48 |
| Hex | 87 | 5C | 99 | C | 28 | 0 | 28 | 11A | 19 | 30 |
| Octal | 207 | 134 | 231 | 14 | 50 | 0 | 50 | 432 | 31 | 60 |
| Binary | 10000111 | 1011100 | 10011001 | 1100 | 101000 | 0 | 101000 | 100011010 | 11001 | 110000 |
Color Harmonies of #875C99
Complementary color
Monochromatic Colors of #875C99
Black with #875C99
Text Example
Text Example
White with #875C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C99; }
p { color: rgb(135,92,153); }
H1.HeaderClassName
{
color: #875C99;
}
.AnyTagClassName
{
color: #875C99;
}
</style>
background-color css
<style>
a { background-color: #875C99; }
a { background-color: rgb(135,92,153); }
div.DivClassName
{
background-color: #875C99;
}
.BgClassName
{
background-color: #875C99;
}
</style>
border-color css
<style>
span { border-color: #875C99; }
span { border-color: rgb(135,92,153); }
td.TdClassName
{
border-color: #875C99;
}
.TagClassName
{
border-color: #875C99;
}
</style>