Shades of Ce Soir #8B6D95
Tints of Ce Soir #8B6D95
RGB
CMYK
RGB Variations
Color information
#8B6D95 (or 0x8B6D95) is known color: Ce Soir. HEX triplet: 8B, 6D and 95. RGB value is (139,109,149). Sum of RGB (Red+Green+Blue) = 139+109+149=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 109 (42.97% from 255 or 27.46% 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 #8B6D95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6D95 is #74926A. Grayscale: #7A7A7A. Windows color (decimal): -7639659 or 9792907. OLE color: 9792907.
HSL color Cylindrical-coordinate representation of color #8B6D95: hue angle of 285º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6D95 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 109 | 149 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.42 |
| HSL | 285º | 0.16% | 0.51% | - |
| HSV(B) | 285º | 0.27% | 0.58% | - |
| XYZ | 21.54 | 18.6 | 30.89 | - |
| YUV | 122.53 | 142.94 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 149 | 0.07 | 0.27 | 0 | 0.42 | 285 | 0.16 | 0.51 |
| Hex | 8B | 6D | 95 | 7 | 1B | 0 | 2A | 11D | 10 | 33 |
| Octal | 213 | 155 | 225 | 7 | 33 | 0 | 52 | 435 | 20 | 63 |
| Binary | 10001011 | 1101101 | 10010101 | 111 | 11011 | 0 | 101010 | 100011101 | 10000 | 110011 |
Color Harmonies of #8B6D95
Complementary color
Monochromatic Colors of #8B6D95
Black with #8B6D95
Text Example
Text Example
White with #8B6D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6D95; }
p { color: rgb(139,109,149); }
H1.HeaderClassName
{
color: #8B6D95;
}
.AnyTagClassName
{
color: #8B6D95;
}
</style>
background-color css
<style>
a { background-color: #8B6D95; }
a { background-color: rgb(139,109,149); }
div.DivClassName
{
background-color: #8B6D95;
}
.BgClassName
{
background-color: #8B6D95;
}
</style>
border-color css
<style>
span { border-color: #8B6D95; }
span { border-color: rgb(139,109,149); }
td.TdClassName
{
border-color: #8B6D95;
}
.TagClassName
{
border-color: #8B6D95;
}
</style>