Shades of Amethyst Smoke #998CA0
Tints of Amethyst Smoke #998CA0
RGB
CMYK
RGB Variations
Color information
#998CA0 (or 0x998CA0) is known color: Amethyst Smoke. HEX triplet: 99, 8C and A0. RGB value is (153,140,160). Sum of RGB (Red+Green+Blue) = 153+140+160=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 160 - color contains mainly: blue. Hex color #998CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998CA0 is #66735F. Grayscale: #929292. Windows color (decimal): -6714208 or 10521753. OLE color: 10521753.
HSL color Cylindrical-coordinate representation of color #998CA0: hue angle of 279º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998CA0 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 140 | 160 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.37 |
| HSL | 279º | 0.1% | 0.59% | - |
| HSV(B) | 279º | 0.13% | 0.63% | - |
| XYZ | 28.86 | 28.07 | 37.15 | - |
| YUV | 146.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 160 | 0.04 | 0.12 | 0 | 0.37 | 279 | 0.1 | 0.59 |
| Hex | 99 | 8C | A0 | 4 | C | 0 | 25 | 117 | A | 3B |
| Octal | 231 | 214 | 240 | 4 | 14 | 0 | 45 | 427 | 12 | 73 |
| Binary | 10011001 | 10001100 | 10100000 | 100 | 1100 | 0 | 100101 | 100010111 | 1010 | 111011 |
Color Harmonies of #998CA0
Complementary color
Monochromatic Colors of #998CA0
Black with #998CA0
Text Example
Text Example
White with #998CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998CA0; }
p { color: rgb(153,140,160); }
H1.HeaderClassName
{
color: #998CA0;
}
.AnyTagClassName
{
color: #998CA0;
}
</style>
background-color css
<style>
a { background-color: #998CA0; }
a { background-color: rgb(153,140,160); }
div.DivClassName
{
background-color: #998CA0;
}
.BgClassName
{
background-color: #998CA0;
}
</style>
border-color css
<style>
span { border-color: #998CA0; }
span { border-color: rgb(153,140,160); }
td.TdClassName
{
border-color: #998CA0;
}
.TagClassName
{
border-color: #998CA0;
}
</style>