Shades of Ce Soir #895E9E
Tints of Ce Soir #895E9E
RGB
CMYK
RGB Variations
Color information
#895E9E (or 0x895E9E) is known color: Ce Soir. HEX triplet: 89, 5E and 9E. RGB value is (137,94,158). Sum of RGB (Red+Green+Blue) = 137+94+158=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #895E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895E9E is #76A161. Grayscale: #717171. Windows color (decimal): -7774562 or 10378889. OLE color: 10378889.
HSL color Cylindrical-coordinate representation of color #895E9E: hue angle of 280.31º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895E9E is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 94 | 158 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.38 |
| HSL | 280.31º | 0.25% | 0.49% | - |
| HSV(B) | 280.31º | 0.41% | 0.62% | - |
| XYZ | 20.49 | 15.79 | 34.32 | - |
| YUV | 114.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 94 | 158 | 0.13 | 0.41 | 0 | 0.38 | 280.31 | 0.25 | 0.49 |
| Hex | 89 | 5E | 9E | D | 29 | 0 | 26 | 118 | 19 | 31 |
| Octal | 211 | 136 | 236 | 15 | 51 | 0 | 46 | 430 | 31 | 61 |
| Binary | 10001001 | 1011110 | 10011110 | 1101 | 101001 | 0 | 100110 | 100011000 | 11001 | 110001 |
Color Harmonies of #895E9E
Complementary color
Monochromatic Colors of #895E9E
Black with #895E9E
Text Example
Text Example
White with #895E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895E9E; }
p { color: rgb(137,94,158); }
H1.HeaderClassName
{
color: #895E9E;
}
.AnyTagClassName
{
color: #895E9E;
}
</style>
background-color css
<style>
a { background-color: #895E9E; }
a { background-color: rgb(137,94,158); }
div.DivClassName
{
background-color: #895E9E;
}
.BgClassName
{
background-color: #895E9E;
}
</style>
border-color css
<style>
span { border-color: #895E9E; }
span { border-color: rgb(137,94,158); }
td.TdClassName
{
border-color: #895E9E;
}
.TagClassName
{
border-color: #895E9E;
}
</style>