Shades of Ce Soir #896B9E
Tints of Ce Soir #896B9E
RGB
CMYK
RGB Variations
Color information
#896B9E (or 0x896B9E) is known color: Ce Soir. HEX triplet: 89, 6B and 9E. RGB value is (137,107,158). Sum of RGB (Red+Green+Blue) = 137+107+158=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 107 (42.19% from 255 or 26.62% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #896B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896B9E is #769461. Grayscale: #797979. Windows color (decimal): -7771234 or 10382217. OLE color: 10382217.
HSL color Cylindrical-coordinate representation of color #896B9E: hue angle of 275.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #896B9E is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 107 | 158 | - |
| CMYK | 0.13 | 0.32 | 0 | 0.38 |
| HSL | 275.29º | 0.21% | 0.52% | - |
| HSV(B) | 275.29º | 0.32% | 0.62% | - |
| XYZ | 21.75 | 18.3 | 34.73 | - |
| YUV | 121.78 | 148.44 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 158 | 0.13 | 0.32 | 0 | 0.38 | 275.29 | 0.21 | 0.52 |
| Hex | 89 | 6B | 9E | D | 20 | 0 | 26 | 113 | 15 | 34 |
| Octal | 211 | 153 | 236 | 15 | 40 | 0 | 46 | 423 | 25 | 64 |
| Binary | 10001001 | 1101011 | 10011110 | 1101 | 100000 | 0 | 100110 | 100010011 | 10101 | 110100 |
Color Harmonies of #896B9E
Complementary color
Monochromatic Colors of #896B9E
Black with #896B9E
Text Example
Text Example
White with #896B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B9E; }
p { color: rgb(137,107,158); }
H1.HeaderClassName
{
color: #896B9E;
}
.AnyTagClassName
{
color: #896B9E;
}
</style>
background-color css
<style>
a { background-color: #896B9E; }
a { background-color: rgb(137,107,158); }
div.DivClassName
{
background-color: #896B9E;
}
.BgClassName
{
background-color: #896B9E;
}
</style>
border-color css
<style>
span { border-color: #896B9E; }
span { border-color: rgb(137,107,158); }
td.TdClassName
{
border-color: #896B9E;
}
.TagClassName
{
border-color: #896B9E;
}
</style>