Shades of Ce Soir #89699D
Tints of Ce Soir #89699D
RGB
CMYK
RGB Variations
Color information
#89699D (or 0x89699D) is known color: Ce Soir. HEX triplet: 89, 69 and 9D. RGB value is (137,105,157). Sum of RGB (Red+Green+Blue) = 137+105+157=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #89699D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #89699D is #769662. Grayscale: #787878. Windows color (decimal): -7771747 or 10316169. OLE color: 10316169.
HSL color Cylindrical-coordinate representation of color #89699D: hue angle of 276.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89699D is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 105 | 157 | - |
| CMYK | 0.13 | 0.33 | 0 | 0.38 |
| HSL | 276.92º | 0.21% | 0.51% | - |
| HSV(B) | 276.92º | 0.33% | 0.62% | - |
| XYZ | 21.45 | 17.86 | 34.21 | - |
| YUV | 120.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 157 | 0.13 | 0.33 | 0 | 0.38 | 276.92 | 0.21 | 0.51 |
| Hex | 89 | 69 | 9D | D | 21 | 0 | 26 | 115 | 15 | 33 |
| Octal | 211 | 151 | 235 | 15 | 41 | 0 | 46 | 425 | 25 | 63 |
| Binary | 10001001 | 1101001 | 10011101 | 1101 | 100001 | 0 | 100110 | 100010101 | 10101 | 110011 |
Color Harmonies of #89699D
Complementary color
Monochromatic Colors of #89699D
Black with #89699D
Text Example
Text Example
White with #89699D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89699D; }
p { color: rgb(137,105,157); }
H1.HeaderClassName
{
color: #89699D;
}
.AnyTagClassName
{
color: #89699D;
}
</style>
background-color css
<style>
a { background-color: #89699D; }
a { background-color: rgb(137,105,157); }
div.DivClassName
{
background-color: #89699D;
}
.BgClassName
{
background-color: #89699D;
}
</style>
border-color css
<style>
span { border-color: #89699D; }
span { border-color: rgb(137,105,157); }
td.TdClassName
{
border-color: #89699D;
}
.TagClassName
{
border-color: #89699D;
}
</style>