Shades of Amethyst Smoke #9985AA
Tints of Amethyst Smoke #9985AA
RGB
CMYK
RGB Variations
Color information
#9985AA (or 0x9985AA) is known color: Amethyst Smoke. HEX triplet: 99, 85 and AA. RGB value is (153,133,170). Sum of RGB (Red+Green+Blue) = 153+133+170=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #9985AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9985AA is #667A55. Grayscale: #8F8F8F. Windows color (decimal): -6715990 or 11175321. OLE color: 11175321.
HSL color Cylindrical-coordinate representation of color #9985AA: hue angle of 272.43º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9985AA is Cyan = 0.1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 133 | 170 | - |
| CMYK | 0.1 | 0.22 | 0 | 0.33 |
| HSL | 272.43º | 0.18% | 0.59% | - |
| HSV(B) | 272.43º | 0.22% | 0.67% | - |
| XYZ | 28.78 | 26.45 | 41.62 | - |
| YUV | 143.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 133 | 170 | 0.1 | 0.22 | 0 | 0.33 | 272.43 | 0.18 | 0.59 |
| Hex | 99 | 85 | AA | A | 16 | 0 | 21 | 110 | 12 | 3B |
| Octal | 231 | 205 | 252 | 12 | 26 | 0 | 41 | 420 | 22 | 73 |
| Binary | 10011001 | 10000101 | 10101010 | 1010 | 10110 | 0 | 100001 | 100010000 | 10010 | 111011 |
Color Harmonies of #9985AA
Complementary color
Monochromatic Colors of #9985AA
Black with #9985AA
Text Example
Text Example
White with #9985AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9985AA; }
p { color: rgb(153,133,170); }
H1.HeaderClassName
{
color: #9985AA;
}
.AnyTagClassName
{
color: #9985AA;
}
</style>
background-color css
<style>
a { background-color: #9985AA; }
a { background-color: rgb(153,133,170); }
div.DivClassName
{
background-color: #9985AA;
}
.BgClassName
{
background-color: #9985AA;
}
</style>
border-color css
<style>
span { border-color: #9985AA; }
span { border-color: rgb(153,133,170); }
td.TdClassName
{
border-color: #9985AA;
}
.TagClassName
{
border-color: #9985AA;
}
</style>