Shades of Amethyst Smoke #8D7999
Tints of Amethyst Smoke #8D7999
RGB
CMYK
RGB Variations
Color information
#8D7999 (or 0x8D7999) is known color: Amethyst Smoke. HEX triplet: 8D, 79 and 99. RGB value is (141,121,153). Sum of RGB (Red+Green+Blue) = 141+121+153=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D7999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7999 is #728666. Grayscale: #828282. Windows color (decimal): -7505511 or 10058125. OLE color: 10058125.
HSL color Cylindrical-coordinate representation of color #8D7999: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D7999 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 121 | 153 | - |
| CMYK | 0.08 | 0.21 | 0 | 0.4 |
| HSL | 277.5º | 0.14% | 0.54% | - |
| HSV(B) | 277.5º | 0.21% | 0.6% | - |
| XYZ | 23.57 | 21.64 | 33.07 | - |
| YUV | 130.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 153 | 0.08 | 0.21 | 0 | 0.4 | 277.5 | 0.14 | 0.54 |
| Hex | 8D | 79 | 99 | 8 | 15 | 0 | 28 | 116 | E | 36 |
| Octal | 215 | 171 | 231 | 10 | 25 | 0 | 50 | 426 | 16 | 66 |
| Binary | 10001101 | 1111001 | 10011001 | 1000 | 10101 | 0 | 101000 | 100010110 | 1110 | 110110 |
Color Harmonies of #8D7999
Complementary color
Monochromatic Colors of #8D7999
Black with #8D7999
Text Example
Text Example
White with #8D7999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7999; }
p { color: rgb(141,121,153); }
H1.HeaderClassName
{
color: #8D7999;
}
.AnyTagClassName
{
color: #8D7999;
}
</style>
background-color css
<style>
a { background-color: #8D7999; }
a { background-color: rgb(141,121,153); }
div.DivClassName
{
background-color: #8D7999;
}
.BgClassName
{
background-color: #8D7999;
}
</style>
border-color css
<style>
span { border-color: #8D7999; }
span { border-color: rgb(141,121,153); }
td.TdClassName
{
border-color: #8D7999;
}
.TagClassName
{
border-color: #8D7999;
}
</style>