Shades of Amethyst Smoke #9788A4
Tints of Amethyst Smoke #9788A4
RGB
CMYK
RGB Variations
Color information
#9788A4 (or 0x9788A4) is known color: Amethyst Smoke. HEX triplet: 97, 88 and A4. RGB value is (151,136,164). Sum of RGB (Red+Green+Blue) = 151+136+164=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 164 - color contains mainly: blue. Hex color #9788A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9788A4 is #68775B. Grayscale: #8F8F8F. Windows color (decimal): -6846300 or 10782871. OLE color: 10782871.
HSL color Cylindrical-coordinate representation of color #9788A4: hue angle of 272.14º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9788A4 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 136 | 164 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.36 |
| HSL | 272.14º | 0.13% | 0.59% | - |
| HSV(B) | 272.14º | 0.17% | 0.64% | - |
| XYZ | 28.27 | 26.87 | 38.82 | - |
| YUV | 143.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 136 | 164 | 0.08 | 0.17 | 0 | 0.36 | 272.14 | 0.13 | 0.59 |
| Hex | 97 | 88 | A4 | 8 | 11 | 0 | 24 | 110 | D | 3B |
| Octal | 227 | 210 | 244 | 10 | 21 | 0 | 44 | 420 | 15 | 73 |
| Binary | 10010111 | 10001000 | 10100100 | 1000 | 10001 | 0 | 100100 | 100010000 | 1101 | 111011 |
Color Harmonies of #9788A4
Complementary color
Monochromatic Colors of #9788A4
Black with #9788A4
Text Example
Text Example
White with #9788A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9788A4; }
p { color: rgb(151,136,164); }
H1.HeaderClassName
{
color: #9788A4;
}
.AnyTagClassName
{
color: #9788A4;
}
</style>
background-color css
<style>
a { background-color: #9788A4; }
a { background-color: rgb(151,136,164); }
div.DivClassName
{
background-color: #9788A4;
}
.BgClassName
{
background-color: #9788A4;
}
</style>
border-color css
<style>
span { border-color: #9788A4; }
span { border-color: rgb(151,136,164); }
td.TdClassName
{
border-color: #9788A4;
}
.TagClassName
{
border-color: #9788A4;
}
</style>