Shades of Ce Soir #895B9E
Tints of Ce Soir #895B9E
RGB
CMYK
RGB Variations
Color information
#895B9E (or 0x895B9E) is known color: Ce Soir. HEX triplet: 89, 5B and 9E. RGB value is (137,91,158). Sum of RGB (Red+Green+Blue) = 137+91+158=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #895B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895B9E is #76A461. Grayscale: #707070. Windows color (decimal): -7775330 or 10378121. OLE color: 10378121.
HSL color Cylindrical-coordinate representation of color #895B9E: hue angle of 281.19º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895B9E is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 91 | 158 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.38 |
| HSL | 281.19º | 0.27% | 0.49% | - |
| HSV(B) | 281.19º | 0.42% | 0.62% | - |
| XYZ | 20.23 | 15.27 | 34.23 | - |
| YUV | 112.39 | 153.74 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 158 | 0.13 | 0.42 | 0 | 0.38 | 281.19 | 0.27 | 0.49 |
| Hex | 89 | 5B | 9E | D | 2A | 0 | 26 | 119 | 1B | 31 |
| Octal | 211 | 133 | 236 | 15 | 52 | 0 | 46 | 431 | 33 | 61 |
| Binary | 10001001 | 1011011 | 10011110 | 1101 | 101010 | 0 | 100110 | 100011001 | 11011 | 110001 |
Color Harmonies of #895B9E
Complementary color
Monochromatic Colors of #895B9E
Black with #895B9E
Text Example
Text Example
White with #895B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895B9E; }
p { color: rgb(137,91,158); }
H1.HeaderClassName
{
color: #895B9E;
}
.AnyTagClassName
{
color: #895B9E;
}
</style>
background-color css
<style>
a { background-color: #895B9E; }
a { background-color: rgb(137,91,158); }
div.DivClassName
{
background-color: #895B9E;
}
.BgClassName
{
background-color: #895B9E;
}
</style>
border-color css
<style>
span { border-color: #895B9E; }
span { border-color: rgb(137,91,158); }
td.TdClassName
{
border-color: #895B9E;
}
.TagClassName
{
border-color: #895B9E;
}
</style>