Html Css Color HEX #987FB2 Purple Mountain's Majesty
📋 copy color: '#987FB2'red 152 ◦ green 127 ◦ blue 178
Shades of Purple Mountain's Majesty #987FB2
Tints of Purple Mountain's Majesty #987FB2
RGB
CMYK
RGB Variations
Color information
#987FB2 (or 0x987FB2) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and B2. RGB value is (152,127,178). Sum of RGB (Red+Green+Blue) = 152+127+178=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 178 - color contains mainly: blue. Hex color #987FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FB2 is #67804D. Grayscale: #8C8C8C. Windows color (decimal): -6783054 or 11698072. OLE color: 11698072.
HSL color Cylindrical-coordinate representation of color #987FB2: hue angle of 269.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #987FB2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 152 | 127 | 178 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.30 |
| HSL | 269.41º | 0.25% | 0.6% | - |
| HSV(B) | 269.41º | 0.29% | 0.7% | - |
| XYZ | 28.57 | 25.07 | 45.45 | - |
| YUV | 140.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 178 | 0.15 | 0.29 | 0 | 0.30 | 269.41 | 0.25 | 0.6 |
| Hex | 98 | 7F | B2 | F | 1D | 0 | 1E | 10D | 19 | 3C |
| Octal | 230 | 177 | 262 | 17 | 35 | 0 | 36 | 415 | 31 | 74 |
| Binary | 10011000 | 1111111 | 10110010 | 1111 | 11101 | 0 | 11110 | 100001101 | 11001 | 111100 |
Color Harmonies of #987FB2
Complementary color
Monochromatic Colors of #987FB2
Black with #987FB2
Text Example
Text Example
White with #987FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987FB2; }
p { color: rgb(152,127,178); }
H1.HeaderClassName
{
color: #987FB2;
}
.AnyTagClassName
{
color: #987FB2;
}
</style>
background-color css
<style>
a { background-color: #987FB2; }
a { background-color: rgb(152,127,178); }
div.DivClassName
{
background-color: #987FB2;
}
.BgClassName
{
background-color: #987FB2;
}
</style>
border-color css
<style>
span { border-color: #987FB2; }
span { border-color: rgb(152,127,178); }
td.TdClassName
{
border-color: #987FB2;
}
.TagClassName
{
border-color: #987FB2;
}
</style>