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

📋 copy color: '#987EAE'

red 152 ◦ green 126 ◦ blue 174

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

Shades of Purple Mountain's Majesty #987EAE

Tints of Purple Mountain's Majesty #987EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.5%

R = 33.63%
G = 27.88%
B = 38.5%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#987EAE (or 0x987EAE) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and AE. RGB value is (152,126,174). Sum of RGB (Red+Green+Blue) = 152+126+174=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #987EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EAE is #678151. Grayscale: #8B8B8B. Windows color (decimal): -6783314 or 11435672. OLE color: 11435672.

HSL color Cylindrical-coordinate representation of color #987EAE: hue angle of 272.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987EAE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 126 174 -
CMYK 0.13 0.28 0 0.32
HSL 272.5º 0.23% 0.59% -
HSV(B) 272.5º 0.28% 0.68% -
XYZ 28.05 24.65 43.32 -
YUV 139.25 147.61 137.1 -
System Red Green Blue C M Y K H S L
Decimal 152 126 174 0.13 0.28 0 0.32 272.5 0.23 0.59
Hex 98 7E AE D 1C 0 20 110 17 3B
Octal 230 176 256 15 34 0 40 420 27 73
Binary 10011000 1111110 10101110 1101 11100 0 100000 100010000 10111 111011

Color Harmonies of #987EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EAE

Black with #987EAE

Text Example


Text Example

White with #987EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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