Shades of Amethyst Smoke #998FA4
Tints of Amethyst Smoke #998FA4
RGB
CMYK
RGB Variations
Color information
#998FA4 (or 0x998FA4) is known color: Amethyst Smoke. HEX triplet: 99, 8F and A4. RGB value is (153,143,164). Sum of RGB (Red+Green+Blue) = 153+143+164=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 164 - color contains mainly: blue. Hex color #998FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998FA4 is #66705B. Grayscale: #949494. Windows color (decimal): -6713436 or 10784665. OLE color: 10784665.
HSL color Cylindrical-coordinate representation of color #998FA4: hue angle of 268.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #998FA4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 143 | 164 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.36 |
| HSL | 268.57º | 0.1% | 0.6% | - |
| HSV(B) | 268.57º | 0.13% | 0.64% | - |
| XYZ | 29.66 | 29.1 | 39.18 | - |
| YUV | 148.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 164 | 0.07 | 0.13 | 0 | 0.36 | 268.57 | 0.1 | 0.6 |
| Hex | 99 | 8F | A4 | 7 | D | 0 | 24 | 10D | A | 3C |
| Octal | 231 | 217 | 244 | 7 | 15 | 0 | 44 | 415 | 12 | 74 |
| Binary | 10011001 | 10001111 | 10100100 | 111 | 1101 | 0 | 100100 | 100001101 | 1010 | 111100 |
Color Harmonies of #998FA4
Complementary color
Monochromatic Colors of #998FA4
Black with #998FA4
Text Example
Text Example
White with #998FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998FA4; }
p { color: rgb(153,143,164); }
H1.HeaderClassName
{
color: #998FA4;
}
.AnyTagClassName
{
color: #998FA4;
}
</style>
background-color css
<style>
a { background-color: #998FA4; }
a { background-color: rgb(153,143,164); }
div.DivClassName
{
background-color: #998FA4;
}
.BgClassName
{
background-color: #998FA4;
}
</style>
border-color css
<style>
span { border-color: #998FA4; }
span { border-color: rgb(153,143,164); }
td.TdClassName
{
border-color: #998FA4;
}
.TagClassName
{
border-color: #998FA4;
}
</style>