Shades of Ce Soir #8A5E99
Tints of Ce Soir #8A5E99
RGB
CMYK
RGB Variations
Color information
#8A5E99 (or 0x8A5E99) is known color: Ce Soir. HEX triplet: 8A, 5E and 99. RGB value is (138,94,153). Sum of RGB (Red+Green+Blue) = 138+94+153=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A5E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5E99 is #75A166. Grayscale: #717171. Windows color (decimal): -7709031 or 10051210. OLE color: 10051210.
HSL color Cylindrical-coordinate representation of color #8A5E99: hue angle of 284.75º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8A5E99 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 94 | 153 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.4 |
| HSL | 284.75º | 0.24% | 0.48% | - |
| HSV(B) | 284.75º | 0.39% | 0.6% | - |
| XYZ | 20.23 | 15.71 | 32.1 | - |
| YUV | 113.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 94 | 153 | 0.10 | 0.39 | 0 | 0.4 | 284.75 | 0.24 | 0.48 |
| Hex | 8A | 5E | 99 | A | 27 | 0 | 28 | 11D | 18 | 30 |
| Octal | 212 | 136 | 231 | 12 | 47 | 0 | 50 | 435 | 30 | 60 |
| Binary | 10001010 | 1011110 | 10011001 | 1010 | 100111 | 0 | 101000 | 100011101 | 11000 | 110000 |
Color Harmonies of #8A5E99
Complementary color
Monochromatic Colors of #8A5E99
Black with #8A5E99
Text Example
Text Example
White with #8A5E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5E99; }
p { color: rgb(138,94,153); }
H1.HeaderClassName
{
color: #8A5E99;
}
.AnyTagClassName
{
color: #8A5E99;
}
</style>
background-color css
<style>
a { background-color: #8A5E99; }
a { background-color: rgb(138,94,153); }
div.DivClassName
{
background-color: #8A5E99;
}
.BgClassName
{
background-color: #8A5E99;
}
</style>
border-color css
<style>
span { border-color: #8A5E99; }
span { border-color: rgb(138,94,153); }
td.TdClassName
{
border-color: #8A5E99;
}
.TagClassName
{
border-color: #8A5E99;
}
</style>