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

📋 copy color: '#997DAE'

red 153 ◦ green 125 ◦ blue 174

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

Shades of Purple Mountain's Majesty #997DAE

Tints of Purple Mountain's Majesty #997DAE

RGB

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

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

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

R = 33.85%
G = 27.65%
B = 38.5%

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

#997DAE (or 0x997DAE) is known color: Purple Mountain's Majesty. HEX triplet: 99, 7D and AE. RGB value is (153,125,174). Sum of RGB (Red+Green+Blue) = 153+125+174=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 174 - color contains mainly: blue. Hex color #997DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997DAE is #668251. Grayscale: #8A8A8A. Windows color (decimal): -6718034 or 11435417. OLE color: 11435417.

HSL color Cylindrical-coordinate representation of color #997DAE: hue angle of 274.29º 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 #997DAE is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 125 174 -
CMYK 0.12 0.28 0 0.32
HSL 274.29º 0.23% 0.59% -
HSV(B) 274.29º 0.28% 0.68% -
XYZ 28.11 24.5 43.29 -
YUV 138.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 153 125 174 0.12 0.28 0 0.32 274.29 0.23 0.59
Hex 99 7D AE C 1C 0 20 112 17 3B
Octal 231 175 256 14 34 0 40 422 27 73
Binary 10011001 1111101 10101110 1100 11100 0 100000 100010010 10111 111011

Color Harmonies of #997DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997DAE

Black with #997DAE

Text Example


Text Example

White with #997DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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