Shades of Ce Soir #875E9C
Tints of Ce Soir #875E9C
RGB
CMYK
RGB Variations
Color information
#875E9C (or 0x875E9C) is known color: Ce Soir. HEX triplet: 87, 5E and 9C. RGB value is (135,94,156). Sum of RGB (Red+Green+Blue) = 135+94+156=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #875E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875E9C is #78A163. Grayscale: #717171. Windows color (decimal): -7905636 or 10247815. OLE color: 10247815.
HSL color Cylindrical-coordinate representation of color #875E9C: hue angle of 279.68º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875E9C is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 94 | 156 | - |
| CMYK | 0.13 | 0.40 | 0 | 0.39 |
| HSL | 279.68º | 0.25% | 0.49% | - |
| HSV(B) | 279.68º | 0.4% | 0.61% | - |
| XYZ | 20 | 15.56 | 33.4 | - |
| YUV | 113.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 94 | 156 | 0.13 | 0.40 | 0 | 0.39 | 279.68 | 0.25 | 0.49 |
| Hex | 87 | 5E | 9C | D | 28 | 0 | 27 | 118 | 19 | 31 |
| Octal | 207 | 136 | 234 | 15 | 50 | 0 | 47 | 430 | 31 | 61 |
| Binary | 10000111 | 1011110 | 10011100 | 1101 | 101000 | 0 | 100111 | 100011000 | 11001 | 110001 |
Color Harmonies of #875E9C
Complementary color
Monochromatic Colors of #875E9C
Black with #875E9C
Text Example
Text Example
White with #875E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875E9C; }
p { color: rgb(135,94,156); }
H1.HeaderClassName
{
color: #875E9C;
}
.AnyTagClassName
{
color: #875E9C;
}
</style>
background-color css
<style>
a { background-color: #875E9C; }
a { background-color: rgb(135,94,156); }
div.DivClassName
{
background-color: #875E9C;
}
.BgClassName
{
background-color: #875E9C;
}
</style>
border-color css
<style>
span { border-color: #875E9C; }
span { border-color: rgb(135,94,156); }
td.TdClassName
{
border-color: #875E9C;
}
.TagClassName
{
border-color: #875E9C;
}
</style>