#997EBA

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

Shades of Purple Mountain's Majesty #997EBA

Tints of Purple Mountain's Majesty #997EBA

Color information

#997EBA (or 0x997EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7E and BA. RGB value is (153,126,186). Sum of RGB (Red+Green+Blue) = 153+126+186=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #997EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997EBA is #668145. Grayscale: #8C8C8C. Windows color (decimal): -6717766 or 12222105. OLE color: 12222105.

HSL color Cylindrical-coordinate representation of color #997EBA: hue angle of 267º 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 #997EBA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153126186-
CMYK0.180.3200.27
HSL267º30.3%61.18%-
HSV(B)267º32.26%72.94%-
XYZ29.4625.2449.77-
YUV140.91153.45136.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.90%
GREEN value IS 126 (49.61% from 255) = 27.10%
BLUE value IS 186 (73.05% from 255) = 40%
R=32.90%
G=27.10%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531261860.180.3200.2726730.361.18
Hex997EBA122001B10b1e3d
Octal23117627222400334133675
Binary100110011111110101110101001010000001101110000101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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