Shades of Ce Soir #895A9B
Tints of Ce Soir #895A9B
RGB
CMYK
RGB Variations
Color information
#895A9B (or 0x895A9B) is known color: Ce Soir. HEX triplet: 89, 5A and 9B. RGB value is (137,90,155). Sum of RGB (Red+Green+Blue) = 137+90+155=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #895A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895A9B is #76A564. Grayscale: #6F6F6F. Windows color (decimal): -7775589 or 10181257. OLE color: 10181257.
HSL color Cylindrical-coordinate representation of color #895A9B: hue angle of 283.38º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895A9B is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 90 | 155 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.39 |
| HSL | 283.38º | 0.27% | 0.48% | - |
| HSV(B) | 283.38º | 0.42% | 0.61% | - |
| XYZ | 19.89 | 15 | 32.86 | - |
| YUV | 111.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 90 | 155 | 0.12 | 0.42 | 0 | 0.39 | 283.38 | 0.27 | 0.48 |
| Hex | 89 | 5A | 9B | C | 2A | 0 | 27 | 11B | 1B | 30 |
| Octal | 211 | 132 | 233 | 14 | 52 | 0 | 47 | 433 | 33 | 60 |
| Binary | 10001001 | 1011010 | 10011011 | 1100 | 101010 | 0 | 100111 | 100011011 | 11011 | 110000 |
Color Harmonies of #895A9B
Complementary color
Monochromatic Colors of #895A9B
Black with #895A9B
Text Example
Text Example
White with #895A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895A9B; }
p { color: rgb(137,90,155); }
H1.HeaderClassName
{
color: #895A9B;
}
.AnyTagClassName
{
color: #895A9B;
}
</style>
background-color css
<style>
a { background-color: #895A9B; }
a { background-color: rgb(137,90,155); }
div.DivClassName
{
background-color: #895A9B;
}
.BgClassName
{
background-color: #895A9B;
}
</style>
border-color css
<style>
span { border-color: #895A9B; }
span { border-color: rgb(137,90,155); }
td.TdClassName
{
border-color: #895A9B;
}
.TagClassName
{
border-color: #895A9B;
}
</style>