Shades of Amethyst Smoke #998AA1
Tints of Amethyst Smoke #998AA1
RGB
CMYK
RGB Variations
Color information
#998AA1 (or 0x998AA1) is known color: Amethyst Smoke. HEX triplet: 99, 8A and A1. RGB value is (153,138,161). Sum of RGB (Red+Green+Blue) = 153+138+161=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 138 (54.30% from 255 or 30.53% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 161 - color contains mainly: blue. Hex color #998AA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AA1 is #66755E. Grayscale: #919191. Windows color (decimal): -6714719 or 10586777. OLE color: 10586777.
HSL color Cylindrical-coordinate representation of color #998AA1: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998AA1 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 138 | 161 | - |
| CMYK | 0.05 | 0.14 | 0 | 0.37 |
| HSL | 279.13º | 0.11% | 0.59% | - |
| HSV(B) | 279.13º | 0.14% | 0.63% | - |
| XYZ | 28.66 | 27.52 | 37.52 | - |
| YUV | 145.11 | 136.97 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 161 | 0.05 | 0.14 | 0 | 0.37 | 279.13 | 0.11 | 0.59 |
| Hex | 99 | 8A | A1 | 5 | E | 0 | 25 | 117 | B | 3B |
| Octal | 231 | 212 | 241 | 5 | 16 | 0 | 45 | 427 | 13 | 73 |
| Binary | 10011001 | 10001010 | 10100001 | 101 | 1110 | 0 | 100101 | 100010111 | 1011 | 111011 |
Color Harmonies of #998AA1
Complementary color
Monochromatic Colors of #998AA1
Black with #998AA1
Text Example
Text Example
White with #998AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AA1; }
p { color: rgb(153,138,161); }
H1.HeaderClassName
{
color: #998AA1;
}
.AnyTagClassName
{
color: #998AA1;
}
</style>
background-color css
<style>
a { background-color: #998AA1; }
a { background-color: rgb(153,138,161); }
div.DivClassName
{
background-color: #998AA1;
}
.BgClassName
{
background-color: #998AA1;
}
</style>
border-color css
<style>
span { border-color: #998AA1; }
span { border-color: rgb(153,138,161); }
td.TdClassName
{
border-color: #998AA1;
}
.TagClassName
{
border-color: #998AA1;
}
</style>