Shades of Ce Soir #8A559F
Tints of Ce Soir #8A559F
RGB
CMYK
RGB Variations
Color information
#8A559F (or 0x8A559F) is known color: Ce Soir. HEX triplet: 8A, 55 and 9F. RGB value is (138,85,159). Sum of RGB (Red+Green+Blue) = 138+85+159=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A559F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A559F is #75AA60. Grayscale: #6D6D6D. Windows color (decimal): -7711329 or 10442122. OLE color: 10442122.
HSL color Cylindrical-coordinate representation of color #8A559F: hue angle of 282.97º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A559F is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 85 | 159 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.38 |
| HSL | 282.97º | 0.3% | 0.48% | - |
| HSV(B) | 282.97º | 0.47% | 0.62% | - |
| XYZ | 19.99 | 14.4 | 34.53 | - |
| YUV | 109.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 159 | 0.13 | 0.47 | 0 | 0.38 | 282.97 | 0.3 | 0.48 |
| Hex | 8A | 55 | 9F | D | 2F | 0 | 26 | 11B | 1E | 30 |
| Octal | 212 | 125 | 237 | 15 | 57 | 0 | 46 | 433 | 36 | 60 |
| Binary | 10001010 | 1010101 | 10011111 | 1101 | 101111 | 0 | 100110 | 100011011 | 11110 | 110000 |
Color Harmonies of #8A559F
Complementary color
Monochromatic Colors of #8A559F
Black with #8A559F
Text Example
Text Example
White with #8A559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A559F; }
p { color: rgb(138,85,159); }
H1.HeaderClassName
{
color: #8A559F;
}
.AnyTagClassName
{
color: #8A559F;
}
</style>
background-color css
<style>
a { background-color: #8A559F; }
a { background-color: rgb(138,85,159); }
div.DivClassName
{
background-color: #8A559F;
}
.BgClassName
{
background-color: #8A559F;
}
</style>
border-color css
<style>
span { border-color: #8A559F; }
span { border-color: rgb(138,85,159); }
td.TdClassName
{
border-color: #8A559F;
}
.TagClassName
{
border-color: #8A559F;
}
</style>