Html Css Color HEX #987AAF Purple Mountain's Majesty
📋 copy color: '#987AAF'red 152 ◦ green 122 ◦ blue 175
Shades of Purple Mountain's Majesty #987AAF
Tints of Purple Mountain's Majesty #987AAF
RGB
CMYK
RGB Variations
Color information
#987AAF (or 0x987AAF) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7A and AF. RGB value is (152,122,175). Sum of RGB (Red+Green+Blue) = 152+122+175=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 122 (48.05% from 255 or 27.17% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #987AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987AAF is #678550. Grayscale: #888888. Windows color (decimal): -6784337 or 11500184. OLE color: 11500184.
HSL color Cylindrical-coordinate representation of color #987AAF: hue angle of 273.96º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987AAF is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 152 | 122 | 175 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.31 |
| HSL | 273.96º | 0.25% | 0.58% | - |
| HSV(B) | 273.96º | 0.3% | 0.69% | - |
| XYZ | 27.65 | 23.69 | 43.67 | - |
| YUV | 137.01 | 149.44 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 175 | 0.13 | 0.30 | 0 | 0.31 | 273.96 | 0.25 | 0.58 |
| Hex | 98 | 7A | AF | D | 1E | 0 | 1F | 112 | 19 | 3A |
| Octal | 230 | 172 | 257 | 15 | 36 | 0 | 37 | 422 | 31 | 72 |
| Binary | 10011000 | 1111010 | 10101111 | 1101 | 11110 | 0 | 11111 | 100010010 | 11001 | 111010 |
Color Harmonies of #987AAF
Complementary color
Monochromatic Colors of #987AAF
Black with #987AAF
Text Example
Text Example
White with #987AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987AAF; }
p { color: rgb(152,122,175); }
H1.HeaderClassName
{
color: #987AAF;
}
.AnyTagClassName
{
color: #987AAF;
}
</style>
background-color css
<style>
a { background-color: #987AAF; }
a { background-color: rgb(152,122,175); }
div.DivClassName
{
background-color: #987AAF;
}
.BgClassName
{
background-color: #987AAF;
}
</style>
border-color css
<style>
span { border-color: #987AAF; }
span { border-color: rgb(152,122,175); }
td.TdClassName
{
border-color: #987AAF;
}
.TagClassName
{
border-color: #987AAF;
}
</style>