Shades of Amethyst Smoke #9886A7
Tints of Amethyst Smoke #9886A7
RGB
CMYK
RGB Variations
Color information
#9886A7 (or 0x9886A7) is known color: Amethyst Smoke. HEX triplet: 98, 86 and A7. RGB value is (152,134,167). Sum of RGB (Red+Green+Blue) = 152+134+167=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 167 (65.62% from 255 or 36.87% from 453); Max value from RGB is 167 - color contains mainly: blue. Hex color #9886A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9886A7 is #677958. Grayscale: #8F8F8F. Windows color (decimal): -6781273 or 10978968. OLE color: 10978968.
HSL color Cylindrical-coordinate representation of color #9886A7: hue angle of 272.73º degrees, saturation: 0.16, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9886A7 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 134 | 167 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.35 |
| HSL | 272.73º | 0.16% | 0.59% | - |
| HSV(B) | 272.73º | 0.2% | 0.65% | - |
| XYZ | 28.45 | 26.52 | 40.18 | - |
| YUV | 143.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 134 | 167 | 0.09 | 0.20 | 0 | 0.35 | 272.73 | 0.16 | 0.59 |
| Hex | 98 | 86 | A7 | 9 | 14 | 0 | 23 | 111 | 10 | 3B |
| Octal | 230 | 206 | 247 | 11 | 24 | 0 | 43 | 421 | 20 | 73 |
| Binary | 10011000 | 10000110 | 10100111 | 1001 | 10100 | 0 | 100011 | 100010001 | 10000 | 111011 |
Color Harmonies of #9886A7
Complementary color
Monochromatic Colors of #9886A7
Black with #9886A7
Text Example
Text Example
White with #9886A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9886A7; }
p { color: rgb(152,134,167); }
H1.HeaderClassName
{
color: #9886A7;
}
.AnyTagClassName
{
color: #9886A7;
}
</style>
background-color css
<style>
a { background-color: #9886A7; }
a { background-color: rgb(152,134,167); }
div.DivClassName
{
background-color: #9886A7;
}
.BgClassName
{
background-color: #9886A7;
}
</style>
border-color css
<style>
span { border-color: #9886A7; }
span { border-color: rgb(152,134,167); }
td.TdClassName
{
border-color: #9886A7;
}
.TagClassName
{
border-color: #9886A7;
}
</style>