#997EB5

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

Shades of Purple Mountain's Majesty #997EB5

Tints of Purple Mountain's Majesty #997EB5

Color information

#997EB5 (or 0x997EB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and B5. RGB value is (153,126,181). Sum of RGB (Red+Green+Blue) = 153+126+181=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 126 (49.61% from 255 or 27.39% from 460); Blue value is 181 (71.09% from 255 or 39.35% from 460); Max value from RGB is 181 - color contains mainly: blue. Hex color #997EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EB5 is #66814A. Grayscale: #8C8C8C. Windows color (decimal): -6717771 or 11894425. OLE color: 11894425.

HSL color Cylindrical-coordinate representation of color #997EB5: hue angle of 269.45º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #997EB5 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB153126181-
CMYK0.150.3000.29
HSL269.45º27.09%60.2%-
HSV(B)269.45º30.39%70.98%-
XYZ28.9425.0347.02-
YUV140.34150.95137.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 126 (49.61% from 255) = 27.39%
BLUE value IS 181 (71.09% from 255) = 39.35%
R=33.26%
G=27.39%
B=39.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1531261810.150.3000.29269.4527.0960.2
Hex997EB5F1E01D10d1b3c
Octal23117626517360354153374
Binary1001100111111101011010111111111001110110000110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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