Shades of Amethyst Smoke #9F8DA4
Tints of Amethyst Smoke #9F8DA4
RGB
CMYK
RGB Variations
Color information
#9F8DA4 (or 0x9F8DA4) is known color: Amethyst Smoke. HEX triplet: 9F, 8D and A4. RGB value is (159,141,164). Sum of RGB (Red+Green+Blue) = 159+141+164=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F8DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8DA4 is #60725B. Grayscale: #949494. Windows color (decimal): -6320732 or 10784159. OLE color: 10784159.
HSL color Cylindrical-coordinate representation of color #9F8DA4: hue angle of 286.96º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F8DA4 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 141 | 164 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.36 |
| HSL | 286.96º | 0.11% | 0.6% | - |
| HSV(B) | 286.96º | 0.14% | 0.64% | - |
| XYZ | 30.52 | 29.1 | 39.13 | - |
| YUV | 149 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 164 | 0.03 | 0.14 | 0 | 0.36 | 286.96 | 0.11 | 0.6 |
| Hex | 9F | 8D | A4 | 3 | E | 0 | 24 | 11F | B | 3C |
| Octal | 237 | 215 | 244 | 3 | 16 | 0 | 44 | 437 | 13 | 74 |
| Binary | 10011111 | 10001101 | 10100100 | 11 | 1110 | 0 | 100100 | 100011111 | 1011 | 111100 |
Color Harmonies of #9F8DA4
Complementary color
Monochromatic Colors of #9F8DA4
Black with #9F8DA4
Text Example
Text Example
White with #9F8DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8DA4; }
p { color: rgb(159,141,164); }
H1.HeaderClassName
{
color: #9F8DA4;
}
.AnyTagClassName
{
color: #9F8DA4;
}
</style>
background-color css
<style>
a { background-color: #9F8DA4; }
a { background-color: rgb(159,141,164); }
div.DivClassName
{
background-color: #9F8DA4;
}
.BgClassName
{
background-color: #9F8DA4;
}
</style>
border-color css
<style>
span { border-color: #9F8DA4; }
span { border-color: rgb(159,141,164); }
td.TdClassName
{
border-color: #9F8DA4;
}
.TagClassName
{
border-color: #9F8DA4;
}
</style>