Shades of Ce Soir #8A749E
Tints of Ce Soir #8A749E
RGB
CMYK
RGB Variations
Color information
#8A749E (or 0x8A749E) is known color: Ce Soir. HEX triplet: 8A, 74 and 9E. RGB value is (138,116,158). Sum of RGB (Red+Green+Blue) = 138+116+158=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A749E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A749E is #758B61. Grayscale: #7F7F7F. Windows color (decimal): -7703394 or 10384522. OLE color: 10384522.
HSL color Cylindrical-coordinate representation of color #8A749E: hue angle of 271.43º 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 #8A749E is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 116 | 158 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.38 |
| HSL | 271.43º | 0.18% | 0.54% | - |
| HSV(B) | 271.43º | 0.27% | 0.62% | - |
| XYZ | 22.9 | 20.36 | 35.07 | - |
| YUV | 127.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 158 | 0.13 | 0.27 | 0 | 0.38 | 271.43 | 0.18 | 0.54 |
| Hex | 8A | 74 | 9E | D | 1B | 0 | 26 | 10F | 12 | 36 |
| Octal | 212 | 164 | 236 | 15 | 33 | 0 | 46 | 417 | 22 | 66 |
| Binary | 10001010 | 1110100 | 10011110 | 1101 | 11011 | 0 | 100110 | 100001111 | 10010 | 110110 |
Color Harmonies of #8A749E
Complementary color
Monochromatic Colors of #8A749E
Black with #8A749E
Text Example
Text Example
White with #8A749E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A749E; }
p { color: rgb(138,116,158); }
H1.HeaderClassName
{
color: #8A749E;
}
.AnyTagClassName
{
color: #8A749E;
}
</style>
background-color css
<style>
a { background-color: #8A749E; }
a { background-color: rgb(138,116,158); }
div.DivClassName
{
background-color: #8A749E;
}
.BgClassName
{
background-color: #8A749E;
}
</style>
border-color css
<style>
span { border-color: #8A749E; }
span { border-color: rgb(138,116,158); }
td.TdClassName
{
border-color: #8A749E;
}
.TagClassName
{
border-color: #8A749E;
}
</style>