Shades of Amethyst Smoke #9D819D
Tints of Amethyst Smoke #9D819D
RGB
CMYK
RGB Variations
Color information
#9D819D (or 0x9D819D) is known color: Amethyst Smoke. HEX triplet: 9D, 81 and 9D. RGB value is (157,129,157). Sum of RGB (Red+Green+Blue) = 157+129+157=443 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.44% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D819D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D819D is #627E62. Grayscale: #8C8C8C. Windows color (decimal): -6454883 or 10322333. OLE color: 10322333.
HSL color Cylindrical-coordinate representation of color #9D819D: hue angle of 300º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9D819D is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 129 | 157 | - |
| CMYK | 0 | 0.18 | 0 | 0.38 |
| HSL | 300º | 0.13% | 0.56% | - |
| HSV(B) | 300º | 0.18% | 0.62% | - |
| XYZ | 27.84 | 25.3 | 35.31 | - |
| YUV | 140.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 129 | 157 | 0 | 0.18 | 0 | 0.38 | 300 | 0.13 | 0.56 |
| Hex | 9D | 81 | 9D | 0 | 12 | 0 | 26 | 12C | C | 38 |
| Octal | 235 | 201 | 235 | 0 | 22 | 0 | 46 | 454 | 14 | 70 |
| Binary | 10011101 | 10000001 | 10011101 | 0 | 10010 | 0 | 100110 | 100101100 | 1100 | 111000 |
Color Harmonies of #9D819D
Complementary color
Monochromatic Colors of #9D819D
Black with #9D819D
Text Example
Text Example
White with #9D819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D819D; }
p { color: rgb(157,129,157); }
H1.HeaderClassName
{
color: #9D819D;
}
.AnyTagClassName
{
color: #9D819D;
}
</style>
background-color css
<style>
a { background-color: #9D819D; }
a { background-color: rgb(157,129,157); }
div.DivClassName
{
background-color: #9D819D;
}
.BgClassName
{
background-color: #9D819D;
}
</style>
border-color css
<style>
span { border-color: #9D819D; }
span { border-color: rgb(157,129,157); }
td.TdClassName
{
border-color: #9D819D;
}
.TagClassName
{
border-color: #9D819D;
}
</style>