Shades of Ce Soir #8C5AA0
Tints of Ce Soir #8C5AA0
RGB
CMYK
RGB Variations
Color information
#8C5AA0 (or 0x8C5AA0) is known color: Ce Soir. HEX triplet: 8C, 5A and A0. RGB value is (140,90,160). Sum of RGB (Red+Green+Blue) = 140+90+160=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 90 (35.55% from 255 or 23.08% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C5AA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5AA0 is #73A55F. Grayscale: #707070. Windows color (decimal): -7578976 or 10508940. OLE color: 10508940.
HSL color Cylindrical-coordinate representation of color #8C5AA0: hue angle of 282.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C5AA0 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 90 | 160 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.37 |
| HSL | 282.86º | 0.28% | 0.49% | - |
| HSV(B) | 282.86º | 0.44% | 0.63% | - |
| XYZ | 20.82 | 15.43 | 35.14 | - |
| YUV | 112.93 | 154.57 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 160 | 0.12 | 0.44 | 0 | 0.37 | 282.86 | 0.28 | 0.49 |
| Hex | 8C | 5A | A0 | C | 2C | 0 | 25 | 11B | 1C | 31 |
| Octal | 214 | 132 | 240 | 14 | 54 | 0 | 45 | 433 | 34 | 61 |
| Binary | 10001100 | 1011010 | 10100000 | 1100 | 101100 | 0 | 100101 | 100011011 | 11100 | 110001 |
Color Harmonies of #8C5AA0
Complementary color
Monochromatic Colors of #8C5AA0
Black with #8C5AA0
Text Example
Text Example
White with #8C5AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5AA0; }
p { color: rgb(140,90,160); }
H1.HeaderClassName
{
color: #8C5AA0;
}
.AnyTagClassName
{
color: #8C5AA0;
}
</style>
background-color css
<style>
a { background-color: #8C5AA0; }
a { background-color: rgb(140,90,160); }
div.DivClassName
{
background-color: #8C5AA0;
}
.BgClassName
{
background-color: #8C5AA0;
}
</style>
border-color css
<style>
span { border-color: #8C5AA0; }
span { border-color: rgb(140,90,160); }
td.TdClassName
{
border-color: #8C5AA0;
}
.TagClassName
{
border-color: #8C5AA0;
}
</style>