Shades of Amethyst Smoke #8D819A
Tints of Amethyst Smoke #8D819A
RGB
CMYK
RGB Variations
Color information
#8D819A (or 0x8D819A) is known color: Amethyst Smoke. HEX triplet: 8D, 81 and 9A. RGB value is (141,129,154). Sum of RGB (Red+Green+Blue) = 141+129+154=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #8D819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D819A is #727E65. Grayscale: #878787. Windows color (decimal): -7503462 or 10125709. OLE color: 10125709.
HSL color Cylindrical-coordinate representation of color #8D819A: hue angle of 268.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8D819A is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 129 | 154 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.40 |
| HSL | 268.8º | 0.11% | 0.55% | - |
| HSV(B) | 268.8º | 0.16% | 0.6% | - |
| XYZ | 24.67 | 23.7 | 33.85 | - |
| YUV | 135.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 129 | 154 | 0.08 | 0.16 | 0 | 0.40 | 268.8 | 0.11 | 0.55 |
| Hex | 8D | 81 | 9A | 8 | 10 | 0 | 28 | 10D | B | 37 |
| Octal | 215 | 201 | 232 | 10 | 20 | 0 | 50 | 415 | 13 | 67 |
| Binary | 10001101 | 10000001 | 10011010 | 1000 | 10000 | 0 | 101000 | 100001101 | 1011 | 110111 |
Color Harmonies of #8D819A
Complementary color
Monochromatic Colors of #8D819A
Black with #8D819A
Text Example
Text Example
White with #8D819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D819A; }
p { color: rgb(141,129,154); }
H1.HeaderClassName
{
color: #8D819A;
}
.AnyTagClassName
{
color: #8D819A;
}
</style>
background-color css
<style>
a { background-color: #8D819A; }
a { background-color: rgb(141,129,154); }
div.DivClassName
{
background-color: #8D819A;
}
.BgClassName
{
background-color: #8D819A;
}
</style>
border-color css
<style>
span { border-color: #8D819A; }
span { border-color: rgb(141,129,154); }
td.TdClassName
{
border-color: #8D819A;
}
.TagClassName
{
border-color: #8D819A;
}
</style>