Shades of Ce Soir #875F9D
Tints of Ce Soir #875F9D
RGB
CMYK
RGB Variations
Color information
#875F9D (or 0x875F9D) is known color: Ce Soir. HEX triplet: 87, 5F and 9D. RGB value is (135,95,157). Sum of RGB (Red+Green+Blue) = 135+95+157=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 95 (37.5% from 255 or 24.55% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #875F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F9D is #78A062. Grayscale: #717171. Windows color (decimal): -7905379 or 10313607. OLE color: 10313607.
HSL color Cylindrical-coordinate representation of color #875F9D: hue angle of 278.71º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875F9D is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 95 | 157 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.38 |
| HSL | 278.71º | 0.25% | 0.49% | - |
| HSV(B) | 278.71º | 0.39% | 0.62% | - |
| XYZ | 20.17 | 15.77 | 33.88 | - |
| YUV | 114.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 157 | 0.14 | 0.39 | 0 | 0.38 | 278.71 | 0.25 | 0.49 |
| Hex | 87 | 5F | 9D | E | 27 | 0 | 26 | 117 | 19 | 31 |
| Octal | 207 | 137 | 235 | 16 | 47 | 0 | 46 | 427 | 31 | 61 |
| Binary | 10000111 | 1011111 | 10011101 | 1110 | 100111 | 0 | 100110 | 100010111 | 11001 | 110001 |
Color Harmonies of #875F9D
Complementary color
Monochromatic Colors of #875F9D
Black with #875F9D
Text Example
Text Example
White with #875F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F9D; }
p { color: rgb(135,95,157); }
H1.HeaderClassName
{
color: #875F9D;
}
.AnyTagClassName
{
color: #875F9D;
}
</style>
background-color css
<style>
a { background-color: #875F9D; }
a { background-color: rgb(135,95,157); }
div.DivClassName
{
background-color: #875F9D;
}
.BgClassName
{
background-color: #875F9D;
}
</style>
border-color css
<style>
span { border-color: #875F9D; }
span { border-color: rgb(135,95,157); }
td.TdClassName
{
border-color: #875F9D;
}
.TagClassName
{
border-color: #875F9D;
}
</style>