#997EAD

Color #997EAD Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #997EAD

Tints of Purple Mountain's Majesty #997EAD

Color information

#997EAD (or 0x997EAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and AD. RGB value is (153,126,173). Sum of RGB (Red+Green+Blue) = 153+126+173=452 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.85% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 173 - color contains mainly: blue. Hex color #997EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997EAD is #668152. Grayscale: #8B8B8B. Windows color (decimal): -6717779 or 11370137. OLE color: 11370137.

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

Color convert

RGB153126173-
CMYK0.120.2700.32
HSL274.47º22.27%58.63%-
HSV(B)274.47º27.17%67.84%-
XYZ28.1424.7142.82-
YUV139.43146.95137.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.85%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=33.85%
G=27.88%
B=38.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531261730.120.2700.32274.4722.2758.63
Hex997EADC1B020112163b
Octal23117625514330404222673
Binary10011001111111010101101110011011010000010001001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #997EAD;
 }
 .AnyTagClassName
 {
   color: #997EAD;
 }
</style>
background-color css

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

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

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

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

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

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