Html Css Color HEX #987DB5 Purple Mountain's Majesty
📋 copy color: '#987DB5'red 152 ◦ green 125 ◦ blue 181
Shades of Purple Mountain's Majesty #987DB5
Tints of Purple Mountain's Majesty #987DB5
RGB
CMYK
RGB Variations
Color information
#987DB5 (or 0x987DB5) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7D and B5. RGB value is (152,125,181). Sum of RGB (Red+Green+Blue) = 152+125+181=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 181 - color contains mainly: blue. Hex color #987DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DB5 is #67824A. Grayscale: #8B8B8B. Windows color (decimal): -6783563 or 11894168. OLE color: 11894168.
HSL color Cylindrical-coordinate representation of color #987DB5: hue angle of 268.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987DB5 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 152 | 125 | 181 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.29 |
| HSL | 268.93º | 0.27% | 0.6% | - |
| HSV(B) | 268.93º | 0.31% | 0.71% | - |
| XYZ | 28.62 | 24.68 | 46.97 | - |
| YUV | 139.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 181 | 0.16 | 0.31 | 0 | 0.29 | 268.93 | 0.27 | 0.6 |
| Hex | 98 | 7D | B5 | 10 | 1F | 0 | 1D | 10D | 1B | 3C |
| Octal | 230 | 175 | 265 | 20 | 37 | 0 | 35 | 415 | 33 | 74 |
| Binary | 10011000 | 1111101 | 10110101 | 10000 | 11111 | 0 | 11101 | 100001101 | 11011 | 111100 |
Color Harmonies of #987DB5
Complementary color
Monochromatic Colors of #987DB5
Black with #987DB5
Text Example
Text Example
White with #987DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987DB5; }
p { color: rgb(152,125,181); }
H1.HeaderClassName
{
color: #987DB5;
}
.AnyTagClassName
{
color: #987DB5;
}
</style>
background-color css
<style>
a { background-color: #987DB5; }
a { background-color: rgb(152,125,181); }
div.DivClassName
{
background-color: #987DB5;
}
.BgClassName
{
background-color: #987DB5;
}
</style>
border-color css
<style>
span { border-color: #987DB5; }
span { border-color: rgb(152,125,181); }
td.TdClassName
{
border-color: #987DB5;
}
.TagClassName
{
border-color: #987DB5;
}
</style>