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

📋 copy color: '#987DAC'

red 152 ◦ green 125 ◦ blue 172

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

Shades of Purple Mountain's Majesty #987DAC

Tints of Purple Mountain's Majesty #987DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.84%

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

R = 33.85%
G = 27.84%
B = 38.31%

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

#987DAC (or 0x987DAC) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7D and AC. RGB value is (152,125,172). Sum of RGB (Red+Green+Blue) = 152+125+172=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #987DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987DAC is #678253. Grayscale: #8A8A8A. Windows color (decimal): -6783572 or 11304344. OLE color: 11304344.

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

Color convert

RGB 152 125 172 -
CMYK 0.12 0.27 0 0.33
HSL 274.47º 0.22% 0.58% -
HSV(B) 274.47º 0.27% 0.67% -
XYZ 27.73 24.32 42.26 -
YUV 138.43 146.95 137.68 -
System Red Green Blue C M Y K H S L
Decimal 152 125 172 0.12 0.27 0 0.33 274.47 0.22 0.58
Hex 98 7D AC C 1B 0 21 112 16 3A
Octal 230 175 254 14 33 0 41 422 26 72
Binary 10011000 1111101 10101100 1100 11011 0 100001 100010010 10110 111010

Color Harmonies of #987DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DAC

Black with #987DAC

Text Example


Text Example

White with #987DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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