Shades of Amethyst Smoke #998AA3
Tints of Amethyst Smoke #998AA3
RGB
CMYK
RGB Variations
Color information
#998AA3 (or 0x998AA3) is known color: Amethyst Smoke. HEX triplet: 99, 8A and A3. RGB value is (153,138,163). Sum of RGB (Red+Green+Blue) = 153+138+163=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 163 - color contains mainly: blue. Hex color #998AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998AA3 is #66755C. Grayscale: #919191. Windows color (decimal): -6714717 or 10717849. OLE color: 10717849.
HSL color Cylindrical-coordinate representation of color #998AA3: hue angle of 276º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #998AA3 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 138 | 163 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.36 |
| HSL | 276º | 0.12% | 0.59% | - |
| HSV(B) | 276º | 0.15% | 0.64% | - |
| XYZ | 28.84 | 27.59 | 38.46 | - |
| YUV | 145.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 138 | 163 | 0.06 | 0.15 | 0 | 0.36 | 276 | 0.12 | 0.59 |
| Hex | 99 | 8A | A3 | 6 | F | 0 | 24 | 114 | C | 3B |
| Octal | 231 | 212 | 243 | 6 | 17 | 0 | 44 | 424 | 14 | 73 |
| Binary | 10011001 | 10001010 | 10100011 | 110 | 1111 | 0 | 100100 | 100010100 | 1100 | 111011 |
Color Harmonies of #998AA3
Complementary color
Monochromatic Colors of #998AA3
Black with #998AA3
Text Example
Text Example
White with #998AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998AA3; }
p { color: rgb(153,138,163); }
H1.HeaderClassName
{
color: #998AA3;
}
.AnyTagClassName
{
color: #998AA3;
}
</style>
background-color css
<style>
a { background-color: #998AA3; }
a { background-color: rgb(153,138,163); }
div.DivClassName
{
background-color: #998AA3;
}
.BgClassName
{
background-color: #998AA3;
}
</style>
border-color css
<style>
span { border-color: #998AA3; }
span { border-color: rgb(153,138,163); }
td.TdClassName
{
border-color: #998AA3;
}
.TagClassName
{
border-color: #998AA3;
}
</style>