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

📋 copy color: '#997EAE'

red 153 ◦ green 126 ◦ blue 174

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

Shades of Purple Mountain's Majesty #997EAE

Tints of Purple Mountain's Majesty #997EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.41%

R = 33.77%
G = 27.81%
B = 38.41%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#997EAE (or 0x997EAE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7E and AE. RGB value is (153,126,174). Sum of RGB (Red+Green+Blue) = 153+126+174=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 174 - color contains mainly: blue. Hex color #997EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997EAE is #668151. Grayscale: #8B8B8B. Windows color (decimal): -6717778 or 11435673. OLE color: 11435673.

HSL color Cylindrical-coordinate representation of color #997EAE: hue angle of 273.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #997EAE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 126 174 -
CMYK 0.12 0.28 0 0.32
HSL 273.75º 0.23% 0.59% -
HSV(B) 273.75º 0.28% 0.68% -
XYZ 28.24 24.75 43.33 -
YUV 139.55 147.45 137.6 -
System Red Green Blue C M Y K H S L
Decimal 153 126 174 0.12 0.28 0 0.32 273.75 0.23 0.59
Hex 99 7E AE C 1C 0 20 112 17 3B
Octal 231 176 256 14 34 0 40 422 27 73
Binary 10011001 1111110 10101110 1100 11100 0 100000 100010010 10111 111011

Color Harmonies of #997EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997EAE

Black with #997EAE

Text Example


Text Example

White with #997EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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