Shades of Ce Soir #896FA0
Tints of Ce Soir #896FA0
RGB
CMYK
RGB Variations
Color information
#896FA0 (or 0x896FA0) is known color: Ce Soir. HEX triplet: 89, 6F and A0. RGB value is (137,111,160). Sum of RGB (Red+Green+Blue) = 137+111+160=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 111 (43.75% from 255 or 27.21% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #896FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896FA0 is #76905F. Grayscale: #7C7C7C. Windows color (decimal): -7770208 or 10514313. OLE color: 10514313.
HSL color Cylindrical-coordinate representation of color #896FA0: hue angle of 271.84º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896FA0 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 137 | 111 | 160 | - |
| CMYK | 0.14 | 0.31 | 0 | 0.37 |
| HSL | 271.84º | 0.21% | 0.53% | - |
| HSV(B) | 271.84º | 0.31% | 0.63% | - |
| XYZ | 22.35 | 19.23 | 35.79 | - |
| YUV | 124.36 | 148.11 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 160 | 0.14 | 0.31 | 0 | 0.37 | 271.84 | 0.21 | 0.53 |
| Hex | 89 | 6F | A0 | E | 1F | 0 | 25 | 110 | 15 | 35 |
| Octal | 211 | 157 | 240 | 16 | 37 | 0 | 45 | 420 | 25 | 65 |
| Binary | 10001001 | 1101111 | 10100000 | 1110 | 11111 | 0 | 100101 | 100010000 | 10101 | 110101 |
Color Harmonies of #896FA0
Complementary color
Monochromatic Colors of #896FA0
Black with #896FA0
Text Example
Text Example
White with #896FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896FA0; }
p { color: rgb(137,111,160); }
H1.HeaderClassName
{
color: #896FA0;
}
.AnyTagClassName
{
color: #896FA0;
}
</style>
background-color css
<style>
a { background-color: #896FA0; }
a { background-color: rgb(137,111,160); }
div.DivClassName
{
background-color: #896FA0;
}
.BgClassName
{
background-color: #896FA0;
}
</style>
border-color css
<style>
span { border-color: #896FA0; }
span { border-color: rgb(137,111,160); }
td.TdClassName
{
border-color: #896FA0;
}
.TagClassName
{
border-color: #896FA0;
}
</style>