Shades of Amethyst Smoke #988BA4
Tints of Amethyst Smoke #988BA4
RGB
CMYK
RGB Variations
Color information
#988BA4 (or 0x988BA4) is known color: Amethyst Smoke. HEX triplet: 98, 8B and A4. RGB value is (152,139,164). Sum of RGB (Red+Green+Blue) = 152+139+164=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 164 (64.45% from 255 or 36.04% from 455); Max value from RGB is 164 - color contains mainly: blue. Hex color #988BA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988BA4 is #67745B. Grayscale: #919191. Windows color (decimal): -6779996 or 10783640. OLE color: 10783640.
HSL color Cylindrical-coordinate representation of color #988BA4: hue angle of 271.2º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #988BA4 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 139 | 164 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.36 |
| HSL | 271.2º | 0.12% | 0.59% | - |
| HSV(B) | 271.2º | 0.15% | 0.64% | - |
| XYZ | 28.88 | 27.82 | 38.97 | - |
| YUV | 145.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 139 | 164 | 0.07 | 0.15 | 0 | 0.36 | 271.2 | 0.12 | 0.59 |
| Hex | 98 | 8B | A4 | 7 | F | 0 | 24 | 10F | C | 3B |
| Octal | 230 | 213 | 244 | 7 | 17 | 0 | 44 | 417 | 14 | 73 |
| Binary | 10011000 | 10001011 | 10100100 | 111 | 1111 | 0 | 100100 | 100001111 | 1100 | 111011 |
Color Harmonies of #988BA4
Complementary color
Monochromatic Colors of #988BA4
Black with #988BA4
Text Example
Text Example
White with #988BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988BA4; }
p { color: rgb(152,139,164); }
H1.HeaderClassName
{
color: #988BA4;
}
.AnyTagClassName
{
color: #988BA4;
}
</style>
background-color css
<style>
a { background-color: #988BA4; }
a { background-color: rgb(152,139,164); }
div.DivClassName
{
background-color: #988BA4;
}
.BgClassName
{
background-color: #988BA4;
}
</style>
border-color css
<style>
span { border-color: #988BA4; }
span { border-color: rgb(152,139,164); }
td.TdClassName
{
border-color: #988BA4;
}
.TagClassName
{
border-color: #988BA4;
}
</style>