#997DAE

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

Shades of Purple Mountain's Majesty #997DAE

Tints of Purple Mountain's Majesty #997DAE

Color information

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

RGB153125174-
CMYK0.120.2800.32
HSL274.29º23.22%58.63%-
HSV(B)274.29º28.16%68.24%-
XYZ28.1124.543.29-
YUV138.96147.78138.02-

RGB Variations

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

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.50%
R=33.85%
G=27.65%
B=38.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1531251740.120.2800.32274.2923.2258.63
Hex997DAEC1C020112173b
Octal23117525614340404222773
Binary10011001111110110101110110011100010000010001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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