Shades of Amethyst Smoke #988FA4
Tints of Amethyst Smoke #988FA4
RGB
CMYK
RGB Variations
Color information
#988FA4 (or 0x988FA4) is known color: Amethyst Smoke. HEX triplet: 98, 8F and A4. RGB value is (152,143,164). Sum of RGB (Red+Green+Blue) = 152+143+164=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 164 - color contains mainly: blue. Hex color #988FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988FA4 is #67705B. Grayscale: #949494. Windows color (decimal): -6778972 or 10784664. OLE color: 10784664.
HSL color Cylindrical-coordinate representation of color #988FA4: hue angle of 265.71º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #988FA4 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 152 | 143 | 164 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.36 |
| HSL | 265.71º | 0.1% | 0.6% | - |
| HSV(B) | 265.71º | 0.13% | 0.64% | - |
| XYZ | 29.47 | 29 | 39.17 | - |
| YUV | 148.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 164 | 0.07 | 0.13 | 0 | 0.36 | 265.71 | 0.1 | 0.6 |
| Hex | 98 | 8F | A4 | 7 | D | 0 | 24 | 10A | A | 3C |
| Octal | 230 | 217 | 244 | 7 | 15 | 0 | 44 | 412 | 12 | 74 |
| Binary | 10011000 | 10001111 | 10100100 | 111 | 1101 | 0 | 100100 | 100001010 | 1010 | 111100 |
Color Harmonies of #988FA4
Complementary color
Monochromatic Colors of #988FA4
Black with #988FA4
Text Example
Text Example
White with #988FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988FA4; }
p { color: rgb(152,143,164); }
H1.HeaderClassName
{
color: #988FA4;
}
.AnyTagClassName
{
color: #988FA4;
}
</style>
background-color css
<style>
a { background-color: #988FA4; }
a { background-color: rgb(152,143,164); }
div.DivClassName
{
background-color: #988FA4;
}
.BgClassName
{
background-color: #988FA4;
}
</style>
border-color css
<style>
span { border-color: #988FA4; }
span { border-color: rgb(152,143,164); }
td.TdClassName
{
border-color: #988FA4;
}
.TagClassName
{
border-color: #988FA4;
}
</style>