Shades of Ce Soir #8D64AF
Tints of Ce Soir #8D64AF
RGB
CMYK
RGB Variations
Color information
#8D64AF (or 0x8D64AF) is known color: Ce Soir. HEX triplet: 8D, 64 and AF. RGB value is (141,100,175). Sum of RGB (Red+Green+Blue) = 141+100+175=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D64AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D64AF is #729B50. Grayscale: #787878. Windows color (decimal): -7510865 or 11494541. OLE color: 11494541.
HSL color Cylindrical-coordinate representation of color #8D64AF: hue angle of 272.8º 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 #8D64AF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 100 | 175 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.31 |
| HSL | 272.8º | 0.32% | 0.54% | - |
| HSV(B) | 272.8º | 0.43% | 0.69% | - |
| XYZ | 23.28 | 17.87 | 42.78 | - |
| YUV | 120.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 175 | 0.19 | 0.43 | 0 | 0.31 | 272.8 | 0.32 | 0.54 |
| Hex | 8D | 64 | AF | 13 | 2B | 0 | 1F | 111 | 20 | 36 |
| Octal | 215 | 144 | 257 | 23 | 53 | 0 | 37 | 421 | 40 | 66 |
| Binary | 10001101 | 1100100 | 10101111 | 10011 | 101011 | 0 | 11111 | 100010001 | 100000 | 110110 |
Color Harmonies of #8D64AF
Complementary color
Monochromatic Colors of #8D64AF
Black with #8D64AF
Text Example
Text Example
White with #8D64AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D64AF; }
p { color: rgb(141,100,175); }
H1.HeaderClassName
{
color: #8D64AF;
}
.AnyTagClassName
{
color: #8D64AF;
}
</style>
background-color css
<style>
a { background-color: #8D64AF; }
a { background-color: rgb(141,100,175); }
div.DivClassName
{
background-color: #8D64AF;
}
.BgClassName
{
background-color: #8D64AF;
}
</style>
border-color css
<style>
span { border-color: #8D64AF; }
span { border-color: rgb(141,100,175); }
td.TdClassName
{
border-color: #8D64AF;
}
.TagClassName
{
border-color: #8D64AF;
}
</style>