Shades of Ce Soir #8B7499
Tints of Ce Soir #8B7499
RGB
CMYK
RGB Variations
Color information
#8B7499 (or 0x8B7499) is known color: Ce Soir. HEX triplet: 8B, 74 and 99. RGB value is (139,116,153). Sum of RGB (Red+Green+Blue) = 139+116+153=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 153 - color contains mainly: blue. Hex color #8B7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7499 is #748B66. Grayscale: #7E7E7E. Windows color (decimal): -7637863 or 10056843. OLE color: 10056843.
HSL color Cylindrical-coordinate representation of color #8B7499: hue angle of 277.3º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B7499 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 116 | 153 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.4 |
| HSL | 277.3º | 0.15% | 0.53% | - |
| HSV(B) | 277.3º | 0.24% | 0.6% | - |
| XYZ | 22.64 | 20.28 | 32.86 | - |
| YUV | 127.1 | 142.62 | 136.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 153 | 0.09 | 0.24 | 0 | 0.4 | 277.3 | 0.15 | 0.53 |
| Hex | 8B | 74 | 99 | 9 | 18 | 0 | 28 | 115 | F | 35 |
| Octal | 213 | 164 | 231 | 11 | 30 | 0 | 50 | 425 | 17 | 65 |
| Binary | 10001011 | 1110100 | 10011001 | 1001 | 11000 | 0 | 101000 | 100010101 | 1111 | 110101 |
Color Harmonies of #8B7499
Complementary color
Monochromatic Colors of #8B7499
Black with #8B7499
Text Example
Text Example
White with #8B7499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7499; }
p { color: rgb(139,116,153); }
H1.HeaderClassName
{
color: #8B7499;
}
.AnyTagClassName
{
color: #8B7499;
}
</style>
background-color css
<style>
a { background-color: #8B7499; }
a { background-color: rgb(139,116,153); }
div.DivClassName
{
background-color: #8B7499;
}
.BgClassName
{
background-color: #8B7499;
}
</style>
border-color css
<style>
span { border-color: #8B7499; }
span { border-color: rgb(139,116,153); }
td.TdClassName
{
border-color: #8B7499;
}
.TagClassName
{
border-color: #8B7499;
}
</style>