Shades of Ce Soir #875DA0
Tints of Ce Soir #875DA0
RGB
CMYK
RGB Variations
Color information
#875DA0 (or 0x875DA0) is known color: Ce Soir. HEX triplet: 87, 5D and A0. RGB value is (135,93,160). Sum of RGB (Red+Green+Blue) = 135+93+160=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #875DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DA0 is #78A25F. Grayscale: #707070. Windows color (decimal): -7905888 or 10509703. OLE color: 10509703.
HSL color Cylindrical-coordinate representation of color #875DA0: hue angle of 277.61º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875DA0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 93 | 160 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.37 |
| HSL | 277.61º | 0.26% | 0.5% | - |
| HSV(B) | 277.61º | 0.42% | 0.63% | - |
| XYZ | 20.25 | 15.52 | 35.19 | - |
| YUV | 113.2 | 154.41 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 160 | 0.16 | 0.42 | 0 | 0.37 | 277.61 | 0.26 | 0.5 |
| Hex | 87 | 5D | A0 | 10 | 2A | 0 | 25 | 116 | 1A | 32 |
| Octal | 207 | 135 | 240 | 20 | 52 | 0 | 45 | 426 | 32 | 62 |
| Binary | 10000111 | 1011101 | 10100000 | 10000 | 101010 | 0 | 100101 | 100010110 | 11010 | 110010 |
Color Harmonies of #875DA0
Complementary color
Monochromatic Colors of #875DA0
Black with #875DA0
Text Example
Text Example
White with #875DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DA0; }
p { color: rgb(135,93,160); }
H1.HeaderClassName
{
color: #875DA0;
}
.AnyTagClassName
{
color: #875DA0;
}
</style>
background-color css
<style>
a { background-color: #875DA0; }
a { background-color: rgb(135,93,160); }
div.DivClassName
{
background-color: #875DA0;
}
.BgClassName
{
background-color: #875DA0;
}
</style>
border-color css
<style>
span { border-color: #875DA0; }
span { border-color: rgb(135,93,160); }
td.TdClassName
{
border-color: #875DA0;
}
.TagClassName
{
border-color: #875DA0;
}
</style>