Shades of Ce Soir #8E6AA4
Tints of Ce Soir #8E6AA4
RGB
CMYK
RGB Variations
Color information
#8E6AA4 (or 0x8E6AA4) is known color: Ce Soir. HEX triplet: 8E, 6A and A4. RGB value is (142,106,164). Sum of RGB (Red+Green+Blue) = 142+106+164=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E6AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6AA4 is #71955B. Grayscale: #7B7B7B. Windows color (decimal): -7443804 or 10775182. OLE color: 10775182.
HSL color Cylindrical-coordinate representation of color #8E6AA4: hue angle of 277.24º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E6AA4 is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 106 | 164 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.36 |
| HSL | 277.24º | 0.24% | 0.53% | - |
| HSV(B) | 277.24º | 0.35% | 0.64% | - |
| XYZ | 23.01 | 18.74 | 37.53 | - |
| YUV | 123.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 164 | 0.13 | 0.35 | 0 | 0.36 | 277.24 | 0.24 | 0.53 |
| Hex | 8E | 6A | A4 | D | 23 | 0 | 24 | 115 | 18 | 35 |
| Octal | 216 | 152 | 244 | 15 | 43 | 0 | 44 | 425 | 30 | 65 |
| Binary | 10001110 | 1101010 | 10100100 | 1101 | 100011 | 0 | 100100 | 100010101 | 11000 | 110101 |
Color Harmonies of #8E6AA4
Complementary color
Monochromatic Colors of #8E6AA4
Black with #8E6AA4
Text Example
Text Example
White with #8E6AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6AA4; }
p { color: rgb(142,106,164); }
H1.HeaderClassName
{
color: #8E6AA4;
}
.AnyTagClassName
{
color: #8E6AA4;
}
</style>
background-color css
<style>
a { background-color: #8E6AA4; }
a { background-color: rgb(142,106,164); }
div.DivClassName
{
background-color: #8E6AA4;
}
.BgClassName
{
background-color: #8E6AA4;
}
</style>
border-color css
<style>
span { border-color: #8E6AA4; }
span { border-color: rgb(142,106,164); }
td.TdClassName
{
border-color: #8E6AA4;
}
.TagClassName
{
border-color: #8E6AA4;
}
</style>