Shades of Ce Soir #8C71AA
Tints of Ce Soir #8C71AA
RGB
CMYK
RGB Variations
Color information
#8C71AA (or 0x8C71AA) is known color: Ce Soir. HEX triplet: 8C, 71 and AA. RGB value is (140,113,170). Sum of RGB (Red+Green+Blue) = 140+113+170=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C71AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C71AA is #738E55. Grayscale: #7F7F7F. Windows color (decimal): -7573078 or 11170188. OLE color: 11170188.
HSL color Cylindrical-coordinate representation of color #8C71AA: hue angle of 268.42º 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 #8C71AA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 113 | 170 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.33 |
| HSL | 268.42º | 0.25% | 0.55% | - |
| HSV(B) | 268.42º | 0.34% | 0.67% | - |
| XYZ | 23.98 | 20.29 | 40.68 | - |
| YUV | 127.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 170 | 0.18 | 0.34 | 0 | 0.33 | 268.42 | 0.25 | 0.55 |
| Hex | 8C | 71 | AA | 12 | 22 | 0 | 21 | 10C | 19 | 37 |
| Octal | 214 | 161 | 252 | 22 | 42 | 0 | 41 | 414 | 31 | 67 |
| Binary | 10001100 | 1110001 | 10101010 | 10010 | 100010 | 0 | 100001 | 100001100 | 11001 | 110111 |
Color Harmonies of #8C71AA
Complementary color
Monochromatic Colors of #8C71AA
Black with #8C71AA
Text Example
Text Example
White with #8C71AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C71AA; }
p { color: rgb(140,113,170); }
H1.HeaderClassName
{
color: #8C71AA;
}
.AnyTagClassName
{
color: #8C71AA;
}
</style>
background-color css
<style>
a { background-color: #8C71AA; }
a { background-color: rgb(140,113,170); }
div.DivClassName
{
background-color: #8C71AA;
}
.BgClassName
{
background-color: #8C71AA;
}
</style>
border-color css
<style>
span { border-color: #8C71AA; }
span { border-color: rgb(140,113,170); }
td.TdClassName
{
border-color: #8C71AA;
}
.TagClassName
{
border-color: #8C71AA;
}
</style>