Shades of Ce Soir #8E5CA4
Tints of Ce Soir #8E5CA4
RGB
CMYK
RGB Variations
Color information
#8E5CA4 (or 0x8E5CA4) is known color: Ce Soir. HEX triplet: 8E, 5C and A4. RGB value is (142,92,164). Sum of RGB (Red+Green+Blue) = 142+92+164=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 164 (64.45% from 255 or 41.21% from 398); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E5CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5CA4 is #71A35B. Grayscale: #727272. Windows color (decimal): -7447388 or 10771598. OLE color: 10771598.
HSL color Cylindrical-coordinate representation of color #8E5CA4: hue angle of 281.67º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E5CA4 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 92 | 164 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.36 |
| HSL | 281.67º | 0.28% | 0.5% | - |
| HSV(B) | 281.67º | 0.44% | 0.64% | - |
| XYZ | 21.68 | 16.09 | 37.08 | - |
| YUV | 115.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 92 | 164 | 0.13 | 0.44 | 0 | 0.36 | 281.67 | 0.28 | 0.5 |
| Hex | 8E | 5C | A4 | D | 2C | 0 | 24 | 11A | 1C | 32 |
| Octal | 216 | 134 | 244 | 15 | 54 | 0 | 44 | 432 | 34 | 62 |
| Binary | 10001110 | 1011100 | 10100100 | 1101 | 101100 | 0 | 100100 | 100011010 | 11100 | 110010 |
Color Harmonies of #8E5CA4
Complementary color
Monochromatic Colors of #8E5CA4
Black with #8E5CA4
Text Example
Text Example
White with #8E5CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5CA4; }
p { color: rgb(142,92,164); }
H1.HeaderClassName
{
color: #8E5CA4;
}
.AnyTagClassName
{
color: #8E5CA4;
}
</style>
background-color css
<style>
a { background-color: #8E5CA4; }
a { background-color: rgb(142,92,164); }
div.DivClassName
{
background-color: #8E5CA4;
}
.BgClassName
{
background-color: #8E5CA4;
}
</style>
border-color css
<style>
span { border-color: #8E5CA4; }
span { border-color: rgb(142,92,164); }
td.TdClassName
{
border-color: #8E5CA4;
}
.TagClassName
{
border-color: #8E5CA4;
}
</style>