Shades of Ce Soir #8E6AAA
Tints of Ce Soir #8E6AAA
RGB
CMYK
RGB Variations
Color information
#8E6AAA (or 0x8E6AAA) is known color: Ce Soir. HEX triplet: 8E, 6A and AA. RGB value is (142,106,170). Sum of RGB (Red+Green+Blue) = 142+106+170=418 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.97% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E6AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6AAA is #719555. Grayscale: #7B7B7B. Windows color (decimal): -7443798 or 11168398. OLE color: 11168398.
HSL color Cylindrical-coordinate representation of color #8E6AAA: hue angle of 273.75º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E6AAA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 106 | 170 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.33 |
| HSL | 273.75º | 0.27% | 0.54% | - |
| HSV(B) | 273.75º | 0.38% | 0.67% | - |
| XYZ | 23.57 | 18.96 | 40.45 | - |
| YUV | 124.06 | 153.93 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 170 | 0.16 | 0.38 | 0 | 0.33 | 273.75 | 0.27 | 0.54 |
| Hex | 8E | 6A | AA | 10 | 26 | 0 | 21 | 112 | 1B | 36 |
| Octal | 216 | 152 | 252 | 20 | 46 | 0 | 41 | 422 | 33 | 66 |
| Binary | 10001110 | 1101010 | 10101010 | 10000 | 100110 | 0 | 100001 | 100010010 | 11011 | 110110 |
Color Harmonies of #8E6AAA
Complementary color
Monochromatic Colors of #8E6AAA
Black with #8E6AAA
Text Example
Text Example
White with #8E6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6AAA; }
p { color: rgb(142,106,170); }
H1.HeaderClassName
{
color: #8E6AAA;
}
.AnyTagClassName
{
color: #8E6AAA;
}
</style>
background-color css
<style>
a { background-color: #8E6AAA; }
a { background-color: rgb(142,106,170); }
div.DivClassName
{
background-color: #8E6AAA;
}
.BgClassName
{
background-color: #8E6AAA;
}
</style>
border-color css
<style>
span { border-color: #8E6AAA; }
span { border-color: rgb(142,106,170); }
td.TdClassName
{
border-color: #8E6AAA;
}
.TagClassName
{
border-color: #8E6AAA;
}
</style>