Shades of Ce Soir #8C60AA
Tints of Ce Soir #8C60AA
RGB
CMYK
RGB Variations
Color information
#8C60AA (or 0x8C60AA) is known color: Ce Soir. HEX triplet: 8C, 60 and AA. RGB value is (140,96,170). Sum of RGB (Red+Green+Blue) = 140+96+170=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C60AA is #739F55. Grayscale: #757575. Windows color (decimal): -7577430 or 11165836. OLE color: 11165836.
HSL color Cylindrical-coordinate representation of color #8C60AA: hue angle of 275.68º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C60AA is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 96 | 170 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.33 |
| HSL | 275.68º | 0.3% | 0.52% | - |
| HSV(B) | 275.68º | 0.44% | 0.67% | - |
| XYZ | 22.25 | 16.84 | 40.11 | - |
| YUV | 117.59 | 157.58 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 170 | 0.18 | 0.44 | 0 | 0.33 | 275.68 | 0.3 | 0.52 |
| Hex | 8C | 60 | AA | 12 | 2C | 0 | 21 | 114 | 1E | 34 |
| Octal | 214 | 140 | 252 | 22 | 54 | 0 | 41 | 424 | 36 | 64 |
| Binary | 10001100 | 1100000 | 10101010 | 10010 | 101100 | 0 | 100001 | 100010100 | 11110 | 110100 |
Color Harmonies of #8C60AA
Complementary color
Monochromatic Colors of #8C60AA
Black with #8C60AA
Text Example
Text Example
White with #8C60AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C60AA; }
p { color: rgb(140,96,170); }
H1.HeaderClassName
{
color: #8C60AA;
}
.AnyTagClassName
{
color: #8C60AA;
}
</style>
background-color css
<style>
a { background-color: #8C60AA; }
a { background-color: rgb(140,96,170); }
div.DivClassName
{
background-color: #8C60AA;
}
.BgClassName
{
background-color: #8C60AA;
}
</style>
border-color css
<style>
span { border-color: #8C60AA; }
span { border-color: rgb(140,96,170); }
td.TdClassName
{
border-color: #8C60AA;
}
.TagClassName
{
border-color: #8C60AA;
}
</style>