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

📋 copy color: '#987FAC'

red 152 ◦ green 127 ◦ blue 172

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

Shades of Purple Mountain's Majesty #987FAC

Tints of Purple Mountain's Majesty #987FAC

RGB

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

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

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

R = 33.7%
G = 28.16%
B = 38.14%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#987FAC (or 0x987FAC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7F and AC. RGB value is (152,127,172). Sum of RGB (Red+Green+Blue) = 152+127+172=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 127 (50% from 255 or 28.16% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 172 - color contains mainly: blue. Hex color #987FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987FAC is #678053. Grayscale: #8B8B8B. Windows color (decimal): -6783060 or 11304856. OLE color: 11304856.

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

Color convert

RGB 152 127 172 -
CMYK 0.12 0.26 0 0.33
HSL 273.33º 0.21% 0.59% -
HSV(B) 273.33º 0.26% 0.67% -
XYZ 27.98 24.83 42.35 -
YUV 139.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 152 127 172 0.12 0.26 0 0.33 273.33 0.21 0.59
Hex 98 7F AC C 1A 0 21 111 15 3B
Octal 230 177 254 14 32 0 41 421 25 73
Binary 10011000 1111111 10101100 1100 11010 0 100001 100010001 10101 111011

Color Harmonies of #987FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987FAC

Black with #987FAC

Text Example


Text Example

White with #987FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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