Shades of Ce Soir #8C64AF
Tints of Ce Soir #8C64AF
RGB
CMYK
RGB Variations
Color information
#8C64AF (or 0x8C64AF) is known color: Ce Soir. HEX triplet: 8C, 64 and AF. RGB value is (140,100,175). Sum of RGB (Red+Green+Blue) = 140+100+175=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C64AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C64AF is #739B50. Grayscale: #787878. Windows color (decimal): -7576401 or 11494540. OLE color: 11494540.
HSL color Cylindrical-coordinate representation of color #8C64AF: hue angle of 272º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8C64AF is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 100 | 175 | - |
| CMYK | 0.2 | 0.43 | 0 | 0.31 |
| HSL | 272º | 0.32% | 0.54% | - |
| HSV(B) | 272º | 0.43% | 0.69% | - |
| XYZ | 23.11 | 17.78 | 42.77 | - |
| YUV | 120.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 175 | 0.2 | 0.43 | 0 | 0.31 | 272 | 0.32 | 0.54 |
| Hex | 8C | 64 | AF | 14 | 2B | 0 | 1F | 110 | 20 | 36 |
| Octal | 214 | 144 | 257 | 24 | 53 | 0 | 37 | 420 | 40 | 66 |
| Binary | 10001100 | 1100100 | 10101111 | 10100 | 101011 | 0 | 11111 | 100010000 | 100000 | 110110 |
Color Harmonies of #8C64AF
Complementary color
Monochromatic Colors of #8C64AF
Black with #8C64AF
Text Example
Text Example
White with #8C64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C64AF; }
p { color: rgb(140,100,175); }
H1.HeaderClassName
{
color: #8C64AF;
}
.AnyTagClassName
{
color: #8C64AF;
}
</style>
background-color css
<style>
a { background-color: #8C64AF; }
a { background-color: rgb(140,100,175); }
div.DivClassName
{
background-color: #8C64AF;
}
.BgClassName
{
background-color: #8C64AF;
}
</style>
border-color css
<style>
span { border-color: #8C64AF; }
span { border-color: rgb(140,100,175); }
td.TdClassName
{
border-color: #8C64AF;
}
.TagClassName
{
border-color: #8C64AF;
}
</style>