Shades of Ce Soir #89559E
Tints of Ce Soir #89559E
RGB
CMYK
RGB Variations
Color information
#89559E (or 0x89559E) is known color: Ce Soir. HEX triplet: 89, 55 and 9E. RGB value is (137,85,158). Sum of RGB (Red+Green+Blue) = 137+85+158=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 158 - color contains mainly: blue. Hex color #89559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89559E is #76AA61. Grayscale: #6C6C6C. Windows color (decimal): -7776866 or 10376585. OLE color: 10376585.
HSL color Cylindrical-coordinate representation of color #89559E: hue angle of 282.74º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89559E is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 85 | 158 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.38 |
| HSL | 282.74º | 0.3% | 0.48% | - |
| HSV(B) | 282.74º | 0.46% | 0.62% | - |
| XYZ | 19.74 | 14.28 | 34.06 | - |
| YUV | 108.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 158 | 0.13 | 0.46 | 0 | 0.38 | 282.74 | 0.3 | 0.48 |
| Hex | 89 | 55 | 9E | D | 2E | 0 | 26 | 11B | 1E | 30 |
| Octal | 211 | 125 | 236 | 15 | 56 | 0 | 46 | 433 | 36 | 60 |
| Binary | 10001001 | 1010101 | 10011110 | 1101 | 101110 | 0 | 100110 | 100011011 | 11110 | 110000 |
Color Harmonies of #89559E
Complementary color
Monochromatic Colors of #89559E
Black with #89559E
Text Example
Text Example
White with #89559E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89559E; }
p { color: rgb(137,85,158); }
H1.HeaderClassName
{
color: #89559E;
}
.AnyTagClassName
{
color: #89559E;
}
</style>
background-color css
<style>
a { background-color: #89559E; }
a { background-color: rgb(137,85,158); }
div.DivClassName
{
background-color: #89559E;
}
.BgClassName
{
background-color: #89559E;
}
</style>
border-color css
<style>
span { border-color: #89559E; }
span { border-color: rgb(137,85,158); }
td.TdClassName
{
border-color: #89559E;
}
.TagClassName
{
border-color: #89559E;
}
</style>