#997EBB

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

Shades of Purple Mountain's Majesty #997EBB

Tints of Purple Mountain's Majesty #997EBB

Color information

#997EBB (or 0x997EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and BB. RGB value is (153,126,187). Sum of RGB (Red+Green+Blue) = 153+126+187=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #997EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBB is #668144. Grayscale: #8C8C8C. Windows color (decimal): -6717765 or 12287641. OLE color: 12287641.

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

Color convert

RGB153126187-
CMYK0.180.3300.27
HSL266.56º30.96%61.37%-
HSV(B)266.56º32.62%73.33%-
XYZ29.5725.2850.34-
YUV141.03153.95136.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.83%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=32.83%
G=27.04%
B=40.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531261870.180.3300.27266.5630.9661.37
Hex997EBB122101B10b1f3d
Octal23117627322410334133775
Binary100110011111110101110111001010000101101110000101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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