Shades of Amethyst Smoke #998BA8
Tints of Amethyst Smoke #998BA8
RGB
CMYK
RGB Variations
Color information
#998BA8 (or 0x998BA8) is known color: Amethyst Smoke. HEX triplet: 99, 8B and A8. RGB value is (153,139,168). Sum of RGB (Red+Green+Blue) = 153+139+168=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 168 - color contains mainly: blue. Hex color #998BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998BA8 is #667457. Grayscale: #929292. Windows color (decimal): -6714456 or 11045785. OLE color: 11045785.
HSL color Cylindrical-coordinate representation of color #998BA8: hue angle of 268.97º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #998BA8 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 153 | 139 | 168 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.34 |
| HSL | 268.97º | 0.14% | 0.6% | - |
| HSV(B) | 268.97º | 0.17% | 0.66% | - |
| XYZ | 29.44 | 28.06 | 40.91 | - |
| YUV | 146.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 168 | 0.09 | 0.17 | 0 | 0.34 | 268.97 | 0.14 | 0.6 |
| Hex | 99 | 8B | A8 | 9 | 11 | 0 | 22 | 10D | E | 3C |
| Octal | 231 | 213 | 250 | 11 | 21 | 0 | 42 | 415 | 16 | 74 |
| Binary | 10011001 | 10001011 | 10101000 | 1001 | 10001 | 0 | 100010 | 100001101 | 1110 | 111100 |
Color Harmonies of #998BA8
Complementary color
Monochromatic Colors of #998BA8
Black with #998BA8
Text Example
Text Example
White with #998BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998BA8; }
p { color: rgb(153,139,168); }
H1.HeaderClassName
{
color: #998BA8;
}
.AnyTagClassName
{
color: #998BA8;
}
</style>
background-color css
<style>
a { background-color: #998BA8; }
a { background-color: rgb(153,139,168); }
div.DivClassName
{
background-color: #998BA8;
}
.BgClassName
{
background-color: #998BA8;
}
</style>
border-color css
<style>
span { border-color: #998BA8; }
span { border-color: rgb(153,139,168); }
td.TdClassName
{
border-color: #998BA8;
}
.TagClassName
{
border-color: #998BA8;
}
</style>