Shades of Amethyst Smoke #9880A7
Tints of Amethyst Smoke #9880A7
RGB
CMYK
RGB Variations
Color information
#9880A7 (or 0x9880A7) is known color: Amethyst Smoke. HEX triplet: 98, 80 and A7. RGB value is (152,128,167). Sum of RGB (Red+Green+Blue) = 152+128+167=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 167 - color contains mainly: blue. Hex color #9880A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9880A7 is #677F58. Grayscale: #8B8B8B. Windows color (decimal): -6782809 or 10977432. OLE color: 10977432.
HSL color Cylindrical-coordinate representation of color #9880A7: hue angle of 276.92º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9880A7 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 128 | 167 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.35 |
| HSL | 276.92º | 0.18% | 0.58% | - |
| HSV(B) | 276.92º | 0.23% | 0.65% | - |
| XYZ | 27.64 | 24.9 | 39.91 | - |
| YUV | 139.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 128 | 167 | 0.09 | 0.23 | 0 | 0.35 | 276.92 | 0.18 | 0.58 |
| Hex | 98 | 80 | A7 | 9 | 17 | 0 | 23 | 115 | 12 | 3A |
| Octal | 230 | 200 | 247 | 11 | 27 | 0 | 43 | 425 | 22 | 72 |
| Binary | 10011000 | 10000000 | 10100111 | 1001 | 10111 | 0 | 100011 | 100010101 | 10010 | 111010 |
Color Harmonies of #9880A7
Complementary color
Monochromatic Colors of #9880A7
Black with #9880A7
Text Example
Text Example
White with #9880A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9880A7; }
p { color: rgb(152,128,167); }
H1.HeaderClassName
{
color: #9880A7;
}
.AnyTagClassName
{
color: #9880A7;
}
</style>
background-color css
<style>
a { background-color: #9880A7; }
a { background-color: rgb(152,128,167); }
div.DivClassName
{
background-color: #9880A7;
}
.BgClassName
{
background-color: #9880A7;
}
</style>
border-color css
<style>
span { border-color: #9880A7; }
span { border-color: rgb(152,128,167); }
td.TdClassName
{
border-color: #9880A7;
}
.TagClassName
{
border-color: #9880A7;
}
</style>