Shades of Amethyst Smoke #988BA6
Tints of Amethyst Smoke #988BA6
RGB
CMYK
RGB Variations
Color information
#988BA6 (or 0x988BA6) is known color: Amethyst Smoke. HEX triplet: 98, 8B and A6. RGB value is (152,139,166). Sum of RGB (Red+Green+Blue) = 152+139+166=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 166 - color contains mainly: blue. Hex color #988BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BA6 is #677459. Grayscale: #919191. Windows color (decimal): -6779994 or 10914712. OLE color: 10914712.
HSL color Cylindrical-coordinate representation of color #988BA6: hue angle of 268.89º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988BA6 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 152 | 139 | 166 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.35 |
| HSL | 268.89º | 0.13% | 0.6% | - |
| HSV(B) | 268.89º | 0.16% | 0.65% | - |
| XYZ | 29.06 | 27.89 | 39.93 | - |
| YUV | 145.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 166 | 0.08 | 0.16 | 0 | 0.35 | 268.89 | 0.13 | 0.6 |
| Hex | 98 | 8B | A6 | 8 | 10 | 0 | 23 | 10D | D | 3C |
| Octal | 230 | 213 | 246 | 10 | 20 | 0 | 43 | 415 | 15 | 74 |
| Binary | 10011000 | 10001011 | 10100110 | 1000 | 10000 | 0 | 100011 | 100001101 | 1101 | 111100 |
Color Harmonies of #988BA6
Complementary color
Monochromatic Colors of #988BA6
Black with #988BA6
Text Example
Text Example
White with #988BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BA6; }
p { color: rgb(152,139,166); }
H1.HeaderClassName
{
color: #988BA6;
}
.AnyTagClassName
{
color: #988BA6;
}
</style>
background-color css
<style>
a { background-color: #988BA6; }
a { background-color: rgb(152,139,166); }
div.DivClassName
{
background-color: #988BA6;
}
.BgClassName
{
background-color: #988BA6;
}
</style>
border-color css
<style>
span { border-color: #988BA6; }
span { border-color: rgb(152,139,166); }
td.TdClassName
{
border-color: #988BA6;
}
.TagClassName
{
border-color: #988BA6;
}
</style>