Html Css Color HEX #987EBF Purple Mountain's Majesty
📋 copy color: '#987EBF'red 152 ◦ green 126 ◦ blue 191
Shades of Purple Mountain's Majesty #987EBF
Tints of Purple Mountain's Majesty #987EBF
RGB
CMYK
RGB Variations
Color information
#987EBF (or 0x987EBF) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and BF. RGB value is (152,126,191). Sum of RGB (Red+Green+Blue) = 152+126+191=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #987EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EBF is #678140. Grayscale: #8C8C8C. Windows color (decimal): -6783297 or 12549784. OLE color: 12549784.
HSL color Cylindrical-coordinate representation of color #987EBF: hue angle of 264º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987EBF is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 126 | 191 | - |
| CMYK | 0.20 | 0.34 | 0 | 0.25 |
| HSL | 264º | 0.34% | 0.62% | - |
| HSV(B) | 264º | 0.34% | 0.75% | - |
| XYZ | 29.81 | 25.36 | 52.61 | - |
| YUV | 141.18 | 156.11 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 191 | 0.20 | 0.34 | 0 | 0.25 | 264 | 0.34 | 0.62 |
| Hex | 98 | 7E | BF | 14 | 22 | 0 | 19 | 108 | 22 | 3E |
| Octal | 230 | 176 | 277 | 24 | 42 | 0 | 31 | 410 | 42 | 76 |
| Binary | 10011000 | 1111110 | 10111111 | 10100 | 100010 | 0 | 11001 | 100001000 | 100010 | 111110 |
Color Harmonies of #987EBF
Complementary color
Monochromatic Colors of #987EBF
Black with #987EBF
Text Example
Text Example
White with #987EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EBF; }
p { color: rgb(152,126,191); }
H1.HeaderClassName
{
color: #987EBF;
}
.AnyTagClassName
{
color: #987EBF;
}
</style>
background-color css
<style>
a { background-color: #987EBF; }
a { background-color: rgb(152,126,191); }
div.DivClassName
{
background-color: #987EBF;
}
.BgClassName
{
background-color: #987EBF;
}
</style>
border-color css
<style>
span { border-color: #987EBF; }
span { border-color: rgb(152,126,191); }
td.TdClassName
{
border-color: #987EBF;
}
.TagClassName
{
border-color: #987EBF;
}
</style>