Shades of Ce Soir #8A7699
Tints of Ce Soir #8A7699
RGB
CMYK
RGB Variations
Color information
#8A7699 (or 0x8A7699) is known color: Ce Soir. HEX triplet: 8A, 76 and 99. RGB value is (138,118,153). Sum of RGB (Red+Green+Blue) = 138+118+153=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7699 is #758966. Grayscale: #7F7F7F. Windows color (decimal): -7702887 or 10057354. OLE color: 10057354.
HSL color Cylindrical-coordinate representation of color #8A7699: hue angle of 274.29º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A7699 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 118 | 153 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.4 |
| HSL | 274.29º | 0.15% | 0.53% | - |
| HSV(B) | 274.29º | 0.23% | 0.6% | - |
| XYZ | 22.71 | 20.66 | 32.93 | - |
| YUV | 127.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 118 | 153 | 0.10 | 0.23 | 0 | 0.4 | 274.29 | 0.15 | 0.53 |
| Hex | 8A | 76 | 99 | A | 17 | 0 | 28 | 112 | F | 35 |
| Octal | 212 | 166 | 231 | 12 | 27 | 0 | 50 | 422 | 17 | 65 |
| Binary | 10001010 | 1110110 | 10011001 | 1010 | 10111 | 0 | 101000 | 100010010 | 1111 | 110101 |
Color Harmonies of #8A7699
Complementary color
Monochromatic Colors of #8A7699
Black with #8A7699
Text Example
Text Example
White with #8A7699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7699; }
p { color: rgb(138,118,153); }
H1.HeaderClassName
{
color: #8A7699;
}
.AnyTagClassName
{
color: #8A7699;
}
</style>
background-color css
<style>
a { background-color: #8A7699; }
a { background-color: rgb(138,118,153); }
div.DivClassName
{
background-color: #8A7699;
}
.BgClassName
{
background-color: #8A7699;
}
</style>
border-color css
<style>
span { border-color: #8A7699; }
span { border-color: rgb(138,118,153); }
td.TdClassName
{
border-color: #8A7699;
}
.TagClassName
{
border-color: #8A7699;
}
</style>