#997EB7

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

Shades of Purple Mountain's Majesty #997EB7

Tints of Purple Mountain's Majesty #997EB7

Color information

#997EB7 (or 0x997EB7) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and B7. RGB value is (153,126,183). Sum of RGB (Red+Green+Blue) = 153+126+183=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 183 - color contains mainly: blue. Hex color #997EB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EB7 is #668148. Grayscale: #8C8C8C. Windows color (decimal): -6717769 or 12025497. OLE color: 12025497.

HSL color Cylindrical-coordinate representation of color #997EB7: hue angle of 268.42º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #997EB7 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB153126183-
CMYK0.160.3100.28
HSL268.42º28.36%60.59%-
HSV(B)268.42º31.15%71.76%-
XYZ29.1425.1148.11-
YUV140.57151.95136.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 126 (49.61% from 255) = 27.27%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=33.12%
G=27.27%
B=39.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1531261830.160.3100.28268.4228.3660.59
Hex997EB7101F01C10c1c3d
Octal23117626720370344143475
Binary10011001111111010110111100001111101110010000110011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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