Shades of Ce Soir #8A599F
Tints of Ce Soir #8A599F
RGB
CMYK
RGB Variations
Color information
#8A599F (or 0x8A599F) is known color: Ce Soir. HEX triplet: 8A, 59 and 9F. RGB value is (138,89,159). Sum of RGB (Red+Green+Blue) = 138+89+159=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A599F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A599F is #75A660. Grayscale: #6F6F6F. Windows color (decimal): -7710305 or 10443146. OLE color: 10443146.
HSL color Cylindrical-coordinate representation of color #8A599F: hue angle of 282º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A599F is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 89 | 159 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.38 |
| HSL | 282º | 0.28% | 0.49% | - |
| HSV(B) | 282º | 0.44% | 0.62% | - |
| XYZ | 20.31 | 15.05 | 34.64 | - |
| YUV | 111.63 | 154.73 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 159 | 0.13 | 0.44 | 0 | 0.38 | 282 | 0.28 | 0.49 |
| Hex | 8A | 59 | 9F | D | 2C | 0 | 26 | 11A | 1C | 31 |
| Octal | 212 | 131 | 237 | 15 | 54 | 0 | 46 | 432 | 34 | 61 |
| Binary | 10001010 | 1011001 | 10011111 | 1101 | 101100 | 0 | 100110 | 100011010 | 11100 | 110001 |
Color Harmonies of #8A599F
Complementary color
Monochromatic Colors of #8A599F
Black with #8A599F
Text Example
Text Example
White with #8A599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A599F; }
p { color: rgb(138,89,159); }
H1.HeaderClassName
{
color: #8A599F;
}
.AnyTagClassName
{
color: #8A599F;
}
</style>
background-color css
<style>
a { background-color: #8A599F; }
a { background-color: rgb(138,89,159); }
div.DivClassName
{
background-color: #8A599F;
}
.BgClassName
{
background-color: #8A599F;
}
</style>
border-color css
<style>
span { border-color: #8A599F; }
span { border-color: rgb(138,89,159); }
td.TdClassName
{
border-color: #8A599F;
}
.TagClassName
{
border-color: #8A599F;
}
</style>