Shades of Ce Soir #8C61AF
Tints of Ce Soir #8C61AF
RGB
CMYK
RGB Variations
Color information
#8C61AF (or 0x8C61AF) is known color: Ce Soir. HEX triplet: 8C, 61 and AF. RGB value is (140,97,175). Sum of RGB (Red+Green+Blue) = 140+97+175=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 97 (38.28% from 255 or 23.54% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C61AF is #739E50. Grayscale: #767676. Windows color (decimal): -7577169 or 11493772. OLE color: 11493772.
HSL color Cylindrical-coordinate representation of color #8C61AF: hue angle of 273.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C61AF is Cyan = 0.2, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 97 | 175 | - |
| CMYK | 0.2 | 0.45 | 0 | 0.31 |
| HSL | 273.08º | 0.33% | 0.53% | - |
| HSV(B) | 273.08º | 0.45% | 0.69% | - |
| XYZ | 22.83 | 17.22 | 42.68 | - |
| YUV | 118.75 | 159.75 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 175 | 0.2 | 0.45 | 0 | 0.31 | 273.08 | 0.33 | 0.53 |
| Hex | 8C | 61 | AF | 14 | 2D | 0 | 1F | 111 | 21 | 35 |
| Octal | 214 | 141 | 257 | 24 | 55 | 0 | 37 | 421 | 41 | 65 |
| Binary | 10001100 | 1100001 | 10101111 | 10100 | 101101 | 0 | 11111 | 100010001 | 100001 | 110101 |
Color Harmonies of #8C61AF
Complementary color
Monochromatic Colors of #8C61AF
Black with #8C61AF
Text Example
Text Example
White with #8C61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C61AF; }
p { color: rgb(140,97,175); }
H1.HeaderClassName
{
color: #8C61AF;
}
.AnyTagClassName
{
color: #8C61AF;
}
</style>
background-color css
<style>
a { background-color: #8C61AF; }
a { background-color: rgb(140,97,175); }
div.DivClassName
{
background-color: #8C61AF;
}
.BgClassName
{
background-color: #8C61AF;
}
</style>
border-color css
<style>
span { border-color: #8C61AF; }
span { border-color: rgb(140,97,175); }
td.TdClassName
{
border-color: #8C61AF;
}
.TagClassName
{
border-color: #8C61AF;
}
</style>