Shades of Ce Soir #8A7499
Tints of Ce Soir #8A7499
RGB
CMYK
RGB Variations
Color information
#8A7499 (or 0x8A7499) is known color: Ce Soir. HEX triplet: 8A, 74 and 99. RGB value is (138,116,153). Sum of RGB (Red+Green+Blue) = 138+116+153=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7499 is #758B66. Grayscale: #7E7E7E. Windows color (decimal): -7703399 or 10056842. OLE color: 10056842.
HSL color Cylindrical-coordinate representation of color #8A7499: hue angle of 275.68º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8A7499 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 116 | 153 | - |
| CMYK | 0.10 | 0.24 | 0 | 0.4 |
| HSL | 275.68º | 0.15% | 0.53% | - |
| HSV(B) | 275.68º | 0.24% | 0.6% | - |
| XYZ | 22.48 | 20.19 | 32.85 | - |
| YUV | 126.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 153 | 0.10 | 0.24 | 0 | 0.4 | 275.68 | 0.15 | 0.53 |
| Hex | 8A | 74 | 99 | A | 18 | 0 | 28 | 114 | F | 35 |
| Octal | 212 | 164 | 231 | 12 | 30 | 0 | 50 | 424 | 17 | 65 |
| Binary | 10001010 | 1110100 | 10011001 | 1010 | 11000 | 0 | 101000 | 100010100 | 1111 | 110101 |
Color Harmonies of #8A7499
Complementary color
Monochromatic Colors of #8A7499
Black with #8A7499
Text Example
Text Example
White with #8A7499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7499; }
p { color: rgb(138,116,153); }
H1.HeaderClassName
{
color: #8A7499;
}
.AnyTagClassName
{
color: #8A7499;
}
</style>
background-color css
<style>
a { background-color: #8A7499; }
a { background-color: rgb(138,116,153); }
div.DivClassName
{
background-color: #8A7499;
}
.BgClassName
{
background-color: #8A7499;
}
</style>
border-color css
<style>
span { border-color: #8A7499; }
span { border-color: rgb(138,116,153); }
td.TdClassName
{
border-color: #8A7499;
}
.TagClassName
{
border-color: #8A7499;
}
</style>