Html Css Color HEX #987EB2 Purple Mountain's Majesty
📋 copy color: '#987EB2'red 152 ◦ green 126 ◦ blue 178
Shades of Purple Mountain's Majesty #987EB2
Tints of Purple Mountain's Majesty #987EB2
RGB
CMYK
RGB Variations
Color information
#987EB2 (or 0x987EB2) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and B2. RGB value is (152,126,178). Sum of RGB (Red+Green+Blue) = 152+126+178=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 178 - color contains mainly: blue. Hex color #987EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EB2 is #67814D. Grayscale: #8B8B8B. Windows color (decimal): -6783310 or 11697816. OLE color: 11697816.
HSL color Cylindrical-coordinate representation of color #987EB2: hue angle of 270º 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 #987EB2 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 152 | 126 | 178 | - |
CMYK | 0.15 | 0.29 | 0 | 0.30 |
HSL | 270º | 0.25% | 0.6% | - |
HSV(B) | 270º | 0.29% | 0.7% | - |
XYZ | 28.45 | 24.81 | 45.41 | - |
YUV | 139.7 | 149.61 | 136.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 152 | 126 | 178 | 0.15 | 0.29 | 0 | 0.30 | 270 | 0.25 | 0.6 |
Hex | 98 | 7E | B2 | F | 1D | 0 | 1E | 10E | 19 | 3C |
Octal | 230 | 176 | 262 | 17 | 35 | 0 | 36 | 416 | 31 | 74 |
Binary | 10011000 | 1111110 | 10110010 | 1111 | 11101 | 0 | 11110 | 100001110 | 11001 | 111100 |
Color Harmonies of #987EB2
Complementary color
Monochromatic Colors of #987EB2
Black with #987EB2
Text Example
Text Example
White with #987EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987EB2; }
p { color: rgb(152,126,178); }
H1.HeaderClassName
{
color: #987EB2;
}
.AnyTagClassName
{
color: #987EB2;
}
</style>
background-color css
<style>
a { background-color: #987EB2; }
a { background-color: rgb(152,126,178); }
div.DivClassName
{
background-color: #987EB2;
}
.BgClassName
{
background-color: #987EB2;
}
</style>
border-color css
<style>
span { border-color: #987EB2; }
span { border-color: rgb(152,126,178); }
td.TdClassName
{
border-color: #987EB2;
}
.TagClassName
{
border-color: #987EB2;
}
</style>