Shades of Ce Soir #895BAB
Tints of Ce Soir #895BAB
RGB
CMYK
RGB Variations
Color information
#895BAB (or 0x895BAB) is known color: Ce Soir. HEX triplet: 89, 5B and AB. RGB value is (137,91,171). Sum of RGB (Red+Green+Blue) = 137+91+171=399 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.34% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #895BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895BAB is #76A454. Grayscale: #717171. Windows color (decimal): -7775317 or 11230089. OLE color: 11230089.
HSL color Cylindrical-coordinate representation of color #895BAB: hue angle of 274.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #895BAB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 91 | 171 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.33 |
| HSL | 274.5º | 0.32% | 0.51% | - |
| HSV(B) | 274.5º | 0.47% | 0.67% | - |
| XYZ | 21.41 | 15.74 | 40.44 | - |
| YUV | 113.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 171 | 0.20 | 0.47 | 0 | 0.33 | 274.5 | 0.32 | 0.51 |
| Hex | 89 | 5B | AB | 14 | 2F | 0 | 21 | 112 | 20 | 33 |
| Octal | 211 | 133 | 253 | 24 | 57 | 0 | 41 | 422 | 40 | 63 |
| Binary | 10001001 | 1011011 | 10101011 | 10100 | 101111 | 0 | 100001 | 100010010 | 100000 | 110011 |
Color Harmonies of #895BAB
Complementary color
Monochromatic Colors of #895BAB
Black with #895BAB
Text Example
Text Example
White with #895BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BAB; }
p { color: rgb(137,91,171); }
H1.HeaderClassName
{
color: #895BAB;
}
.AnyTagClassName
{
color: #895BAB;
}
</style>
background-color css
<style>
a { background-color: #895BAB; }
a { background-color: rgb(137,91,171); }
div.DivClassName
{
background-color: #895BAB;
}
.BgClassName
{
background-color: #895BAB;
}
</style>
border-color css
<style>
span { border-color: #895BAB; }
span { border-color: rgb(137,91,171); }
td.TdClassName
{
border-color: #895BAB;
}
.TagClassName
{
border-color: #895BAB;
}
</style>