Shades of Ce Soir #8E5AA4
Tints of Ce Soir #8E5AA4
RGB
CMYK
RGB Variations
Color information
#8E5AA4 (or 0x8E5AA4) is known color: Ce Soir. HEX triplet: 8E, 5A and A4. RGB value is (142,90,164). Sum of RGB (Red+Green+Blue) = 142+90+164=396 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.86% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E5AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5AA4 is #71A55B. Grayscale: #717171. Windows color (decimal): -7447900 or 10771086. OLE color: 10771086.
HSL color Cylindrical-coordinate representation of color #8E5AA4: hue angle of 282.16º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E5AA4 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 90 | 164 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.36 |
| HSL | 282.16º | 0.29% | 0.5% | - |
| HSV(B) | 282.16º | 0.45% | 0.64% | - |
| XYZ | 21.51 | 15.74 | 37.03 | - |
| YUV | 113.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 90 | 164 | 0.13 | 0.45 | 0 | 0.36 | 282.16 | 0.29 | 0.5 |
| Hex | 8E | 5A | A4 | D | 2D | 0 | 24 | 11A | 1D | 32 |
| Octal | 216 | 132 | 244 | 15 | 55 | 0 | 44 | 432 | 35 | 62 |
| Binary | 10001110 | 1011010 | 10100100 | 1101 | 101101 | 0 | 100100 | 100011010 | 11101 | 110010 |
Color Harmonies of #8E5AA4
Complementary color
Monochromatic Colors of #8E5AA4
Black with #8E5AA4
Text Example
Text Example
White with #8E5AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5AA4; }
p { color: rgb(142,90,164); }
H1.HeaderClassName
{
color: #8E5AA4;
}
.AnyTagClassName
{
color: #8E5AA4;
}
</style>
background-color css
<style>
a { background-color: #8E5AA4; }
a { background-color: rgb(142,90,164); }
div.DivClassName
{
background-color: #8E5AA4;
}
.BgClassName
{
background-color: #8E5AA4;
}
</style>
border-color css
<style>
span { border-color: #8E5AA4; }
span { border-color: rgb(142,90,164); }
td.TdClassName
{
border-color: #8E5AA4;
}
.TagClassName
{
border-color: #8E5AA4;
}
</style>