Shades of Ce Soir #8B749D
Tints of Ce Soir #8B749D
RGB
CMYK
RGB Variations
Color information
#8B749D (or 0x8B749D) is known color: Ce Soir. HEX triplet: 8B, 74 and 9D. RGB value is (139,116,157). Sum of RGB (Red+Green+Blue) = 139+116+157=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B749D is #748B62. Grayscale: #7F7F7F. Windows color (decimal): -7637859 or 10318987. OLE color: 10318987.
HSL color Cylindrical-coordinate representation of color #8B749D: hue angle of 273.66º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B749D is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 116 | 157 | - |
| CMYK | 0.11 | 0.26 | 0 | 0.38 |
| HSL | 273.66º | 0.17% | 0.54% | - |
| HSV(B) | 273.66º | 0.26% | 0.62% | - |
| XYZ | 22.98 | 20.41 | 34.63 | - |
| YUV | 127.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 157 | 0.11 | 0.26 | 0 | 0.38 | 273.66 | 0.17 | 0.54 |
| Hex | 8B | 74 | 9D | B | 1A | 0 | 26 | 112 | 11 | 36 |
| Octal | 213 | 164 | 235 | 13 | 32 | 0 | 46 | 422 | 21 | 66 |
| Binary | 10001011 | 1110100 | 10011101 | 1011 | 11010 | 0 | 100110 | 100010010 | 10001 | 110110 |
Color Harmonies of #8B749D
Complementary color
Monochromatic Colors of #8B749D
Black with #8B749D
Text Example
Text Example
White with #8B749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B749D; }
p { color: rgb(139,116,157); }
H1.HeaderClassName
{
color: #8B749D;
}
.AnyTagClassName
{
color: #8B749D;
}
</style>
background-color css
<style>
a { background-color: #8B749D; }
a { background-color: rgb(139,116,157); }
div.DivClassName
{
background-color: #8B749D;
}
.BgClassName
{
background-color: #8B749D;
}
</style>
border-color css
<style>
span { border-color: #8B749D; }
span { border-color: rgb(139,116,157); }
td.TdClassName
{
border-color: #8B749D;
}
.TagClassName
{
border-color: #8B749D;
}
</style>