Shades of Ce Soir #895FA3
Tints of Ce Soir #895FA3
RGB
CMYK
RGB Variations
Color information
#895FA3 (or 0x895FA3) is known color: Ce Soir. HEX triplet: 89, 5F and A3. RGB value is (137,95,163). Sum of RGB (Red+Green+Blue) = 137+95+163=395 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.68% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 163 - color contains mainly: blue. Hex color #895FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895FA3 is #76A05C. Grayscale: #737373. Windows color (decimal): -7774301 or 10706825. OLE color: 10706825.
HSL color Cylindrical-coordinate representation of color #895FA3: hue angle of 277.06º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895FA3 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 95 | 163 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.36 |
| HSL | 277.06º | 0.27% | 0.51% | - |
| HSV(B) | 277.06º | 0.42% | 0.64% | - |
| XYZ | 21.02 | 16.15 | 36.66 | - |
| YUV | 115.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 95 | 163 | 0.16 | 0.42 | 0 | 0.36 | 277.06 | 0.27 | 0.51 |
| Hex | 89 | 5F | A3 | 10 | 2A | 0 | 24 | 115 | 1B | 33 |
| Octal | 211 | 137 | 243 | 20 | 52 | 0 | 44 | 425 | 33 | 63 |
| Binary | 10001001 | 1011111 | 10100011 | 10000 | 101010 | 0 | 100100 | 100010101 | 11011 | 110011 |
Color Harmonies of #895FA3
Complementary color
Monochromatic Colors of #895FA3
Black with #895FA3
Text Example
Text Example
White with #895FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895FA3; }
p { color: rgb(137,95,163); }
H1.HeaderClassName
{
color: #895FA3;
}
.AnyTagClassName
{
color: #895FA3;
}
</style>
background-color css
<style>
a { background-color: #895FA3; }
a { background-color: rgb(137,95,163); }
div.DivClassName
{
background-color: #895FA3;
}
.BgClassName
{
background-color: #895FA3;
}
</style>
border-color css
<style>
span { border-color: #895FA3; }
span { border-color: rgb(137,95,163); }
td.TdClassName
{
border-color: #895FA3;
}
.TagClassName
{
border-color: #895FA3;
}
</style>