Shades of Ce Soir #896C9C
Tints of Ce Soir #896C9C
RGB
CMYK
RGB Variations
Color information
#896C9C (or 0x896C9C) is known color: Ce Soir. HEX triplet: 89, 6C and 9C. RGB value is (137,108,156). Sum of RGB (Red+Green+Blue) = 137+108+156=401 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.16% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #896C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C9C is #769363. Grayscale: #797979. Windows color (decimal): -7770980 or 10251401. OLE color: 10251401.
HSL color Cylindrical-coordinate representation of color #896C9C: hue angle of 276.25º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896C9C is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 108 | 156 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.39 |
| HSL | 276.25º | 0.2% | 0.52% | - |
| HSV(B) | 276.25º | 0.31% | 0.61% | - |
| XYZ | 21.68 | 18.44 | 33.87 | - |
| YUV | 122.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 156 | 0.12 | 0.31 | 0 | 0.39 | 276.25 | 0.2 | 0.52 |
| Hex | 89 | 6C | 9C | C | 1F | 0 | 27 | 114 | 14 | 34 |
| Octal | 211 | 154 | 234 | 14 | 37 | 0 | 47 | 424 | 24 | 64 |
| Binary | 10001001 | 1101100 | 10011100 | 1100 | 11111 | 0 | 100111 | 100010100 | 10100 | 110100 |
Color Harmonies of #896C9C
Complementary color
Monochromatic Colors of #896C9C
Black with #896C9C
Text Example
Text Example
White with #896C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C9C; }
p { color: rgb(137,108,156); }
H1.HeaderClassName
{
color: #896C9C;
}
.AnyTagClassName
{
color: #896C9C;
}
</style>
background-color css
<style>
a { background-color: #896C9C; }
a { background-color: rgb(137,108,156); }
div.DivClassName
{
background-color: #896C9C;
}
.BgClassName
{
background-color: #896C9C;
}
</style>
border-color css
<style>
span { border-color: #896C9C; }
span { border-color: rgb(137,108,156); }
td.TdClassName
{
border-color: #896C9C;
}
.TagClassName
{
border-color: #896C9C;
}
</style>