Shades of Amethyst Smoke #9981AA
Tints of Amethyst Smoke #9981AA
RGB
CMYK
RGB Variations
Color information
#9981AA (or 0x9981AA) is known color: Amethyst Smoke. HEX triplet: 99, 81 and AA. RGB value is (153,129,170). Sum of RGB (Red+Green+Blue) = 153+129+170=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9981AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9981AA is #667E55. Grayscale: #8C8C8C. Windows color (decimal): -6717014 or 11174297. OLE color: 11174297.
HSL color Cylindrical-coordinate representation of color #9981AA: hue angle of 275.12º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9981AA is Cyan = 0.1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 129 | 170 | - |
| CMYK | 0.1 | 0.24 | 0 | 0.33 |
| HSL | 275.12º | 0.19% | 0.59% | - |
| HSV(B) | 275.12º | 0.24% | 0.67% | - |
| XYZ | 28.24 | 25.38 | 41.44 | - |
| YUV | 140.85 | 144.45 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 170 | 0.1 | 0.24 | 0 | 0.33 | 275.12 | 0.19 | 0.59 |
| Hex | 99 | 81 | AA | A | 18 | 0 | 21 | 113 | 13 | 3B |
| Octal | 231 | 201 | 252 | 12 | 30 | 0 | 41 | 423 | 23 | 73 |
| Binary | 10011001 | 10000001 | 10101010 | 1010 | 11000 | 0 | 100001 | 100010011 | 10011 | 111011 |
Color Harmonies of #9981AA
Complementary color
Monochromatic Colors of #9981AA
Black with #9981AA
Text Example
Text Example
White with #9981AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9981AA; }
p { color: rgb(153,129,170); }
H1.HeaderClassName
{
color: #9981AA;
}
.AnyTagClassName
{
color: #9981AA;
}
</style>
background-color css
<style>
a { background-color: #9981AA; }
a { background-color: rgb(153,129,170); }
div.DivClassName
{
background-color: #9981AA;
}
.BgClassName
{
background-color: #9981AA;
}
</style>
border-color css
<style>
span { border-color: #9981AA; }
span { border-color: rgb(153,129,170); }
td.TdClassName
{
border-color: #9981AA;
}
.TagClassName
{
border-color: #9981AA;
}
</style>