Shades of Ce Soir #896AAD
Tints of Ce Soir #896AAD
RGB
CMYK
RGB Variations
Color information
#896AAD (or 0x896AAD) is known color: Ce Soir. HEX triplet: 89, 6A and AD. RGB value is (137,106,173). Sum of RGB (Red+Green+Blue) = 137+106+173=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #896AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896AAD is #769552. Grayscale: #7A7A7A. Windows color (decimal): -7771475 or 11365001. OLE color: 11365001.
HSL color Cylindrical-coordinate representation of color #896AAD: hue angle of 267.76º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896AAD is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 106 | 173 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.32 |
| HSL | 267.76º | 0.29% | 0.55% | - |
| HSV(B) | 267.76º | 0.39% | 0.68% | - |
| XYZ | 23.01 | 18.64 | 41.92 | - |
| YUV | 122.91 | 156.27 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 173 | 0.21 | 0.39 | 0 | 0.32 | 267.76 | 0.29 | 0.55 |
| Hex | 89 | 6A | AD | 15 | 27 | 0 | 20 | 10C | 1D | 37 |
| Octal | 211 | 152 | 255 | 25 | 47 | 0 | 40 | 414 | 35 | 67 |
| Binary | 10001001 | 1101010 | 10101101 | 10101 | 100111 | 0 | 100000 | 100001100 | 11101 | 110111 |
Color Harmonies of #896AAD
Complementary color
Monochromatic Colors of #896AAD
Black with #896AAD
Text Example
Text Example
White with #896AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896AAD; }
p { color: rgb(137,106,173); }
H1.HeaderClassName
{
color: #896AAD;
}
.AnyTagClassName
{
color: #896AAD;
}
</style>
background-color css
<style>
a { background-color: #896AAD; }
a { background-color: rgb(137,106,173); }
div.DivClassName
{
background-color: #896AAD;
}
.BgClassName
{
background-color: #896AAD;
}
</style>
border-color css
<style>
span { border-color: #896AAD; }
span { border-color: rgb(137,106,173); }
td.TdClassName
{
border-color: #896AAD;
}
.TagClassName
{
border-color: #896AAD;
}
</style>