#997FAE

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

Shades of Purple Mountain's Majesty #997FAE

Tints of Purple Mountain's Majesty #997FAE

Color information

#997FAE (or 0x997FAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7F and AE. RGB value is (153,127,174). Sum of RGB (Red+Green+Blue) = 153+127+174=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 174 - color contains mainly: blue. Hex color #997FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997FAE is #668051. Grayscale: #8B8B8B. Windows color (decimal): -6717522 or 11435929. OLE color: 11435929.

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

Color convert

RGB153127174-
CMYK0.120.2700.32
HSL273.19º22.49%59.02%-
HSV(B)273.19º27.01%68.24%-
XYZ28.3725.0143.38-
YUV140.13147.11137.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 127 (50% from 255) = 27.97%
BLUE value IS 174 (68.36% from 255) = 38.33%
R=33.70%
G=27.97%
B=38.33%

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
Decimal1531271740.120.2700.32273.1922.4959.02
Hex997FAEC1B020111163b
Octal23117725614330404212673
Binary10011001111111110101110110011011010000010001000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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