Shades of Ce Soir #89559D
Tints of Ce Soir #89559D
RGB
CMYK
RGB Variations
Color information
#89559D (or 0x89559D) is known color: Ce Soir. HEX triplet: 89, 55 and 9D. RGB value is (137,85,157). Sum of RGB (Red+Green+Blue) = 137+85+157=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #89559D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89559D is #76AA62. Grayscale: #6C6C6C. Windows color (decimal): -7776867 or 10311049. OLE color: 10311049.
HSL color Cylindrical-coordinate representation of color #89559D: hue angle of 283.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #89559D is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 85 | 157 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.38 |
| HSL | 283.33º | 0.3% | 0.47% | - |
| HSV(B) | 283.33º | 0.46% | 0.62% | - |
| XYZ | 19.65 | 14.25 | 33.61 | - |
| YUV | 108.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 157 | 0.13 | 0.46 | 0 | 0.38 | 283.33 | 0.3 | 0.47 |
| Hex | 89 | 55 | 9D | D | 2E | 0 | 26 | 11B | 1E | 2F |
| Octal | 211 | 125 | 235 | 15 | 56 | 0 | 46 | 433 | 36 | 57 |
| Binary | 10001001 | 1010101 | 10011101 | 1101 | 101110 | 0 | 100110 | 100011011 | 11110 | 101111 |
Color Harmonies of #89559D
Complementary color
Monochromatic Colors of #89559D
Black with #89559D
Text Example
Text Example
White with #89559D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89559D; }
p { color: rgb(137,85,157); }
H1.HeaderClassName
{
color: #89559D;
}
.AnyTagClassName
{
color: #89559D;
}
</style>
background-color css
<style>
a { background-color: #89559D; }
a { background-color: rgb(137,85,157); }
div.DivClassName
{
background-color: #89559D;
}
.BgClassName
{
background-color: #89559D;
}
</style>
border-color css
<style>
span { border-color: #89559D; }
span { border-color: rgb(137,85,157); }
td.TdClassName
{
border-color: #89559D;
}
.TagClassName
{
border-color: #89559D;
}
</style>