Shades of Amethyst Smoke #988B9B
Tints of Amethyst Smoke #988B9B
RGB
CMYK
RGB Variations
Color information
#988B9B (or 0x988B9B) is known color: Amethyst Smoke. HEX triplet: 98, 8B and 9B. RGB value is (152,139,155). Sum of RGB (Red+Green+Blue) = 152+139+155=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #988B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B9B is #677464. Grayscale: #909090. Windows color (decimal): -6780005 or 10193816. OLE color: 10193816.
HSL color Cylindrical-coordinate representation of color #988B9B: hue angle of 288.75º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #988B9B is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 152 | 139 | 155 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.39 |
| HSL | 288.75º | 0.07% | 0.58% | - |
| HSV(B) | 288.75º | 0.1% | 0.61% | - |
| XYZ | 28.1 | 27.51 | 34.84 | - |
| YUV | 144.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 155 | 0.02 | 0.10 | 0 | 0.39 | 288.75 | 0.07 | 0.58 |
| Hex | 98 | 8B | 9B | 2 | A | 0 | 27 | 121 | 7 | 3A |
| Octal | 230 | 213 | 233 | 2 | 12 | 0 | 47 | 441 | 7 | 72 |
| Binary | 10011000 | 10001011 | 10011011 | 10 | 1010 | 0 | 100111 | 100100001 | 111 | 111010 |
Color Harmonies of #988B9B
Complementary color
Monochromatic Colors of #988B9B
Black with #988B9B
Text Example
Text Example
White with #988B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988B9B; }
p { color: rgb(152,139,155); }
H1.HeaderClassName
{
color: #988B9B;
}
.AnyTagClassName
{
color: #988B9B;
}
</style>
background-color css
<style>
a { background-color: #988B9B; }
a { background-color: rgb(152,139,155); }
div.DivClassName
{
background-color: #988B9B;
}
.BgClassName
{
background-color: #988B9B;
}
</style>
border-color css
<style>
span { border-color: #988B9B; }
span { border-color: rgb(152,139,155); }
td.TdClassName
{
border-color: #988B9B;
}
.TagClassName
{
border-color: #988B9B;
}
</style>