Shades of Ce Soir #8C6199
Tints of Ce Soir #8C6199
RGB
CMYK
RGB Variations
Color information
#8C6199 (or 0x8C6199) is known color: Ce Soir. HEX triplet: 8C, 61 and 99. RGB value is (140,97,153). Sum of RGB (Red+Green+Blue) = 140+97+153=390 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.90% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 153 (60.16% from 255 or 39.23% from 390); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C6199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6199 is #739E66. Grayscale: #747474. Windows color (decimal): -7577191 or 10051980. OLE color: 10051980.
HSL color Cylindrical-coordinate representation of color #8C6199: hue angle of 286.07º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8C6199 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 97 | 153 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.4 |
| HSL | 286.07º | 0.22% | 0.49% | - |
| HSV(B) | 286.07º | 0.37% | 0.6% | - |
| XYZ | 20.84 | 16.42 | 32.21 | - |
| YUV | 116.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 153 | 0.08 | 0.37 | 0 | 0.4 | 286.07 | 0.22 | 0.49 |
| Hex | 8C | 61 | 99 | 8 | 25 | 0 | 28 | 11E | 16 | 31 |
| Octal | 214 | 141 | 231 | 10 | 45 | 0 | 50 | 436 | 26 | 61 |
| Binary | 10001100 | 1100001 | 10011001 | 1000 | 100101 | 0 | 101000 | 100011110 | 10110 | 110001 |
Color Harmonies of #8C6199
Complementary color
Monochromatic Colors of #8C6199
Black with #8C6199
Text Example
Text Example
White with #8C6199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6199; }
p { color: rgb(140,97,153); }
H1.HeaderClassName
{
color: #8C6199;
}
.AnyTagClassName
{
color: #8C6199;
}
</style>
background-color css
<style>
a { background-color: #8C6199; }
a { background-color: rgb(140,97,153); }
div.DivClassName
{
background-color: #8C6199;
}
.BgClassName
{
background-color: #8C6199;
}
</style>
border-color css
<style>
span { border-color: #8C6199; }
span { border-color: rgb(140,97,153); }
td.TdClassName
{
border-color: #8C6199;
}
.TagClassName
{
border-color: #8C6199;
}
</style>