Shades of Ce Soir #8C6DA0
Tints of Ce Soir #8C6DA0
RGB
CMYK
RGB Variations
Color information
#8C6DA0 (or 0x8C6DA0) is known color: Ce Soir. HEX triplet: 8C, 6D and A0. RGB value is (140,109,160). Sum of RGB (Red+Green+Blue) = 140+109+160=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C6DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6DA0 is #73925F. Grayscale: #7B7B7B. Windows color (decimal): -7574112 or 10513804. OLE color: 10513804.
HSL color Cylindrical-coordinate representation of color #8C6DA0: hue angle of 276.47º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C6DA0 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 109 | 160 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.37 |
| HSL | 276.47º | 0.21% | 0.53% | - |
| HSV(B) | 276.47º | 0.32% | 0.63% | - |
| XYZ | 22.63 | 19.05 | 35.74 | - |
| YUV | 124.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 109 | 160 | 0.12 | 0.32 | 0 | 0.37 | 276.47 | 0.21 | 0.53 |
| Hex | 8C | 6D | A0 | C | 20 | 0 | 25 | 114 | 15 | 35 |
| Octal | 214 | 155 | 240 | 14 | 40 | 0 | 45 | 424 | 25 | 65 |
| Binary | 10001100 | 1101101 | 10100000 | 1100 | 100000 | 0 | 100101 | 100010100 | 10101 | 110101 |
Color Harmonies of #8C6DA0
Complementary color
Monochromatic Colors of #8C6DA0
Black with #8C6DA0
Text Example
Text Example
White with #8C6DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6DA0; }
p { color: rgb(140,109,160); }
H1.HeaderClassName
{
color: #8C6DA0;
}
.AnyTagClassName
{
color: #8C6DA0;
}
</style>
background-color css
<style>
a { background-color: #8C6DA0; }
a { background-color: rgb(140,109,160); }
div.DivClassName
{
background-color: #8C6DA0;
}
.BgClassName
{
background-color: #8C6DA0;
}
</style>
border-color css
<style>
span { border-color: #8C6DA0; }
span { border-color: rgb(140,109,160); }
td.TdClassName
{
border-color: #8C6DA0;
}
.TagClassName
{
border-color: #8C6DA0;
}
</style>