Shades of Ce Soir #895BA6
Tints of Ce Soir #895BA6
RGB
CMYK
RGB Variations
Color information
#895BA6 (or 0x895BA6) is known color: Ce Soir. HEX triplet: 89, 5B and A6. RGB value is (137,91,166). Sum of RGB (Red+Green+Blue) = 137+91+166=394 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.77% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #895BA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895BA6 is #76A459. Grayscale: #717171. Windows color (decimal): -7775322 or 10902409. OLE color: 10902409.
HSL color Cylindrical-coordinate representation of color #895BA6: hue angle of 276.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #895BA6 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 91 | 166 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.35 |
| HSL | 276.8º | 0.3% | 0.5% | - |
| HSV(B) | 276.8º | 0.45% | 0.65% | - |
| XYZ | 20.94 | 15.55 | 37.97 | - |
| YUV | 113.3 | 157.74 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 91 | 166 | 0.17 | 0.45 | 0 | 0.35 | 276.8 | 0.3 | 0.5 |
| Hex | 89 | 5B | A6 | 11 | 2D | 0 | 23 | 115 | 1E | 32 |
| Octal | 211 | 133 | 246 | 21 | 55 | 0 | 43 | 425 | 36 | 62 |
| Binary | 10001001 | 1011011 | 10100110 | 10001 | 101101 | 0 | 100011 | 100010101 | 11110 | 110010 |
Color Harmonies of #895BA6
Complementary color
Monochromatic Colors of #895BA6
Black with #895BA6
Text Example
Text Example
White with #895BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895BA6; }
p { color: rgb(137,91,166); }
H1.HeaderClassName
{
color: #895BA6;
}
.AnyTagClassName
{
color: #895BA6;
}
</style>
background-color css
<style>
a { background-color: #895BA6; }
a { background-color: rgb(137,91,166); }
div.DivClassName
{
background-color: #895BA6;
}
.BgClassName
{
background-color: #895BA6;
}
</style>
border-color css
<style>
span { border-color: #895BA6; }
span { border-color: rgb(137,91,166); }
td.TdClassName
{
border-color: #895BA6;
}
.TagClassName
{
border-color: #895BA6;
}
</style>