Shades of Ce Soir #8C70AA
Tints of Ce Soir #8C70AA
RGB
CMYK
RGB Variations
Color information
#8C70AA (or 0x8C70AA) is known color: Ce Soir. HEX triplet: 8C, 70 and AA. RGB value is (140,112,170). Sum of RGB (Red+Green+Blue) = 140+112+170=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C70AA is #738F55. Grayscale: #7E7E7E. Windows color (decimal): -7573334 or 11169932. OLE color: 11169932.
HSL color Cylindrical-coordinate representation of color #8C70AA: hue angle of 268.97º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8C70AA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 112 | 170 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.33 |
| HSL | 268.97º | 0.25% | 0.55% | - |
| HSV(B) | 268.97º | 0.34% | 0.67% | - |
| XYZ | 23.87 | 20.07 | 40.65 | - |
| YUV | 126.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 170 | 0.18 | 0.34 | 0 | 0.33 | 268.97 | 0.25 | 0.55 |
| Hex | 8C | 70 | AA | 12 | 22 | 0 | 21 | 10D | 19 | 37 |
| Octal | 214 | 160 | 252 | 22 | 42 | 0 | 41 | 415 | 31 | 67 |
| Binary | 10001100 | 1110000 | 10101010 | 10010 | 100010 | 0 | 100001 | 100001101 | 11001 | 110111 |
Color Harmonies of #8C70AA
Complementary color
Monochromatic Colors of #8C70AA
Black with #8C70AA
Text Example
Text Example
White with #8C70AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70AA; }
p { color: rgb(140,112,170); }
H1.HeaderClassName
{
color: #8C70AA;
}
.AnyTagClassName
{
color: #8C70AA;
}
</style>
background-color css
<style>
a { background-color: #8C70AA; }
a { background-color: rgb(140,112,170); }
div.DivClassName
{
background-color: #8C70AA;
}
.BgClassName
{
background-color: #8C70AA;
}
</style>
border-color css
<style>
span { border-color: #8C70AA; }
span { border-color: rgb(140,112,170); }
td.TdClassName
{
border-color: #8C70AA;
}
.TagClassName
{
border-color: #8C70AA;
}
</style>