Shades of Ce Soir #8C6A99
Tints of Ce Soir #8C6A99
RGB
CMYK
RGB Variations
Color information
#8C6A99 (or 0x8C6A99) is known color: Ce Soir. HEX triplet: 8C, 6A and 99. RGB value is (140,106,153). Sum of RGB (Red+Green+Blue) = 140+106+153=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #8C6A99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6A99 is #739566. Grayscale: #797979. Windows color (decimal): -7574887 or 10054284. OLE color: 10054284.
HSL color Cylindrical-coordinate representation of color #8C6A99: hue angle of 283.4º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C6A99 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 106 | 153 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.4 |
| HSL | 283.4º | 0.19% | 0.51% | - |
| HSV(B) | 283.4º | 0.31% | 0.6% | - |
| XYZ | 21.72 | 18.18 | 32.5 | - |
| YUV | 121.52 | 145.76 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 106 | 153 | 0.08 | 0.31 | 0 | 0.4 | 283.4 | 0.19 | 0.51 |
| Hex | 8C | 6A | 99 | 8 | 1F | 0 | 28 | 11B | 13 | 33 |
| Octal | 214 | 152 | 231 | 10 | 37 | 0 | 50 | 433 | 23 | 63 |
| Binary | 10001100 | 1101010 | 10011001 | 1000 | 11111 | 0 | 101000 | 100011011 | 10011 | 110011 |
Color Harmonies of #8C6A99
Complementary color
Monochromatic Colors of #8C6A99
Black with #8C6A99
Text Example
Text Example
White with #8C6A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6A99; }
p { color: rgb(140,106,153); }
H1.HeaderClassName
{
color: #8C6A99;
}
.AnyTagClassName
{
color: #8C6A99;
}
</style>
background-color css
<style>
a { background-color: #8C6A99; }
a { background-color: rgb(140,106,153); }
div.DivClassName
{
background-color: #8C6A99;
}
.BgClassName
{
background-color: #8C6A99;
}
</style>
border-color css
<style>
span { border-color: #8C6A99; }
span { border-color: rgb(140,106,153); }
td.TdClassName
{
border-color: #8C6A99;
}
.TagClassName
{
border-color: #8C6A99;
}
</style>