Shades of Amethyst Smoke #9978A0
Tints of Amethyst Smoke #9978A0
RGB
CMYK
RGB Variations
Color information
#9978A0 (or 0x9978A0) is known color: Amethyst Smoke. HEX triplet: 99, 78 and A0. RGB value is (153,120,160). Sum of RGB (Red+Green+Blue) = 153+120+160=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 160 - color contains mainly: blue. Hex color #9978A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9978A0 is #66875F. Grayscale: #868686. Windows color (decimal): -6719328 or 10516633. OLE color: 10516633.
HSL color Cylindrical-coordinate representation of color #9978A0: hue angle of 289.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9978A0 is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 120 | 160 | - |
| CMYK | 0.04 | 0.25 | 0 | 0.37 |
| HSL | 289.5º | 0.17% | 0.55% | - |
| HSV(B) | 289.5º | 0.25% | 0.63% | - |
| XYZ | 26.2 | 22.74 | 36.27 | - |
| YUV | 134.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 160 | 0.04 | 0.25 | 0 | 0.37 | 289.5 | 0.17 | 0.55 |
| Hex | 99 | 78 | A0 | 4 | 19 | 0 | 25 | 122 | 11 | 37 |
| Octal | 231 | 170 | 240 | 4 | 31 | 0 | 45 | 442 | 21 | 67 |
| Binary | 10011001 | 1111000 | 10100000 | 100 | 11001 | 0 | 100101 | 100100010 | 10001 | 110111 |
Color Harmonies of #9978A0
Complementary color
Monochromatic Colors of #9978A0
Black with #9978A0
Text Example
Text Example
White with #9978A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9978A0; }
p { color: rgb(153,120,160); }
H1.HeaderClassName
{
color: #9978A0;
}
.AnyTagClassName
{
color: #9978A0;
}
</style>
background-color css
<style>
a { background-color: #9978A0; }
a { background-color: rgb(153,120,160); }
div.DivClassName
{
background-color: #9978A0;
}
.BgClassName
{
background-color: #9978A0;
}
</style>
border-color css
<style>
span { border-color: #9978A0; }
span { border-color: rgb(153,120,160); }
td.TdClassName
{
border-color: #9978A0;
}
.TagClassName
{
border-color: #9978A0;
}
</style>