#997EAC

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

Shades of Purple Mountain's Majesty #997EAC

Tints of Purple Mountain's Majesty #997EAC

Color information

#997EAC (or 0x997EAC) is unknown color: approx 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

RGB153126172-
CMYK0.110.2700.33
HSL275.22º21.7%58.43%-
HSV(B)275.22º26.74%67.45%-
XYZ28.0424.6742.31-
YUV139.32146.45137.76-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531261720.110.2700.33275.2221.758.43
Hex997EACB1B021113163a
Octal23117625413330414232672
Binary10011001111111010101100101111011010000110001001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>