Shades of Ce Soir #8A599E
Tints of Ce Soir #8A599E
RGB
CMYK
RGB Variations
Color information
#8A599E (or 0x8A599E) is known color: Ce Soir. HEX triplet: 8A, 59 and 9E. RGB value is (138,89,158). Sum of RGB (Red+Green+Blue) = 138+89+158=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A599E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A599E is #75A661. Grayscale: #6F6F6F. Windows color (decimal): -7710306 or 10377610. OLE color: 10377610.
HSL color Cylindrical-coordinate representation of color #8A599E: hue angle of 282.61º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A599E is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 89 | 158 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.38 |
| HSL | 282.61º | 0.28% | 0.48% | - |
| HSV(B) | 282.61º | 0.44% | 0.62% | - |
| XYZ | 20.23 | 15.02 | 34.18 | - |
| YUV | 111.52 | 154.23 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 158 | 0.13 | 0.44 | 0 | 0.38 | 282.61 | 0.28 | 0.48 |
| Hex | 8A | 59 | 9E | D | 2C | 0 | 26 | 11B | 1C | 30 |
| Octal | 212 | 131 | 236 | 15 | 54 | 0 | 46 | 433 | 34 | 60 |
| Binary | 10001010 | 1011001 | 10011110 | 1101 | 101100 | 0 | 100110 | 100011011 | 11100 | 110000 |
Color Harmonies of #8A599E
Complementary color
Monochromatic Colors of #8A599E
Black with #8A599E
Text Example
Text Example
White with #8A599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A599E; }
p { color: rgb(138,89,158); }
H1.HeaderClassName
{
color: #8A599E;
}
.AnyTagClassName
{
color: #8A599E;
}
</style>
background-color css
<style>
a { background-color: #8A599E; }
a { background-color: rgb(138,89,158); }
div.DivClassName
{
background-color: #8A599E;
}
.BgClassName
{
background-color: #8A599E;
}
</style>
border-color css
<style>
span { border-color: #8A599E; }
span { border-color: rgb(138,89,158); }
td.TdClassName
{
border-color: #8A599E;
}
.TagClassName
{
border-color: #8A599E;
}
</style>