Shades of Ce Soir #8E60AF
Tints of Ce Soir #8E60AF
RGB
CMYK
RGB Variations
Color information
#8E60AF (or 0x8E60AF) is known color: Ce Soir. HEX triplet: 8E, 60 and AF. RGB value is (142,96,175). Sum of RGB (Red+Green+Blue) = 142+96+175=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #8E60AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E60AF is #719F50. Grayscale: #767676. Windows color (decimal): -7446353 or 11493518. OLE color: 11493518.
HSL color Cylindrical-coordinate representation of color #8E60AF: hue angle of 274.94º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E60AF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 96 | 175 | - |
| CMYK | 0.19 | 0.45 | 0 | 0.31 |
| HSL | 274.94º | 0.33% | 0.53% | - |
| HSV(B) | 274.94º | 0.45% | 0.69% | - |
| XYZ | 23.08 | 17.21 | 42.66 | - |
| YUV | 118.76 | 159.74 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 175 | 0.19 | 0.45 | 0 | 0.31 | 274.94 | 0.33 | 0.53 |
| Hex | 8E | 60 | AF | 13 | 2D | 0 | 1F | 113 | 21 | 35 |
| Octal | 216 | 140 | 257 | 23 | 55 | 0 | 37 | 423 | 41 | 65 |
| Binary | 10001110 | 1100000 | 10101111 | 10011 | 101101 | 0 | 11111 | 100010011 | 100001 | 110101 |
Color Harmonies of #8E60AF
Complementary color
Monochromatic Colors of #8E60AF
Black with #8E60AF
Text Example
Text Example
White with #8E60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E60AF; }
p { color: rgb(142,96,175); }
H1.HeaderClassName
{
color: #8E60AF;
}
.AnyTagClassName
{
color: #8E60AF;
}
</style>
background-color css
<style>
a { background-color: #8E60AF; }
a { background-color: rgb(142,96,175); }
div.DivClassName
{
background-color: #8E60AF;
}
.BgClassName
{
background-color: #8E60AF;
}
</style>
border-color css
<style>
span { border-color: #8E60AF; }
span { border-color: rgb(142,96,175); }
td.TdClassName
{
border-color: #8E60AF;
}
.TagClassName
{
border-color: #8E60AF;
}
</style>