Shades of Ce Soir #895DA7
Tints of Ce Soir #895DA7
RGB
CMYK
RGB Variations
Color information
#895DA7 (or 0x895DA7) is known color: Ce Soir. HEX triplet: 89, 5D and A7. RGB value is (137,93,167). Sum of RGB (Red+Green+Blue) = 137+93+167=397 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.51% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 167 (65.62% from 255 or 42.07% from 397); Max value from RGB is 167 - color contains mainly: blue. Hex color #895DA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895DA7 is #76A258. Grayscale: #727272. Windows color (decimal): -7774809 or 10968457. OLE color: 10968457.
HSL color Cylindrical-coordinate representation of color #895DA7: hue angle of 275.68º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #895DA7 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 137 | 93 | 167 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.35 |
| HSL | 275.68º | 0.3% | 0.51% | - |
| HSV(B) | 275.68º | 0.44% | 0.65% | - |
| XYZ | 21.21 | 15.94 | 38.52 | - |
| YUV | 114.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 167 | 0.18 | 0.44 | 0 | 0.35 | 275.68 | 0.3 | 0.51 |
| Hex | 89 | 5D | A7 | 12 | 2C | 0 | 23 | 114 | 1E | 33 |
| Octal | 211 | 135 | 247 | 22 | 54 | 0 | 43 | 424 | 36 | 63 |
| Binary | 10001001 | 1011101 | 10100111 | 10010 | 101100 | 0 | 100011 | 100010100 | 11110 | 110011 |
Color Harmonies of #895DA7
Complementary color
Monochromatic Colors of #895DA7
Black with #895DA7
Text Example
Text Example
White with #895DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DA7; }
p { color: rgb(137,93,167); }
H1.HeaderClassName
{
color: #895DA7;
}
.AnyTagClassName
{
color: #895DA7;
}
</style>
background-color css
<style>
a { background-color: #895DA7; }
a { background-color: rgb(137,93,167); }
div.DivClassName
{
background-color: #895DA7;
}
.BgClassName
{
background-color: #895DA7;
}
</style>
border-color css
<style>
span { border-color: #895DA7; }
span { border-color: rgb(137,93,167); }
td.TdClassName
{
border-color: #895DA7;
}
.TagClassName
{
border-color: #895DA7;
}
</style>