Shades of Amethyst Smoke #9A819F
Tints of Amethyst Smoke #9A819F
RGB
CMYK
RGB Variations
Color information
#9A819F (or 0x9A819F) is known color: Amethyst Smoke. HEX triplet: 9A, 81 and 9F. RGB value is (154,129,159). Sum of RGB (Red+Green+Blue) = 154+129+159=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 159 - color contains mainly: blue. Hex color #9A819F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A819F is #657E60. Grayscale: #8B8B8B. Windows color (decimal): -6651489 or 10453402. OLE color: 10453402.
HSL color Cylindrical-coordinate representation of color #9A819F: hue angle of 290º 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 #9A819F is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 129 | 159 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.38 |
| HSL | 290º | 0.14% | 0.56% | - |
| HSV(B) | 290º | 0.19% | 0.62% | - |
| XYZ | 27.43 | 25.07 | 36.19 | - |
| YUV | 139.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 129 | 159 | 0.03 | 0.19 | 0 | 0.38 | 290 | 0.14 | 0.56 |
| Hex | 9A | 81 | 9F | 3 | 13 | 0 | 26 | 122 | E | 38 |
| Octal | 232 | 201 | 237 | 3 | 23 | 0 | 46 | 442 | 16 | 70 |
| Binary | 10011010 | 10000001 | 10011111 | 11 | 10011 | 0 | 100110 | 100100010 | 1110 | 111000 |
Color Harmonies of #9A819F
Complementary color
Monochromatic Colors of #9A819F
Black with #9A819F
Text Example
Text Example
White with #9A819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A819F; }
p { color: rgb(154,129,159); }
H1.HeaderClassName
{
color: #9A819F;
}
.AnyTagClassName
{
color: #9A819F;
}
</style>
background-color css
<style>
a { background-color: #9A819F; }
a { background-color: rgb(154,129,159); }
div.DivClassName
{
background-color: #9A819F;
}
.BgClassName
{
background-color: #9A819F;
}
</style>
border-color css
<style>
span { border-color: #9A819F; }
span { border-color: rgb(154,129,159); }
td.TdClassName
{
border-color: #9A819F;
}
.TagClassName
{
border-color: #9A819F;
}
</style>