Shades of Ce Soir #8E7A9B
Tints of Ce Soir #8E7A9B
RGB
CMYK
RGB Variations
Color information
#8E7A9B (or 0x8E7A9B) is known color: Ce Soir. HEX triplet: 8E, 7A and 9B. RGB value is (142,122,155). Sum of RGB (Red+Green+Blue) = 142+122+155=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 122 (48.05% from 255 or 29.12% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7A9B is #718564. Grayscale: #838383. Windows color (decimal): -7439717 or 10189454. OLE color: 10189454.
HSL color Cylindrical-coordinate representation of color #8E7A9B: hue angle of 276.36º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8E7A9B is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 142 | 122 | 155 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.39 |
| HSL | 276.36º | 0.14% | 0.54% | - |
| HSV(B) | 276.36º | 0.21% | 0.61% | - |
| XYZ | 24.03 | 22.04 | 34 | - |
| YUV | 131.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 155 | 0.08 | 0.21 | 0 | 0.39 | 276.36 | 0.14 | 0.54 |
| Hex | 8E | 7A | 9B | 8 | 15 | 0 | 27 | 114 | E | 36 |
| Octal | 216 | 172 | 233 | 10 | 25 | 0 | 47 | 424 | 16 | 66 |
| Binary | 10001110 | 1111010 | 10011011 | 1000 | 10101 | 0 | 100111 | 100010100 | 1110 | 110110 |
Color Harmonies of #8E7A9B
Complementary color
Monochromatic Colors of #8E7A9B
Black with #8E7A9B
Text Example
Text Example
White with #8E7A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A9B; }
p { color: rgb(142,122,155); }
H1.HeaderClassName
{
color: #8E7A9B;
}
.AnyTagClassName
{
color: #8E7A9B;
}
</style>
background-color css
<style>
a { background-color: #8E7A9B; }
a { background-color: rgb(142,122,155); }
div.DivClassName
{
background-color: #8E7A9B;
}
.BgClassName
{
background-color: #8E7A9B;
}
</style>
border-color css
<style>
span { border-color: #8E7A9B; }
span { border-color: rgb(142,122,155); }
td.TdClassName
{
border-color: #8E7A9B;
}
.TagClassName
{
border-color: #8E7A9B;
}
</style>