#997EBE

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

Shades of Purple Mountain's Majesty #997EBE

Tints of Purple Mountain's Majesty #997EBE

Color information

#997EBE (or 0x997EBE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and BE. RGB value is (153,126,190). Sum of RGB (Red+Green+Blue) = 153+126+190=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #997EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBE is #668141. Grayscale: #8D8D8D. Windows color (decimal): -6717762 or 12484249. OLE color: 12484249.

HSL color Cylindrical-coordinate representation of color #997EBE: hue angle of 265.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #997EBE is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153126190-
CMYK0.190.3400.25
HSL265.31º32.99%61.96%-
HSV(B)265.31º33.68%74.51%-
XYZ29.8925.4152.04-
YUV141.37155.45136.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 126 (49.61% from 255) = 26.87%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=32.62%
G=26.87%
B=40.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531261900.190.3400.25265.3132.9961.96
Hex997EBE1322019109213e
Octal23117627623420314114176
Binary1001100111111101011111010011100010011001100001001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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