Html Css Color HEX #987DAE Purple Mountain's Majesty
📋 copy color: '#987DAE'red 152 ◦ green 125 ◦ blue 174
Shades of Purple Mountain's Majesty #987DAE
Tints of Purple Mountain's Majesty #987DAE
RGB
CMYK
RGB Variations
Color information
#987DAE (or 0x987DAE) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7D and AE. RGB value is (152,125,174). Sum of RGB (Red+Green+Blue) = 152+125+174=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #987DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DAE is #678251. Grayscale: #8A8A8A. Windows color (decimal): -6783570 or 11435416. OLE color: 11435416.
HSL color Cylindrical-coordinate representation of color #987DAE: hue angle of 273.06º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987DAE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 125 | 174 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.32 |
| HSL | 273.06º | 0.23% | 0.59% | - |
| HSV(B) | 273.06º | 0.28% | 0.68% | - |
| XYZ | 27.92 | 24.4 | 43.28 | - |
| YUV | 138.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 174 | 0.13 | 0.28 | 0 | 0.32 | 273.06 | 0.23 | 0.59 |
| Hex | 98 | 7D | AE | D | 1C | 0 | 20 | 111 | 17 | 3B |
| Octal | 230 | 175 | 256 | 15 | 34 | 0 | 40 | 421 | 27 | 73 |
| Binary | 10011000 | 1111101 | 10101110 | 1101 | 11100 | 0 | 100000 | 100010001 | 10111 | 111011 |
Color Harmonies of #987DAE
Complementary color
Monochromatic Colors of #987DAE
Black with #987DAE
Text Example
Text Example
White with #987DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DAE; }
p { color: rgb(152,125,174); }
H1.HeaderClassName
{
color: #987DAE;
}
.AnyTagClassName
{
color: #987DAE;
}
</style>
background-color css
<style>
a { background-color: #987DAE; }
a { background-color: rgb(152,125,174); }
div.DivClassName
{
background-color: #987DAE;
}
.BgClassName
{
background-color: #987DAE;
}
</style>
border-color css
<style>
span { border-color: #987DAE; }
span { border-color: rgb(152,125,174); }
td.TdClassName
{
border-color: #987DAE;
}
.TagClassName
{
border-color: #987DAE;
}
</style>