Shades of Ce Soir #8B6E95
Tints of Ce Soir #8B6E95
RGB
CMYK
RGB Variations
Color information
#8B6E95 (or 0x8B6E95) is known color: Ce Soir. HEX triplet: 8B, 6E and 95. RGB value is (139,110,149). Sum of RGB (Red+Green+Blue) = 139+110+149=398 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.92% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 149 - color contains mainly: blue. Hex color #8B6E95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6E95 is #74916A. Grayscale: #7A7A7A. Windows color (decimal): -7639403 or 9793163. OLE color: 9793163.
HSL color Cylindrical-coordinate representation of color #8B6E95: hue angle of 284.62º 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 #8B6E95 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 110 | 149 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.42 |
| HSL | 284.62º | 0.16% | 0.51% | - |
| HSV(B) | 284.62º | 0.26% | 0.58% | - |
| XYZ | 21.65 | 18.81 | 30.92 | - |
| YUV | 123.12 | 142.61 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 149 | 0.07 | 0.26 | 0 | 0.42 | 284.62 | 0.16 | 0.51 |
| Hex | 8B | 6E | 95 | 7 | 1A | 0 | 2A | 11D | 10 | 33 |
| Octal | 213 | 156 | 225 | 7 | 32 | 0 | 52 | 435 | 20 | 63 |
| Binary | 10001011 | 1101110 | 10010101 | 111 | 11010 | 0 | 101010 | 100011101 | 10000 | 110011 |
Color Harmonies of #8B6E95
Complementary color
Monochromatic Colors of #8B6E95
Black with #8B6E95
Text Example
Text Example
White with #8B6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E95; }
p { color: rgb(139,110,149); }
H1.HeaderClassName
{
color: #8B6E95;
}
.AnyTagClassName
{
color: #8B6E95;
}
</style>
background-color css
<style>
a { background-color: #8B6E95; }
a { background-color: rgb(139,110,149); }
div.DivClassName
{
background-color: #8B6E95;
}
.BgClassName
{
background-color: #8B6E95;
}
</style>
border-color css
<style>
span { border-color: #8B6E95; }
span { border-color: rgb(139,110,149); }
td.TdClassName
{
border-color: #8B6E95;
}
.TagClassName
{
border-color: #8B6E95;
}
</style>