Shades of Ce Soir #8C5CAA
Tints of Ce Soir #8C5CAA
RGB
CMYK
RGB Variations
Color information
#8C5CAA (or 0x8C5CAA) is known color: Ce Soir. HEX triplet: 8C, 5C and AA. RGB value is (140,92,170). Sum of RGB (Red+Green+Blue) = 140+92+170=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5CAA is #73A355. Grayscale: #727272. Windows color (decimal): -7578454 or 11164812. OLE color: 11164812.
HSL color Cylindrical-coordinate representation of color #8C5CAA: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C5CAA is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 92 | 170 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.33 |
| HSL | 276.92º | 0.31% | 0.51% | - |
| HSV(B) | 276.92º | 0.46% | 0.67% | - |
| XYZ | 21.9 | 16.13 | 39.99 | - |
| YUV | 115.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 170 | 0.18 | 0.46 | 0 | 0.33 | 276.92 | 0.31 | 0.51 |
| Hex | 8C | 5C | AA | 12 | 2E | 0 | 21 | 115 | 1F | 33 |
| Octal | 214 | 134 | 252 | 22 | 56 | 0 | 41 | 425 | 37 | 63 |
| Binary | 10001100 | 1011100 | 10101010 | 10010 | 101110 | 0 | 100001 | 100010101 | 11111 | 110011 |
Color Harmonies of #8C5CAA
Complementary color
Monochromatic Colors of #8C5CAA
Black with #8C5CAA
Text Example
Text Example
White with #8C5CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CAA; }
p { color: rgb(140,92,170); }
H1.HeaderClassName
{
color: #8C5CAA;
}
.AnyTagClassName
{
color: #8C5CAA;
}
</style>
background-color css
<style>
a { background-color: #8C5CAA; }
a { background-color: rgb(140,92,170); }
div.DivClassName
{
background-color: #8C5CAA;
}
.BgClassName
{
background-color: #8C5CAA;
}
</style>
border-color css
<style>
span { border-color: #8C5CAA; }
span { border-color: rgb(140,92,170); }
td.TdClassName
{
border-color: #8C5CAA;
}
.TagClassName
{
border-color: #8C5CAA;
}
</style>