Shades of Ce Soir #8E64B4
Tints of Ce Soir #8E64B4
RGB
CMYK
RGB Variations
Color information
#8E64B4 (or 0x8E64B4) is known color: Ce Soir. HEX triplet: 8E, 64 and B4. RGB value is (142,100,180). Sum of RGB (Red+Green+Blue) = 142+100+180=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 100 (39.45% from 255 or 23.70% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #8E64B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E64B4 is #719B4B. Grayscale: #797979. Windows color (decimal): -7445324 or 11822222. OLE color: 11822222.
HSL color Cylindrical-coordinate representation of color #8E64B4: hue angle of 271.5º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E64B4 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 100 | 180 | - |
| CMYK | 0.21 | 0.44 | 0 | 0.29 |
| HSL | 271.5º | 0.35% | 0.55% | - |
| HSV(B) | 271.5º | 0.44% | 0.71% | - |
| XYZ | 23.95 | 18.16 | 45.42 | - |
| YUV | 121.68 | 160.91 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 180 | 0.21 | 0.44 | 0 | 0.29 | 271.5 | 0.35 | 0.55 |
| Hex | 8E | 64 | B4 | 15 | 2C | 0 | 1D | 110 | 23 | 37 |
| Octal | 216 | 144 | 264 | 25 | 54 | 0 | 35 | 420 | 43 | 67 |
| Binary | 10001110 | 1100100 | 10110100 | 10101 | 101100 | 0 | 11101 | 100010000 | 100011 | 110111 |
Color Harmonies of #8E64B4
Complementary color
Monochromatic Colors of #8E64B4
Black with #8E64B4
Text Example
Text Example
White with #8E64B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E64B4; }
p { color: rgb(142,100,180); }
H1.HeaderClassName
{
color: #8E64B4;
}
.AnyTagClassName
{
color: #8E64B4;
}
</style>
background-color css
<style>
a { background-color: #8E64B4; }
a { background-color: rgb(142,100,180); }
div.DivClassName
{
background-color: #8E64B4;
}
.BgClassName
{
background-color: #8E64B4;
}
</style>
border-color css
<style>
span { border-color: #8E64B4; }
span { border-color: rgb(142,100,180); }
td.TdClassName
{
border-color: #8E64B4;
}
.TagClassName
{
border-color: #8E64B4;
}
</style>