Shades of Ce Soir #8B749F
Tints of Ce Soir #8B749F
RGB
CMYK
RGB Variations
Color information
#8B749F (or 0x8B749F) is known color: Ce Soir. HEX triplet: 8B, 74 and 9F. RGB value is (139,116,159). Sum of RGB (Red+Green+Blue) = 139+116+159=414 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.57% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B749F is #748B60. Grayscale: #7F7F7F. Windows color (decimal): -7637857 or 10450059. OLE color: 10450059.
HSL color Cylindrical-coordinate representation of color #8B749F: hue angle of 272.09º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B749F is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 116 | 159 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.38 |
| HSL | 272.09º | 0.18% | 0.54% | - |
| HSV(B) | 272.09º | 0.27% | 0.62% | - |
| XYZ | 23.15 | 20.48 | 35.53 | - |
| YUV | 127.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 159 | 0.13 | 0.27 | 0 | 0.38 | 272.09 | 0.18 | 0.54 |
| Hex | 8B | 74 | 9F | D | 1B | 0 | 26 | 110 | 12 | 36 |
| Octal | 213 | 164 | 237 | 15 | 33 | 0 | 46 | 420 | 22 | 66 |
| Binary | 10001011 | 1110100 | 10011111 | 1101 | 11011 | 0 | 100110 | 100010000 | 10010 | 110110 |
Color Harmonies of #8B749F
Complementary color
Monochromatic Colors of #8B749F
Black with #8B749F
Text Example
Text Example
White with #8B749F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B749F; }
p { color: rgb(139,116,159); }
H1.HeaderClassName
{
color: #8B749F;
}
.AnyTagClassName
{
color: #8B749F;
}
</style>
background-color css
<style>
a { background-color: #8B749F; }
a { background-color: rgb(139,116,159); }
div.DivClassName
{
background-color: #8B749F;
}
.BgClassName
{
background-color: #8B749F;
}
</style>
border-color css
<style>
span { border-color: #8B749F; }
span { border-color: rgb(139,116,159); }
td.TdClassName
{
border-color: #8B749F;
}
.TagClassName
{
border-color: #8B749F;
}
</style>