Shades of Ce Soir #8E66AE
Tints of Ce Soir #8E66AE
RGB
CMYK
RGB Variations
Color information
#8E66AE (or 0x8E66AE) is known color: Ce Soir. HEX triplet: 8E, 66 and AE. RGB value is (142,102,174). Sum of RGB (Red+Green+Blue) = 142+102+174=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #8E66AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E66AE is #719951. Grayscale: #797979. Windows color (decimal): -7444818 or 11429518. OLE color: 11429518.
HSL color Cylindrical-coordinate representation of color #8E66AE: hue angle of 273.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E66AE is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 102 | 174 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.32 |
| HSL | 273.33º | 0.31% | 0.54% | - |
| HSV(B) | 273.33º | 0.41% | 0.68% | - |
| XYZ | 23.55 | 18.31 | 42.34 | - |
| YUV | 122.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 174 | 0.18 | 0.41 | 0 | 0.32 | 273.33 | 0.31 | 0.54 |
| Hex | 8E | 66 | AE | 12 | 29 | 0 | 20 | 111 | 1F | 36 |
| Octal | 216 | 146 | 256 | 22 | 51 | 0 | 40 | 421 | 37 | 66 |
| Binary | 10001110 | 1100110 | 10101110 | 10010 | 101001 | 0 | 100000 | 100010001 | 11111 | 110110 |
Color Harmonies of #8E66AE
Complementary color
Monochromatic Colors of #8E66AE
Black with #8E66AE
Text Example
Text Example
White with #8E66AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E66AE; }
p { color: rgb(142,102,174); }
H1.HeaderClassName
{
color: #8E66AE;
}
.AnyTagClassName
{
color: #8E66AE;
}
</style>
background-color css
<style>
a { background-color: #8E66AE; }
a { background-color: rgb(142,102,174); }
div.DivClassName
{
background-color: #8E66AE;
}
.BgClassName
{
background-color: #8E66AE;
}
</style>
border-color css
<style>
span { border-color: #8E66AE; }
span { border-color: rgb(142,102,174); }
td.TdClassName
{
border-color: #8E66AE;
}
.TagClassName
{
border-color: #8E66AE;
}
</style>