Shades of Ce Soir #8C659F
Tints of Ce Soir #8C659F
RGB
CMYK
RGB Variations
Color information
#8C659F (or 0x8C659F) is known color: Ce Soir. HEX triplet: 8C, 65 and 9F. RGB value is (140,101,159). Sum of RGB (Red+Green+Blue) = 140+101+159=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C659F is #739A60. Grayscale: #777777. Windows color (decimal): -7576161 or 10446220. OLE color: 10446220.
HSL color Cylindrical-coordinate representation of color #8C659F: hue angle of 280.34º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C659F is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 101 | 159 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.38 |
| HSL | 280.34º | 0.23% | 0.51% | - |
| HSV(B) | 280.34º | 0.36% | 0.62% | - |
| XYZ | 21.73 | 17.39 | 35.01 | - |
| YUV | 119.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 159 | 0.12 | 0.36 | 0 | 0.38 | 280.34 | 0.23 | 0.51 |
| Hex | 8C | 65 | 9F | C | 24 | 0 | 26 | 118 | 17 | 33 |
| Octal | 214 | 145 | 237 | 14 | 44 | 0 | 46 | 430 | 27 | 63 |
| Binary | 10001100 | 1100101 | 10011111 | 1100 | 100100 | 0 | 100110 | 100011000 | 10111 | 110011 |
Color Harmonies of #8C659F
Complementary color
Monochromatic Colors of #8C659F
Black with #8C659F
Text Example
Text Example
White with #8C659F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C659F; }
p { color: rgb(140,101,159); }
H1.HeaderClassName
{
color: #8C659F;
}
.AnyTagClassName
{
color: #8C659F;
}
</style>
background-color css
<style>
a { background-color: #8C659F; }
a { background-color: rgb(140,101,159); }
div.DivClassName
{
background-color: #8C659F;
}
.BgClassName
{
background-color: #8C659F;
}
</style>
border-color css
<style>
span { border-color: #8C659F; }
span { border-color: rgb(140,101,159); }
td.TdClassName
{
border-color: #8C659F;
}
.TagClassName
{
border-color: #8C659F;
}
</style>