Shades of Ce Soir #885F9A
Tints of Ce Soir #885F9A
RGB
CMYK
RGB Variations
Color information
#885F9A (or 0x885F9A) is known color: Ce Soir. HEX triplet: 88, 5F and 9A. RGB value is (136,95,154). Sum of RGB (Red+Green+Blue) = 136+95+154=385 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.32% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #885F9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885F9A is #77A065. Grayscale: #717171. Windows color (decimal): -7839846 or 10117000. OLE color: 10117000.
HSL color Cylindrical-coordinate representation of color #885F9A: hue angle of 281.69º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885F9A is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 136 | 95 | 154 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.40 |
| HSL | 281.69º | 0.24% | 0.49% | - |
| HSV(B) | 281.69º | 0.38% | 0.6% | - |
| XYZ | 20.08 | 15.75 | 32.55 | - |
| YUV | 113.99 | 150.58 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 154 | 0.12 | 0.38 | 0 | 0.40 | 281.69 | 0.24 | 0.49 |
| Hex | 88 | 5F | 9A | C | 26 | 0 | 28 | 11A | 18 | 31 |
| Octal | 210 | 137 | 232 | 14 | 46 | 0 | 50 | 432 | 30 | 61 |
| Binary | 10001000 | 1011111 | 10011010 | 1100 | 100110 | 0 | 101000 | 100011010 | 11000 | 110001 |
Color Harmonies of #885F9A
Complementary color
Monochromatic Colors of #885F9A
Black with #885F9A
Text Example
Text Example
White with #885F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885F9A; }
p { color: rgb(136,95,154); }
H1.HeaderClassName
{
color: #885F9A;
}
.AnyTagClassName
{
color: #885F9A;
}
</style>
background-color css
<style>
a { background-color: #885F9A; }
a { background-color: rgb(136,95,154); }
div.DivClassName
{
background-color: #885F9A;
}
.BgClassName
{
background-color: #885F9A;
}
</style>
border-color css
<style>
span { border-color: #885F9A; }
span { border-color: rgb(136,95,154); }
td.TdClassName
{
border-color: #885F9A;
}
.TagClassName
{
border-color: #885F9A;
}
</style>