Shades of Amethyst Smoke #9A809F
Tints of Amethyst Smoke #9A809F
RGB
CMYK
RGB Variations
Color information
#9A809F (or 0x9A809F) is known color: Amethyst Smoke. HEX triplet: 9A, 80 and 9F. RGB value is (154,128,159). Sum of RGB (Red+Green+Blue) = 154+128+159=441 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.92% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A809F is #657F60. Grayscale: #8B8B8B. Windows color (decimal): -6651745 or 10453146. OLE color: 10453146.
HSL color Cylindrical-coordinate representation of color #9A809F: hue angle of 290.32º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9A809F is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 128 | 159 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.38 |
| HSL | 290.32º | 0.14% | 0.56% | - |
| HSV(B) | 290.32º | 0.19% | 0.62% | - |
| XYZ | 27.3 | 24.81 | 36.15 | - |
| YUV | 139.31 | 139.11 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 128 | 159 | 0.03 | 0.19 | 0 | 0.38 | 290.32 | 0.14 | 0.56 |
| Hex | 9A | 80 | 9F | 3 | 13 | 0 | 26 | 122 | E | 38 |
| Octal | 232 | 200 | 237 | 3 | 23 | 0 | 46 | 442 | 16 | 70 |
| Binary | 10011010 | 10000000 | 10011111 | 11 | 10011 | 0 | 100110 | 100100010 | 1110 | 111000 |
Color Harmonies of #9A809F
Complementary color
Monochromatic Colors of #9A809F
Black with #9A809F
Text Example
Text Example
White with #9A809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A809F; }
p { color: rgb(154,128,159); }
H1.HeaderClassName
{
color: #9A809F;
}
.AnyTagClassName
{
color: #9A809F;
}
</style>
background-color css
<style>
a { background-color: #9A809F; }
a { background-color: rgb(154,128,159); }
div.DivClassName
{
background-color: #9A809F;
}
.BgClassName
{
background-color: #9A809F;
}
</style>
border-color css
<style>
span { border-color: #9A809F; }
span { border-color: rgb(154,128,159); }
td.TdClassName
{
border-color: #9A809F;
}
.TagClassName
{
border-color: #9A809F;
}
</style>