Shades of Ce Soir #875FA4
Tints of Ce Soir #875FA4
RGB
CMYK
RGB Variations
Color information
#875FA4 (or 0x875FA4) is known color: Ce Soir. HEX triplet: 87, 5F and A4. RGB value is (135,95,164). Sum of RGB (Red+Green+Blue) = 135+95+164=394 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.26% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 164 (64.45% from 255 or 41.62% from 394); Max value from RGB is 164 - color contains mainly: blue. Hex color #875FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875FA4 is #78A05B. Grayscale: #727272. Windows color (decimal): -7905372 or 10772359. OLE color: 10772359.
HSL color Cylindrical-coordinate representation of color #875FA4: hue angle of 274.78º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #875FA4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 95 | 164 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.36 |
| HSL | 274.78º | 0.27% | 0.51% | - |
| HSV(B) | 274.78º | 0.42% | 0.64% | - |
| XYZ | 20.78 | 16.02 | 37.12 | - |
| YUV | 114.83 | 155.75 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 164 | 0.18 | 0.42 | 0 | 0.36 | 274.78 | 0.27 | 0.51 |
| Hex | 87 | 5F | A4 | 12 | 2A | 0 | 24 | 113 | 1B | 33 |
| Octal | 207 | 137 | 244 | 22 | 52 | 0 | 44 | 423 | 33 | 63 |
| Binary | 10000111 | 1011111 | 10100100 | 10010 | 101010 | 0 | 100100 | 100010011 | 11011 | 110011 |
Color Harmonies of #875FA4
Complementary color
Monochromatic Colors of #875FA4
Black with #875FA4
Text Example
Text Example
White with #875FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875FA4; }
p { color: rgb(135,95,164); }
H1.HeaderClassName
{
color: #875FA4;
}
.AnyTagClassName
{
color: #875FA4;
}
</style>
background-color css
<style>
a { background-color: #875FA4; }
a { background-color: rgb(135,95,164); }
div.DivClassName
{
background-color: #875FA4;
}
.BgClassName
{
background-color: #875FA4;
}
</style>
border-color css
<style>
span { border-color: #875FA4; }
span { border-color: rgb(135,95,164); }
td.TdClassName
{
border-color: #875FA4;
}
.TagClassName
{
border-color: #875FA4;
}
</style>