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

📋 copy color: '#987EAC'

red 152 ◦ green 126 ◦ blue 172

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

Shades of Purple Mountain's Majesty #987EAC

Tints of Purple Mountain's Majesty #987EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.22%

R = 33.78%
G = 28%
B = 38.22%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#987EAC (or 0x987EAC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and AC. RGB value is (152,126,172). Sum of RGB (Red+Green+Blue) = 152+126+172=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #987EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987EAC is #678153. Grayscale: #8A8A8A. Windows color (decimal): -6783316 or 11304600. OLE color: 11304600.

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

Color convert

RGB 152 126 172 -
CMYK 0.12 0.27 0 0.33
HSL 273.91º 0.22% 0.58% -
HSV(B) 273.91º 0.27% 0.67% -
XYZ 27.86 24.58 42.31 -
YUV 139.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 152 126 172 0.12 0.27 0 0.33 273.91 0.22 0.58
Hex 98 7E AC C 1B 0 21 112 16 3A
Octal 230 176 254 14 33 0 41 422 26 72
Binary 10011000 1111110 10101100 1100 11011 0 100001 100010010 10110 111010

Color Harmonies of #987EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EAC

Black with #987EAC

Text Example


Text Example

White with #987EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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