Shades of Amethyst Smoke #9F91A4
Tints of Amethyst Smoke #9F91A4
RGB
CMYK
RGB Variations
Color information
#9F91A4 (or 0x9F91A4) is known color: Amethyst Smoke. HEX triplet: 9F, 91 and A4. RGB value is (159,145,164). Sum of RGB (Red+Green+Blue) = 159+145+164=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 164 - color contains mainly: blue. Hex color #9F91A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F91A4 is #606E5B. Grayscale: #979797. Windows color (decimal): -6319708 or 10785183. OLE color: 10785183.
HSL color Cylindrical-coordinate representation of color #9F91A4: hue angle of 284.21º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9F91A4 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 159 | 145 | 164 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.36 |
| HSL | 284.21º | 0.09% | 0.61% | - |
| HSV(B) | 284.21º | 0.12% | 0.64% | - |
| XYZ | 31.12 | 30.3 | 39.33 | - |
| YUV | 151.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 164 | 0.03 | 0.12 | 0 | 0.36 | 284.21 | 0.09 | 0.61 |
| Hex | 9F | 91 | A4 | 3 | C | 0 | 24 | 11C | 9 | 3D |
| Octal | 237 | 221 | 244 | 3 | 14 | 0 | 44 | 434 | 11 | 75 |
| Binary | 10011111 | 10010001 | 10100100 | 11 | 1100 | 0 | 100100 | 100011100 | 1001 | 111101 |
Color Harmonies of #9F91A4
Complementary color
Monochromatic Colors of #9F91A4
Black with #9F91A4
Text Example
Text Example
White with #9F91A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F91A4; }
p { color: rgb(159,145,164); }
H1.HeaderClassName
{
color: #9F91A4;
}
.AnyTagClassName
{
color: #9F91A4;
}
</style>
background-color css
<style>
a { background-color: #9F91A4; }
a { background-color: rgb(159,145,164); }
div.DivClassName
{
background-color: #9F91A4;
}
.BgClassName
{
background-color: #9F91A4;
}
</style>
border-color css
<style>
span { border-color: #9F91A4; }
span { border-color: rgb(159,145,164); }
td.TdClassName
{
border-color: #9F91A4;
}
.TagClassName
{
border-color: #9F91A4;
}
</style>