Html Css Color HEX #987EAB Purple Mountain's Majesty

📋 copy color: '#987EAB'

red 152 ◦ green 126 ◦ blue 171

#987EAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #987EAB

Tints of Purple Mountain's Majesty #987EAB

RGB

 RED value IS 152 (59.77% from 255) = 33.85%

 GREEN value IS 126 (49.61% from 255) = 28.06%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 33.85%
G = 28.06%
B = 38.08%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#987EAB (or 0x987EAB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and AB. RGB value is (152,126,171). Sum of RGB (Red+Green+Blue) = 152+126+171=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 171 - color contains mainly: blue. Hex color #987EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EAB is #678154. Grayscale: #8A8A8A. Windows color (decimal): -6783317 or 11239064. OLE color: 11239064.

HSL color Cylindrical-coordinate representation of color #987EAB: hue angle of 274.67º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987EAB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 126 171 -
CMYK 0.11 0.26 0 0.33
HSL 274.67º 0.21% 0.58% -
HSV(B) 274.67º 0.26% 0.67% -
XYZ 27.76 24.54 41.8 -
YUV 138.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 152 126 171 0.11 0.26 0 0.33 274.67 0.21 0.58
Hex 98 7E AB B 1A 0 21 113 15 3A
Octal 230 176 253 13 32 0 41 423 25 72
Binary 10011000 1111110 10101011 1011 11010 0 100001 100010011 10101 111010

Color Harmonies of #987EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EAB

Black with #987EAB

Text Example


Text Example

White with #987EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987EAB; }

 p { color: rgb(152,126,171); }

 H1.HeaderClassName
 {
   color: #987EAB;
 }
 .AnyTagClassName
 {
   color: #987EAB;
 }
</style>

background-color css

<style>
 a { background-color: #987EAB; }

 a { background-color: rgb(152,126,171); }

 div.DivClassName
 {
   background-color: #987EAB;
 }
 .BgClassName
 {
   background-color: #987EAB;
 }
</style>

border-color css

<style>
 span { border-color: #987EAB; }

 span { border-color: rgb(152,126,171); }

 td.TdClassName
 {
   border-color: #987EAB;
 }
 .TagClassName
 {
   border-color: #987EAB;
 }
</style>