Shades of Ce Soir #8B6F91
Tints of Ce Soir #8B6F91
RGB
CMYK
RGB Variations
Color information
#8B6F91 (or 0x8B6F91) is known color: Ce Soir. HEX triplet: 8B, 6F and 91. RGB value is (139,111,145). Sum of RGB (Red+Green+Blue) = 139+111+145=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 145 - color contains mainly: blue. Hex color #8B6F91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6F91 is #74906E. Grayscale: #7B7B7B. Windows color (decimal): -7639151 or 9531275. OLE color: 9531275.
HSL color Cylindrical-coordinate representation of color #8B6F91: hue angle of 289.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8B6F91 is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 111 | 145 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.43 |
| HSL | 289.41º | 0.13% | 0.5% | - |
| HSV(B) | 289.41º | 0.23% | 0.57% | - |
| XYZ | 21.44 | 18.9 | 29.31 | - |
| YUV | 123.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 145 | 0.04 | 0.23 | 0 | 0.43 | 289.41 | 0.13 | 0.5 |
| Hex | 8B | 6F | 91 | 4 | 17 | 0 | 2B | 121 | D | 32 |
| Octal | 213 | 157 | 221 | 4 | 27 | 0 | 53 | 441 | 15 | 62 |
| Binary | 10001011 | 1101111 | 10010001 | 100 | 10111 | 0 | 101011 | 100100001 | 1101 | 110010 |
Color Harmonies of #8B6F91
Complementary color
Monochromatic Colors of #8B6F91
Black with #8B6F91
Text Example
Text Example
White with #8B6F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F91; }
p { color: rgb(139,111,145); }
H1.HeaderClassName
{
color: #8B6F91;
}
.AnyTagClassName
{
color: #8B6F91;
}
</style>
background-color css
<style>
a { background-color: #8B6F91; }
a { background-color: rgb(139,111,145); }
div.DivClassName
{
background-color: #8B6F91;
}
.BgClassName
{
background-color: #8B6F91;
}
</style>
border-color css
<style>
span { border-color: #8B6F91; }
span { border-color: rgb(139,111,145); }
td.TdClassName
{
border-color: #8B6F91;
}
.TagClassName
{
border-color: #8B6F91;
}
</style>