Shades of Amethyst Smoke #9E79A4
Tints of Amethyst Smoke #9E79A4
RGB
CMYK
RGB Variations
Color information
#9E79A4 (or 0x9E79A4) is known color: Amethyst Smoke. HEX triplet: 9E, 79 and A4. RGB value is (158,121,164). Sum of RGB (Red+Green+Blue) = 158+121+164=443 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.67% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #9E79A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E79A4 is #61865B. Grayscale: #888888. Windows color (decimal): -6391388 or 10779038. OLE color: 10779038.
HSL color Cylindrical-coordinate representation of color #9E79A4: hue angle of 291.63º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E79A4 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 158 | 121 | 164 | - |
| CMYK | 0.04 | 0.26 | 0 | 0.36 |
| HSL | 291.63º | 0.19% | 0.56% | - |
| HSV(B) | 291.63º | 0.26% | 0.64% | - |
| XYZ | 27.64 | 23.62 | 38.23 | - |
| YUV | 136.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 164 | 0.04 | 0.26 | 0 | 0.36 | 291.63 | 0.19 | 0.56 |
| Hex | 9E | 79 | A4 | 4 | 1A | 0 | 24 | 124 | 13 | 38 |
| Octal | 236 | 171 | 244 | 4 | 32 | 0 | 44 | 444 | 23 | 70 |
| Binary | 10011110 | 1111001 | 10100100 | 100 | 11010 | 0 | 100100 | 100100100 | 10011 | 111000 |
Color Harmonies of #9E79A4
Complementary color
Monochromatic Colors of #9E79A4
Black with #9E79A4
Text Example
Text Example
White with #9E79A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E79A4; }
p { color: rgb(158,121,164); }
H1.HeaderClassName
{
color: #9E79A4;
}
.AnyTagClassName
{
color: #9E79A4;
}
</style>
background-color css
<style>
a { background-color: #9E79A4; }
a { background-color: rgb(158,121,164); }
div.DivClassName
{
background-color: #9E79A4;
}
.BgClassName
{
background-color: #9E79A4;
}
</style>
border-color css
<style>
span { border-color: #9E79A4; }
span { border-color: rgb(158,121,164); }
td.TdClassName
{
border-color: #9E79A4;
}
.TagClassName
{
border-color: #9E79A4;
}
</style>