Shades of Amethyst Smoke #998C9F
Tints of Amethyst Smoke #998C9F
RGB
CMYK
RGB Variations
Color information
#998C9F (or 0x998C9F) is known color: Amethyst Smoke. HEX triplet: 99, 8C and 9F. RGB value is (153,140,159). Sum of RGB (Red+Green+Blue) = 153+140+159=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 159 - color contains mainly: blue. Hex color #998C9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C9F is #667360. Grayscale: #919191. Windows color (decimal): -6714209 or 10456217. OLE color: 10456217.
HSL color Cylindrical-coordinate representation of color #998C9F: hue angle of 281.05º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998C9F is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 153 | 140 | 159 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.38 |
| HSL | 281.05º | 0.09% | 0.59% | - |
| HSV(B) | 281.05º | 0.12% | 0.62% | - |
| XYZ | 28.77 | 28.03 | 36.7 | - |
| YUV | 146.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 159 | 0.04 | 0.12 | 0 | 0.38 | 281.05 | 0.09 | 0.59 |
| Hex | 99 | 8C | 9F | 4 | C | 0 | 26 | 119 | 9 | 3B |
| Octal | 231 | 214 | 237 | 4 | 14 | 0 | 46 | 431 | 11 | 73 |
| Binary | 10011001 | 10001100 | 10011111 | 100 | 1100 | 0 | 100110 | 100011001 | 1001 | 111011 |
Color Harmonies of #998C9F
Complementary color
Monochromatic Colors of #998C9F
Black with #998C9F
Text Example
Text Example
White with #998C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C9F; }
p { color: rgb(153,140,159); }
H1.HeaderClassName
{
color: #998C9F;
}
.AnyTagClassName
{
color: #998C9F;
}
</style>
background-color css
<style>
a { background-color: #998C9F; }
a { background-color: rgb(153,140,159); }
div.DivClassName
{
background-color: #998C9F;
}
.BgClassName
{
background-color: #998C9F;
}
</style>
border-color css
<style>
span { border-color: #998C9F; }
span { border-color: rgb(153,140,159); }
td.TdClassName
{
border-color: #998C9F;
}
.TagClassName
{
border-color: #998C9F;
}
</style>