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

📋 copy color: '#997EAC'

red 153 ◦ green 126 ◦ blue 172

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

Shades of Purple Mountain's Majesty #997EAC

Tints of Purple Mountain's Majesty #997EAC

RGB

 RED value IS 153 (60.16% from 255) = 33.92%

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

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

R = 33.92%
G = 27.94%
B = 38.14%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#997EAC (or 0x997EAC) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and AC. RGB value is (153,126,172). Sum of RGB (Red+Green+Blue) = 153+126+172=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 126 (49.61% from 255 or 27.94% 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 #997EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997EAC is #668153. Grayscale: #8B8B8B. Windows color (decimal): -6717780 or 11304601. OLE color: 11304601.

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

Color convert

RGB 153 126 172 -
CMYK 0.11 0.27 0 0.33
HSL 275.22º 0.22% 0.58% -
HSV(B) 275.22º 0.27% 0.67% -
XYZ 28.04 24.67 42.31 -
YUV 139.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 153 126 172 0.11 0.27 0 0.33 275.22 0.22 0.58
Hex 99 7E AC B 1B 0 21 113 16 3A
Octal 231 176 254 13 33 0 41 423 26 72
Binary 10011001 1111110 10101100 1011 11011 0 100001 100010011 10110 111010

Color Harmonies of #997EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EAC

Black with #997EAC

Text Example


Text Example

White with #997EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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