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

📋 copy color: '#987FAB'

red 152 ◦ green 127 ◦ blue 171

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

Shades of Purple Mountain's Majesty #987FAB

Tints of Purple Mountain's Majesty #987FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.22%

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

R = 33.78%
G = 28.22%
B = 38%

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

#987FAB (or 0x987FAB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and AB. RGB value is (152,127,171). Sum of RGB (Red+Green+Blue) = 152+127+171=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #987FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FAB is #678054. Grayscale: #8B8B8B. Windows color (decimal): -6783061 or 11239320. OLE color: 11239320.

HSL color Cylindrical-coordinate representation of color #987FAB: hue angle of 274.09º 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 #987FAB is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 127 171 -
CMYK 0.11 0.26 0 0.33
HSL 274.09º 0.21% 0.58% -
HSV(B) 274.09º 0.26% 0.67% -
XYZ 27.89 24.79 41.84 -
YUV 139.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 152 127 171 0.11 0.26 0 0.33 274.09 0.21 0.58
Hex 98 7F AB B 1A 0 21 112 15 3A
Octal 230 177 253 13 32 0 41 422 25 72
Binary 10011000 1111111 10101011 1011 11010 0 100001 100010010 10101 111010

Color Harmonies of #987FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FAB

Black with #987FAB

Text Example


Text Example

White with #987FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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