Html Css Color HEX #987BBF Purple Mountain's Majesty
📋 copy color: '#987BBF'red 152 ◦ green 123 ◦ blue 191
Shades of Purple Mountain's Majesty #987BBF
Tints of Purple Mountain's Majesty #987BBF
RGB
CMYK
RGB Variations
Color information
#987BBF (or 0x987BBF) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7B and BF. RGB value is (152,123,191). Sum of RGB (Red+Green+Blue) = 152+123+191=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #987BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBF is #678440. Grayscale: #8B8B8B. Windows color (decimal): -6784065 or 12549016. OLE color: 12549016.
HSL color Cylindrical-coordinate representation of color #987BBF: hue angle of 265.59º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987BBF is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 152 | 123 | 191 | - |
| CMYK | 0.20 | 0.36 | 0 | 0.25 |
| HSL | 265.59º | 0.35% | 0.62% | - |
| HSV(B) | 265.59º | 0.36% | 0.75% | - |
| XYZ | 29.44 | 24.6 | 52.49 | - |
| YUV | 139.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 191 | 0.20 | 0.36 | 0 | 0.25 | 265.59 | 0.35 | 0.62 |
| Hex | 98 | 7B | BF | 14 | 24 | 0 | 19 | 10A | 23 | 3E |
| Octal | 230 | 173 | 277 | 24 | 44 | 0 | 31 | 412 | 43 | 76 |
| Binary | 10011000 | 1111011 | 10111111 | 10100 | 100100 | 0 | 11001 | 100001010 | 100011 | 111110 |
Color Harmonies of #987BBF
Complementary color
Monochromatic Colors of #987BBF
Black with #987BBF
Text Example
Text Example
White with #987BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987BBF; }
p { color: rgb(152,123,191); }
H1.HeaderClassName
{
color: #987BBF;
}
.AnyTagClassName
{
color: #987BBF;
}
</style>
background-color css
<style>
a { background-color: #987BBF; }
a { background-color: rgb(152,123,191); }
div.DivClassName
{
background-color: #987BBF;
}
.BgClassName
{
background-color: #987BBF;
}
</style>
border-color css
<style>
span { border-color: #987BBF; }
span { border-color: rgb(152,123,191); }
td.TdClassName
{
border-color: #987BBF;
}
.TagClassName
{
border-color: #987BBF;
}
</style>