Shades of Amethyst Smoke #8D8299
Tints of Amethyst Smoke #8D8299
RGB
CMYK
RGB Variations
Color information
#8D8299 (or 0x8D8299) is known color: Amethyst Smoke. HEX triplet: 8D, 82 and 99. RGB value is (141,130,153). Sum of RGB (Red+Green+Blue) = 141+130+153=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D8299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8299 is #727D66. Grayscale: #878787. Windows color (decimal): -7503207 or 10060429. OLE color: 10060429.
HSL color Cylindrical-coordinate representation of color #8D8299: hue angle of 268.7º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D8299 is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 130 | 153 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.4 |
| HSL | 268.7º | 0.1% | 0.55% | - |
| HSV(B) | 268.7º | 0.15% | 0.6% | - |
| XYZ | 24.72 | 23.93 | 33.45 | - |
| YUV | 135.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 153 | 0.08 | 0.15 | 0 | 0.4 | 268.7 | 0.1 | 0.55 |
| Hex | 8D | 82 | 99 | 8 | F | 0 | 28 | 10D | A | 37 |
| Octal | 215 | 202 | 231 | 10 | 17 | 0 | 50 | 415 | 12 | 67 |
| Binary | 10001101 | 10000010 | 10011001 | 1000 | 1111 | 0 | 101000 | 100001101 | 1010 | 110111 |
Color Harmonies of #8D8299
Complementary color
Monochromatic Colors of #8D8299
Black with #8D8299
Text Example
Text Example
White with #8D8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8299; }
p { color: rgb(141,130,153); }
H1.HeaderClassName
{
color: #8D8299;
}
.AnyTagClassName
{
color: #8D8299;
}
</style>
background-color css
<style>
a { background-color: #8D8299; }
a { background-color: rgb(141,130,153); }
div.DivClassName
{
background-color: #8D8299;
}
.BgClassName
{
background-color: #8D8299;
}
</style>
border-color css
<style>
span { border-color: #8D8299; }
span { border-color: rgb(141,130,153); }
td.TdClassName
{
border-color: #8D8299;
}
.TagClassName
{
border-color: #8D8299;
}
</style>