Shades of Amethyst Smoke #9E91A4
Tints of Amethyst Smoke #9E91A4
RGB
CMYK
RGB Variations
Color information
#9E91A4 (or 0x9E91A4) is known color: Amethyst Smoke. HEX triplet: 9E, 91 and A4. RGB value is (158,145,164). Sum of RGB (Red+Green+Blue) = 158+145+164=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E91A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E91A4 is #616E5B. Grayscale: #969696. Windows color (decimal): -6385244 or 10785182. OLE color: 10785182.
HSL color Cylindrical-coordinate representation of color #9E91A4: hue angle of 281.05º 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 #9E91A4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 145 | 164 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.36 |
| HSL | 281.05º | 0.09% | 0.61% | - |
| HSV(B) | 281.05º | 0.12% | 0.64% | - |
| XYZ | 30.93 | 30.2 | 39.32 | - |
| YUV | 151.05 | 135.31 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 145 | 164 | 0.04 | 0.12 | 0 | 0.36 | 281.05 | 0.09 | 0.61 |
| Hex | 9E | 91 | A4 | 4 | C | 0 | 24 | 119 | 9 | 3D |
| Octal | 236 | 221 | 244 | 4 | 14 | 0 | 44 | 431 | 11 | 75 |
| Binary | 10011110 | 10010001 | 10100100 | 100 | 1100 | 0 | 100100 | 100011001 | 1001 | 111101 |
Color Harmonies of #9E91A4
Complementary color
Monochromatic Colors of #9E91A4
Black with #9E91A4
Text Example
Text Example
White with #9E91A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E91A4; }
p { color: rgb(158,145,164); }
H1.HeaderClassName
{
color: #9E91A4;
}
.AnyTagClassName
{
color: #9E91A4;
}
</style>
background-color css
<style>
a { background-color: #9E91A4; }
a { background-color: rgb(158,145,164); }
div.DivClassName
{
background-color: #9E91A4;
}
.BgClassName
{
background-color: #9E91A4;
}
</style>
border-color css
<style>
span { border-color: #9E91A4; }
span { border-color: rgb(158,145,164); }
td.TdClassName
{
border-color: #9E91A4;
}
.TagClassName
{
border-color: #9E91A4;
}
</style>