Shades of Ce Soir #875BAA
Tints of Ce Soir #875BAA
RGB
CMYK
RGB Variations
Color information
#875BAA (or 0x875BAA) is known color: Ce Soir. HEX triplet: 87, 5B and AA. RGB value is (135,91,170). Sum of RGB (Red+Green+Blue) = 135+91+170=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #875BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875BAA is #78A455. Grayscale: #707070. Windows color (decimal): -7906390 or 11164551. OLE color: 11164551.
HSL color Cylindrical-coordinate representation of color #875BAA: hue angle of 273.42º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875BAA is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 91 | 170 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.33 |
| HSL | 273.42º | 0.32% | 0.51% | - |
| HSV(B) | 273.42º | 0.46% | 0.67% | - |
| XYZ | 20.99 | 15.54 | 39.92 | - |
| YUV | 113.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 170 | 0.21 | 0.46 | 0 | 0.33 | 273.42 | 0.32 | 0.51 |
| Hex | 87 | 5B | AA | 15 | 2E | 0 | 21 | 111 | 20 | 33 |
| Octal | 207 | 133 | 252 | 25 | 56 | 0 | 41 | 421 | 40 | 63 |
| Binary | 10000111 | 1011011 | 10101010 | 10101 | 101110 | 0 | 100001 | 100010001 | 100000 | 110011 |
Color Harmonies of #875BAA
Complementary color
Monochromatic Colors of #875BAA
Black with #875BAA
Text Example
Text Example
White with #875BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BAA; }
p { color: rgb(135,91,170); }
H1.HeaderClassName
{
color: #875BAA;
}
.AnyTagClassName
{
color: #875BAA;
}
</style>
background-color css
<style>
a { background-color: #875BAA; }
a { background-color: rgb(135,91,170); }
div.DivClassName
{
background-color: #875BAA;
}
.BgClassName
{
background-color: #875BAA;
}
</style>
border-color css
<style>
span { border-color: #875BAA; }
span { border-color: rgb(135,91,170); }
td.TdClassName
{
border-color: #875BAA;
}
.TagClassName
{
border-color: #875BAA;
}
</style>