Shades of Ce Soir #8A6E95
Tints of Ce Soir #8A6E95
RGB
CMYK
RGB Variations
Color information
#8A6E95 (or 0x8A6E95) is known color: Ce Soir. HEX triplet: 8A, 6E and 95. RGB value is (138,110,149). Sum of RGB (Red+Green+Blue) = 138+110+149=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 110 (43.36% from 255 or 27.71% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A6E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6E95 is #75916A. Grayscale: #7A7A7A. Windows color (decimal): -7704939 or 9793162. OLE color: 9793162.
HSL color Cylindrical-coordinate representation of color #8A6E95: hue angle of 283.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A6E95 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 110 | 149 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.42 |
| HSL | 283.08º | 0.16% | 0.51% | - |
| HSV(B) | 283.08º | 0.26% | 0.58% | - |
| XYZ | 21.48 | 18.73 | 30.92 | - |
| YUV | 122.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 110 | 149 | 0.07 | 0.26 | 0 | 0.42 | 283.08 | 0.16 | 0.51 |
| Hex | 8A | 6E | 95 | 7 | 1A | 0 | 2A | 11B | 10 | 33 |
| Octal | 212 | 156 | 225 | 7 | 32 | 0 | 52 | 433 | 20 | 63 |
| Binary | 10001010 | 1101110 | 10010101 | 111 | 11010 | 0 | 101010 | 100011011 | 10000 | 110011 |
Color Harmonies of #8A6E95
Complementary color
Monochromatic Colors of #8A6E95
Black with #8A6E95
Text Example
Text Example
White with #8A6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6E95; }
p { color: rgb(138,110,149); }
H1.HeaderClassName
{
color: #8A6E95;
}
.AnyTagClassName
{
color: #8A6E95;
}
</style>
background-color css
<style>
a { background-color: #8A6E95; }
a { background-color: rgb(138,110,149); }
div.DivClassName
{
background-color: #8A6E95;
}
.BgClassName
{
background-color: #8A6E95;
}
</style>
border-color css
<style>
span { border-color: #8A6E95; }
span { border-color: rgb(138,110,149); }
td.TdClassName
{
border-color: #8A6E95;
}
.TagClassName
{
border-color: #8A6E95;
}
</style>