#997EB9

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

Shades of Purple Mountain's Majesty #997EB9

Tints of Purple Mountain's Majesty #997EB9

Color information

#997EB9 (or 0x997EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and B9. RGB value is (153,126,185). Sum of RGB (Red+Green+Blue) = 153+126+185=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 185 (72.66% from 255 or 39.87% from 464); Max value from RGB is 185 - color contains mainly: blue. Hex color #997EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EB9 is #668146. Grayscale: #8C8C8C. Windows color (decimal): -6717767 or 12156569. OLE color: 12156569.

HSL color Cylindrical-coordinate representation of color #997EB9: hue angle of 267.46º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #997EB9 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153126185-
CMYK0.170.3200.27
HSL267.46º29.65%60.98%-
HSV(B)267.46º31.89%72.55%-
XYZ29.3525.249.22-
YUV140.8152.95136.7-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.97%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 185 (72.66% from 255) = 39.87%
R=32.97%
G=27.16%
B=39.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531261850.170.3200.27267.4629.6560.98
Hex997EB9112001B10b1e3d
Octal23117627121400334133675
Binary100110011111110101110011000110000001101110000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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