Html Css Color HEX #987BB4 Purple Mountain's Majesty
📋 copy color: '#987BB4'red 152 ◦ green 123 ◦ blue 180
Shades of Purple Mountain's Majesty #987BB4
Tints of Purple Mountain's Majesty #987BB4
RGB
CMYK
RGB Variations
Color information
#987BB4 (or 0x987BB4) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7B and B4. RGB value is (152,123,180). Sum of RGB (Red+Green+Blue) = 152+123+180=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 180 - color contains mainly: blue. Hex color #987BB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BB4 is #67844B. Grayscale: #898989. Windows color (decimal): -6784076 or 11828120. OLE color: 11828120.
HSL color Cylindrical-coordinate representation of color #987BB4: hue angle of 270.53º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987BB4 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 123 | 180 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.29 |
| HSL | 270.53º | 0.28% | 0.59% | - |
| HSV(B) | 270.53º | 0.32% | 0.71% | - |
| XYZ | 28.27 | 24.14 | 46.35 | - |
| YUV | 138.17 | 151.61 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 180 | 0.16 | 0.32 | 0 | 0.29 | 270.53 | 0.28 | 0.59 |
| Hex | 98 | 7B | B4 | 10 | 20 | 0 | 1D | 10F | 1C | 3B |
| Octal | 230 | 173 | 264 | 20 | 40 | 0 | 35 | 417 | 34 | 73 |
| Binary | 10011000 | 1111011 | 10110100 | 10000 | 100000 | 0 | 11101 | 100001111 | 11100 | 111011 |
Color Harmonies of #987BB4
Complementary color
Monochromatic Colors of #987BB4
Black with #987BB4
Text Example
Text Example
White with #987BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BB4; }
p { color: rgb(152,123,180); }
H1.HeaderClassName
{
color: #987BB4;
}
.AnyTagClassName
{
color: #987BB4;
}
</style>
background-color css
<style>
a { background-color: #987BB4; }
a { background-color: rgb(152,123,180); }
div.DivClassName
{
background-color: #987BB4;
}
.BgClassName
{
background-color: #987BB4;
}
</style>
border-color css
<style>
span { border-color: #987BB4; }
span { border-color: rgb(152,123,180); }
td.TdClassName
{
border-color: #987BB4;
}
.TagClassName
{
border-color: #987BB4;
}
</style>