Shades of Ce Soir #896BAA
Tints of Ce Soir #896BAA
RGB
CMYK
RGB Variations
Color information
#896BAA (or 0x896BAA) is known color: Ce Soir. HEX triplet: 89, 6B and AA. RGB value is (137,107,170). Sum of RGB (Red+Green+Blue) = 137+107+170=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 170 - color contains mainly: blue. Hex color #896BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896BAA is #769455. Grayscale: #7A7A7A. Windows color (decimal): -7771222 or 11168649. OLE color: 11168649.
HSL color Cylindrical-coordinate representation of color #896BAA: hue angle of 268.57º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #896BAA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 107 | 170 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.33 |
| HSL | 268.57º | 0.27% | 0.54% | - |
| HSV(B) | 268.57º | 0.37% | 0.67% | - |
| XYZ | 22.83 | 18.74 | 40.44 | - |
| YUV | 123.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 170 | 0.19 | 0.37 | 0 | 0.33 | 268.57 | 0.27 | 0.54 |
| Hex | 89 | 6B | AA | 13 | 25 | 0 | 21 | 10D | 1B | 36 |
| Octal | 211 | 153 | 252 | 23 | 45 | 0 | 41 | 415 | 33 | 66 |
| Binary | 10001001 | 1101011 | 10101010 | 10011 | 100101 | 0 | 100001 | 100001101 | 11011 | 110110 |
Color Harmonies of #896BAA
Complementary color
Monochromatic Colors of #896BAA
Black with #896BAA
Text Example
Text Example
White with #896BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896BAA; }
p { color: rgb(137,107,170); }
H1.HeaderClassName
{
color: #896BAA;
}
.AnyTagClassName
{
color: #896BAA;
}
</style>
background-color css
<style>
a { background-color: #896BAA; }
a { background-color: rgb(137,107,170); }
div.DivClassName
{
background-color: #896BAA;
}
.BgClassName
{
background-color: #896BAA;
}
</style>
border-color css
<style>
span { border-color: #896BAA; }
span { border-color: rgb(137,107,170); }
td.TdClassName
{
border-color: #896BAA;
}
.TagClassName
{
border-color: #896BAA;
}
</style>