Shades of Ce Soir #8960A2
Tints of Ce Soir #8960A2
RGB
CMYK
RGB Variations
Color information
#8960A2 (or 0x8960A2) is known color: Ce Soir. HEX triplet: 89, 60 and A2. RGB value is (137,96,162). Sum of RGB (Red+Green+Blue) = 137+96+162=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 162 (63.67% from 255 or 41.01% from 395); Max value from RGB is 162 - color contains mainly: blue. Hex color #8960A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8960A2 is #769F5D. Grayscale: #737373. Windows color (decimal): -7774046 or 10641545. OLE color: 10641545.
HSL color Cylindrical-coordinate representation of color #8960A2: hue angle of 277.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8960A2 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 96 | 162 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.36 |
| HSL | 277.27º | 0.26% | 0.51% | - |
| HSV(B) | 277.27º | 0.41% | 0.64% | - |
| XYZ | 21.02 | 16.29 | 36.22 | - |
| YUV | 115.78 | 154.08 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 162 | 0.15 | 0.41 | 0 | 0.36 | 277.27 | 0.26 | 0.51 |
| Hex | 89 | 60 | A2 | F | 29 | 0 | 24 | 115 | 1A | 33 |
| Octal | 211 | 140 | 242 | 17 | 51 | 0 | 44 | 425 | 32 | 63 |
| Binary | 10001001 | 1100000 | 10100010 | 1111 | 101001 | 0 | 100100 | 100010101 | 11010 | 110011 |
Color Harmonies of #8960A2
Complementary color
Monochromatic Colors of #8960A2
Black with #8960A2
Text Example
Text Example
White with #8960A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8960A2; }
p { color: rgb(137,96,162); }
H1.HeaderClassName
{
color: #8960A2;
}
.AnyTagClassName
{
color: #8960A2;
}
</style>
background-color css
<style>
a { background-color: #8960A2; }
a { background-color: rgb(137,96,162); }
div.DivClassName
{
background-color: #8960A2;
}
.BgClassName
{
background-color: #8960A2;
}
</style>
border-color css
<style>
span { border-color: #8960A2; }
span { border-color: rgb(137,96,162); }
td.TdClassName
{
border-color: #8960A2;
}
.TagClassName
{
border-color: #8960A2;
}
</style>