Shades of Amethyst Smoke #9D90A4
Tints of Amethyst Smoke #9D90A4
RGB
CMYK
RGB Variations
Color information
#9D90A4 (or 0x9D90A4) is known color: Amethyst Smoke. HEX triplet: 9D, 90 and A4. RGB value is (157,144,164). Sum of RGB (Red+Green+Blue) = 157+144+164=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D90A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D90A4 is #626F5B. Grayscale: #969696. Windows color (decimal): -6451036 or 10784925. OLE color: 10784925.
HSL color Cylindrical-coordinate representation of color #9D90A4: hue angle of 279º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9D90A4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 144 | 164 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.36 |
| HSL | 279º | 0.1% | 0.6% | - |
| HSV(B) | 279º | 0.12% | 0.64% | - |
| XYZ | 30.58 | 29.79 | 39.26 | - |
| YUV | 150.17 | 135.81 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 164 | 0.04 | 0.12 | 0 | 0.36 | 279 | 0.1 | 0.6 |
| Hex | 9D | 90 | A4 | 4 | C | 0 | 24 | 117 | A | 3C |
| Octal | 235 | 220 | 244 | 4 | 14 | 0 | 44 | 427 | 12 | 74 |
| Binary | 10011101 | 10010000 | 10100100 | 100 | 1100 | 0 | 100100 | 100010111 | 1010 | 111100 |
Color Harmonies of #9D90A4
Complementary color
Monochromatic Colors of #9D90A4
Black with #9D90A4
Text Example
Text Example
White with #9D90A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90A4; }
p { color: rgb(157,144,164); }
H1.HeaderClassName
{
color: #9D90A4;
}
.AnyTagClassName
{
color: #9D90A4;
}
</style>
background-color css
<style>
a { background-color: #9D90A4; }
a { background-color: rgb(157,144,164); }
div.DivClassName
{
background-color: #9D90A4;
}
.BgClassName
{
background-color: #9D90A4;
}
</style>
border-color css
<style>
span { border-color: #9D90A4; }
span { border-color: rgb(157,144,164); }
td.TdClassName
{
border-color: #9D90A4;
}
.TagClassName
{
border-color: #9D90A4;
}
</style>