Shades of Ce Soir #89699F
Tints of Ce Soir #89699F
RGB
CMYK
RGB Variations
Color information
#89699F (or 0x89699F) is known color: Ce Soir. HEX triplet: 89, 69 and 9F. RGB value is (137,105,159). Sum of RGB (Red+Green+Blue) = 137+105+159=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #89699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699F is #769660. Grayscale: #787878. Windows color (decimal): -7771745 or 10447241. OLE color: 10447241.
HSL color Cylindrical-coordinate representation of color #89699F: hue angle of 275.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89699F is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 105 | 159 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.38 |
| HSL | 275.56º | 0.22% | 0.52% | - |
| HSV(B) | 275.56º | 0.34% | 0.62% | - |
| XYZ | 21.63 | 17.92 | 35.12 | - |
| YUV | 120.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 159 | 0.14 | 0.34 | 0 | 0.38 | 275.56 | 0.22 | 0.52 |
| Hex | 89 | 69 | 9F | E | 22 | 0 | 26 | 114 | 16 | 34 |
| Octal | 211 | 151 | 237 | 16 | 42 | 0 | 46 | 424 | 26 | 64 |
| Binary | 10001001 | 1101001 | 10011111 | 1110 | 100010 | 0 | 100110 | 100010100 | 10110 | 110100 |
Color Harmonies of #89699F
Complementary color
Monochromatic Colors of #89699F
Black with #89699F
Text Example
Text Example
White with #89699F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89699F; }
p { color: rgb(137,105,159); }
H1.HeaderClassName
{
color: #89699F;
}
.AnyTagClassName
{
color: #89699F;
}
</style>
background-color css
<style>
a { background-color: #89699F; }
a { background-color: rgb(137,105,159); }
div.DivClassName
{
background-color: #89699F;
}
.BgClassName
{
background-color: #89699F;
}
</style>
border-color css
<style>
span { border-color: #89699F; }
span { border-color: rgb(137,105,159); }
td.TdClassName
{
border-color: #89699F;
}
.TagClassName
{
border-color: #89699F;
}
</style>