Shades of Ce Soir #875DA8
Tints of Ce Soir #875DA8
RGB
CMYK
RGB Variations
Color information
#875DA8 (or 0x875DA8) is known color: Ce Soir. HEX triplet: 87, 5D and A8. RGB value is (135,93,168). Sum of RGB (Red+Green+Blue) = 135+93+168=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 168 - color contains mainly: blue. Hex color #875DA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DA8 is #78A257. Grayscale: #717171. Windows color (decimal): -7905880 or 11033991. OLE color: 11033991.
HSL color Cylindrical-coordinate representation of color #875DA8: hue angle of 273.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875DA8 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 93 | 168 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.34 |
| HSL | 273.6º | 0.3% | 0.51% | - |
| HSV(B) | 273.6º | 0.45% | 0.66% | - |
| XYZ | 20.97 | 15.81 | 38.99 | - |
| YUV | 114.11 | 158.41 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 93 | 168 | 0.20 | 0.45 | 0 | 0.34 | 273.6 | 0.3 | 0.51 |
| Hex | 87 | 5D | A8 | 14 | 2D | 0 | 22 | 112 | 1E | 33 |
| Octal | 207 | 135 | 250 | 24 | 55 | 0 | 42 | 422 | 36 | 63 |
| Binary | 10000111 | 1011101 | 10101000 | 10100 | 101101 | 0 | 100010 | 100010010 | 11110 | 110011 |
Color Harmonies of #875DA8
Complementary color
Monochromatic Colors of #875DA8
Black with #875DA8
Text Example
Text Example
White with #875DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875DA8; }
p { color: rgb(135,93,168); }
H1.HeaderClassName
{
color: #875DA8;
}
.AnyTagClassName
{
color: #875DA8;
}
</style>
background-color css
<style>
a { background-color: #875DA8; }
a { background-color: rgb(135,93,168); }
div.DivClassName
{
background-color: #875DA8;
}
.BgClassName
{
background-color: #875DA8;
}
</style>
border-color css
<style>
span { border-color: #875DA8; }
span { border-color: rgb(135,93,168); }
td.TdClassName
{
border-color: #875DA8;
}
.TagClassName
{
border-color: #875DA8;
}
</style>