Shades of Ce Soir #895DAC
Tints of Ce Soir #895DAC
RGB
CMYK
RGB Variations
Color information
#895DAC (or 0x895DAC) is known color: Ce Soir. HEX triplet: 89, 5D and AC. RGB value is (137,93,172). Sum of RGB (Red+Green+Blue) = 137+93+172=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 172 - color contains mainly: blue. Hex color #895DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895DAC is #76A253. Grayscale: #727272. Windows color (decimal): -7774804 or 11296137. OLE color: 11296137.
HSL color Cylindrical-coordinate representation of color #895DAC: hue angle of 273.42º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #895DAC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 93 | 172 | - |
| CMYK | 0.20 | 0.46 | 0 | 0.33 |
| HSL | 273.42º | 0.32% | 0.52% | - |
| HSV(B) | 273.42º | 0.46% | 0.67% | - |
| XYZ | 21.68 | 16.13 | 41 | - |
| YUV | 115.16 | 160.08 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 93 | 172 | 0.20 | 0.46 | 0 | 0.33 | 273.42 | 0.32 | 0.52 |
| Hex | 89 | 5D | AC | 14 | 2E | 0 | 21 | 111 | 20 | 34 |
| Octal | 211 | 135 | 254 | 24 | 56 | 0 | 41 | 421 | 40 | 64 |
| Binary | 10001001 | 1011101 | 10101100 | 10100 | 101110 | 0 | 100001 | 100010001 | 100000 | 110100 |
Color Harmonies of #895DAC
Complementary color
Monochromatic Colors of #895DAC
Black with #895DAC
Text Example
Text Example
White with #895DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895DAC; }
p { color: rgb(137,93,172); }
H1.HeaderClassName
{
color: #895DAC;
}
.AnyTagClassName
{
color: #895DAC;
}
</style>
background-color css
<style>
a { background-color: #895DAC; }
a { background-color: rgb(137,93,172); }
div.DivClassName
{
background-color: #895DAC;
}
.BgClassName
{
background-color: #895DAC;
}
</style>
border-color css
<style>
span { border-color: #895DAC; }
span { border-color: rgb(137,93,172); }
td.TdClassName
{
border-color: #895DAC;
}
.TagClassName
{
border-color: #895DAC;
}
</style>