Shades of Ce Soir #896AAB
Tints of Ce Soir #896AAB
RGB
CMYK
RGB Variations
Color information
#896AAB (or 0x896AAB) is known color: Ce Soir. HEX triplet: 89, 6A and AB. RGB value is (137,106,171). Sum of RGB (Red+Green+Blue) = 137+106+171=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #896AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896AAB is #769554. Grayscale: #7A7A7A. Windows color (decimal): -7771477 or 11233929. OLE color: 11233929.
HSL color Cylindrical-coordinate representation of color #896AAB: hue angle of 268.62º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #896AAB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 106 | 171 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.33 |
| HSL | 268.62º | 0.28% | 0.54% | - |
| HSV(B) | 268.62º | 0.38% | 0.67% | - |
| XYZ | 22.82 | 18.57 | 40.91 | - |
| YUV | 122.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 171 | 0.20 | 0.38 | 0 | 0.33 | 268.62 | 0.28 | 0.54 |
| Hex | 89 | 6A | AB | 14 | 26 | 0 | 21 | 10D | 1C | 36 |
| Octal | 211 | 152 | 253 | 24 | 46 | 0 | 41 | 415 | 34 | 66 |
| Binary | 10001001 | 1101010 | 10101011 | 10100 | 100110 | 0 | 100001 | 100001101 | 11100 | 110110 |
Color Harmonies of #896AAB
Complementary color
Monochromatic Colors of #896AAB
Black with #896AAB
Text Example
Text Example
White with #896AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AAB; }
p { color: rgb(137,106,171); }
H1.HeaderClassName
{
color: #896AAB;
}
.AnyTagClassName
{
color: #896AAB;
}
</style>
background-color css
<style>
a { background-color: #896AAB; }
a { background-color: rgb(137,106,171); }
div.DivClassName
{
background-color: #896AAB;
}
.BgClassName
{
background-color: #896AAB;
}
</style>
border-color css
<style>
span { border-color: #896AAB; }
span { border-color: rgb(137,106,171); }
td.TdClassName
{
border-color: #896AAB;
}
.TagClassName
{
border-color: #896AAB;
}
</style>