Shades of Ce Soir #8E68AD
Tints of Ce Soir #8E68AD
RGB
CMYK
RGB Variations
Color information
#8E68AD (or 0x8E68AD) is known color: Ce Soir. HEX triplet: 8E, 68 and AD. RGB value is (142,104,173). Sum of RGB (Red+Green+Blue) = 142+104+173=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E68AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E68AD is #719752. Grayscale: #7A7A7A. Windows color (decimal): -7444307 or 11364494. OLE color: 11364494.
HSL color Cylindrical-coordinate representation of color #8E68AD: hue angle of 273.04º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E68AD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 104 | 173 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.32 |
| HSL | 273.04º | 0.3% | 0.54% | - |
| HSV(B) | 273.04º | 0.4% | 0.68% | - |
| XYZ | 23.65 | 18.67 | 41.89 | - |
| YUV | 123.23 | 156.09 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 104 | 173 | 0.18 | 0.40 | 0 | 0.32 | 273.04 | 0.3 | 0.54 |
| Hex | 8E | 68 | AD | 12 | 28 | 0 | 20 | 111 | 1E | 36 |
| Octal | 216 | 150 | 255 | 22 | 50 | 0 | 40 | 421 | 36 | 66 |
| Binary | 10001110 | 1101000 | 10101101 | 10010 | 101000 | 0 | 100000 | 100010001 | 11110 | 110110 |
Color Harmonies of #8E68AD
Complementary color
Monochromatic Colors of #8E68AD
Black with #8E68AD
Text Example
Text Example
White with #8E68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E68AD; }
p { color: rgb(142,104,173); }
H1.HeaderClassName
{
color: #8E68AD;
}
.AnyTagClassName
{
color: #8E68AD;
}
</style>
background-color css
<style>
a { background-color: #8E68AD; }
a { background-color: rgb(142,104,173); }
div.DivClassName
{
background-color: #8E68AD;
}
.BgClassName
{
background-color: #8E68AD;
}
</style>
border-color css
<style>
span { border-color: #8E68AD; }
span { border-color: rgb(142,104,173); }
td.TdClassName
{
border-color: #8E68AD;
}
.TagClassName
{
border-color: #8E68AD;
}
</style>