Shades of Ce Soir #8C5FAE
Tints of Ce Soir #8C5FAE
RGB
CMYK
RGB Variations
Color information
#8C5FAE (or 0x8C5FAE) is known color: Ce Soir. HEX triplet: 8C, 5F and AE. RGB value is (140,95,174). Sum of RGB (Red+Green+Blue) = 140+95+174=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C5FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5FAE is #73A051. Grayscale: #757575. Windows color (decimal): -7577682 or 11427724. OLE color: 11427724.
HSL color Cylindrical-coordinate representation of color #8C5FAE: hue angle of 274.18º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C5FAE is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 95 | 174 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.32 |
| HSL | 274.18º | 0.33% | 0.53% | - |
| HSV(B) | 274.18º | 0.45% | 0.68% | - |
| XYZ | 22.55 | 16.82 | 42.1 | - |
| YUV | 117.46 | 159.91 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 174 | 0.20 | 0.45 | 0 | 0.32 | 274.18 | 0.33 | 0.53 |
| Hex | 8C | 5F | AE | 14 | 2D | 0 | 20 | 112 | 21 | 35 |
| Octal | 214 | 137 | 256 | 24 | 55 | 0 | 40 | 422 | 41 | 65 |
| Binary | 10001100 | 1011111 | 10101110 | 10100 | 101101 | 0 | 100000 | 100010010 | 100001 | 110101 |
Color Harmonies of #8C5FAE
Complementary color
Monochromatic Colors of #8C5FAE
Black with #8C5FAE
Text Example
Text Example
White with #8C5FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FAE; }
p { color: rgb(140,95,174); }
H1.HeaderClassName
{
color: #8C5FAE;
}
.AnyTagClassName
{
color: #8C5FAE;
}
</style>
background-color css
<style>
a { background-color: #8C5FAE; }
a { background-color: rgb(140,95,174); }
div.DivClassName
{
background-color: #8C5FAE;
}
.BgClassName
{
background-color: #8C5FAE;
}
</style>
border-color css
<style>
span { border-color: #8C5FAE; }
span { border-color: rgb(140,95,174); }
td.TdClassName
{
border-color: #8C5FAE;
}
.TagClassName
{
border-color: #8C5FAE;
}
</style>