Shades of Ce Soir #8C649A
Tints of Ce Soir #8C649A
RGB
CMYK
RGB Variations
Color information
#8C649A (or 0x8C649A) is known color: Ce Soir. HEX triplet: 8C, 64 and 9A. RGB value is (140,100,154). Sum of RGB (Red+Green+Blue) = 140+100+154=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 154 - color contains mainly: blue. Hex color #8C649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C649A is #739B65. Grayscale: #757575. Windows color (decimal): -7576422 or 10118284. OLE color: 10118284.
HSL color Cylindrical-coordinate representation of color #8C649A: hue angle of 284.44º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C649A is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 140 | 100 | 154 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.40 |
| HSL | 284.44º | 0.21% | 0.5% | - |
| HSV(B) | 284.44º | 0.35% | 0.6% | - |
| XYZ | 21.21 | 17.02 | 32.74 | - |
| YUV | 118.12 | 148.25 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 154 | 0.09 | 0.35 | 0 | 0.40 | 284.44 | 0.21 | 0.5 |
| Hex | 8C | 64 | 9A | 9 | 23 | 0 | 28 | 11C | 15 | 32 |
| Octal | 214 | 144 | 232 | 11 | 43 | 0 | 50 | 434 | 25 | 62 |
| Binary | 10001100 | 1100100 | 10011010 | 1001 | 100011 | 0 | 101000 | 100011100 | 10101 | 110010 |
Color Harmonies of #8C649A
Complementary color
Monochromatic Colors of #8C649A
Black with #8C649A
Text Example
Text Example
White with #8C649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C649A; }
p { color: rgb(140,100,154); }
H1.HeaderClassName
{
color: #8C649A;
}
.AnyTagClassName
{
color: #8C649A;
}
</style>
background-color css
<style>
a { background-color: #8C649A; }
a { background-color: rgb(140,100,154); }
div.DivClassName
{
background-color: #8C649A;
}
.BgClassName
{
background-color: #8C649A;
}
</style>
border-color css
<style>
span { border-color: #8C649A; }
span { border-color: rgb(140,100,154); }
td.TdClassName
{
border-color: #8C649A;
}
.TagClassName
{
border-color: #8C649A;
}
</style>