Shades of Ce Soir #89709A
Tints of Ce Soir #89709A
RGB
CMYK
RGB Variations
Color information
#89709A (or 0x89709A) is known color: Ce Soir. HEX triplet: 89, 70 and 9A. RGB value is (137,112,154). Sum of RGB (Red+Green+Blue) = 137+112+154=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #89709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89709A is #768F65. Grayscale: #7C7C7C. Windows color (decimal): -7769958 or 10121353. OLE color: 10121353.
HSL color Cylindrical-coordinate representation of color #89709A: hue angle of 275.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89709A is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 112 | 154 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.40 |
| HSL | 275.71º | 0.17% | 0.52% | - |
| HSV(B) | 275.71º | 0.27% | 0.6% | - |
| XYZ | 21.94 | 19.24 | 33.13 | - |
| YUV | 124.26 | 144.78 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 154 | 0.11 | 0.27 | 0 | 0.40 | 275.71 | 0.17 | 0.52 |
| Hex | 89 | 70 | 9A | B | 1B | 0 | 28 | 114 | 11 | 34 |
| Octal | 211 | 160 | 232 | 13 | 33 | 0 | 50 | 424 | 21 | 64 |
| Binary | 10001001 | 1110000 | 10011010 | 1011 | 11011 | 0 | 101000 | 100010100 | 10001 | 110100 |
Color Harmonies of #89709A
Complementary color
Monochromatic Colors of #89709A
Black with #89709A
Text Example
Text Example
White with #89709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89709A; }
p { color: rgb(137,112,154); }
H1.HeaderClassName
{
color: #89709A;
}
.AnyTagClassName
{
color: #89709A;
}
</style>
background-color css
<style>
a { background-color: #89709A; }
a { background-color: rgb(137,112,154); }
div.DivClassName
{
background-color: #89709A;
}
.BgClassName
{
background-color: #89709A;
}
</style>
border-color css
<style>
span { border-color: #89709A; }
span { border-color: rgb(137,112,154); }
td.TdClassName
{
border-color: #89709A;
}
.TagClassName
{
border-color: #89709A;
}
</style>