Html Css Color HEX #987ABC Purple Mountain's Majesty
📋 copy color: '#987ABC'red 152 ◦ green 122 ◦ blue 188
Shades of Purple Mountain's Majesty #987ABC
Tints of Purple Mountain's Majesty #987ABC
RGB
CMYK
RGB Variations
Color information
#987ABC (or 0x987ABC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7A and BC. RGB value is (152,122,188). Sum of RGB (Red+Green+Blue) = 152+122+188=462 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.90% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #987ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987ABC is #678543. Grayscale: #8A8A8A. Windows color (decimal): -6784324 or 12352152. OLE color: 12352152.
HSL color Cylindrical-coordinate representation of color #987ABC: hue angle of 267.27º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987ABC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 152 | 122 | 188 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.26 |
| HSL | 267.27º | 0.33% | 0.61% | - |
| HSV(B) | 267.27º | 0.35% | 0.74% | - |
| XYZ | 28.99 | 24.23 | 50.73 | - |
| YUV | 138.49 | 155.94 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 188 | 0.19 | 0.35 | 0 | 0.26 | 267.27 | 0.33 | 0.61 |
| Hex | 98 | 7A | BC | 13 | 23 | 0 | 1A | 10B | 21 | 3D |
| Octal | 230 | 172 | 274 | 23 | 43 | 0 | 32 | 413 | 41 | 75 |
| Binary | 10011000 | 1111010 | 10111100 | 10011 | 100011 | 0 | 11010 | 100001011 | 100001 | 111101 |
Color Harmonies of #987ABC
Complementary color
Monochromatic Colors of #987ABC
Black with #987ABC
Text Example
Text Example
White with #987ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987ABC; }
p { color: rgb(152,122,188); }
H1.HeaderClassName
{
color: #987ABC;
}
.AnyTagClassName
{
color: #987ABC;
}
</style>
background-color css
<style>
a { background-color: #987ABC; }
a { background-color: rgb(152,122,188); }
div.DivClassName
{
background-color: #987ABC;
}
.BgClassName
{
background-color: #987ABC;
}
</style>
border-color css
<style>
span { border-color: #987ABC; }
span { border-color: rgb(152,122,188); }
td.TdClassName
{
border-color: #987ABC;
}
.TagClassName
{
border-color: #987ABC;
}
</style>