#997ABA

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

Shades of Purple Mountain's Majesty #997ABA

Tints of Purple Mountain's Majesty #997ABA

Color information

#997ABA (or 0x997ABA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 7A and BA. RGB value is (153,122,186). Sum of RGB (Red+Green+Blue) = 153+122+186=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #997ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #997ABA is #668545. Grayscale: #8A8A8A. Windows color (decimal): -6718790 or 12221081. OLE color: 12221081.

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

Color convert

RGB153122186-
CMYK0.180.3400.27
HSL269.06º31.68%60.39%-
HSV(B)269.06º34.41%72.94%-
XYZ28.9624.2449.61-
YUV138.56154.77138.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 122 (48.05% from 255) = 26.46%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=33.19%
G=26.46%
B=40.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531221860.180.3400.27269.0631.6860.39
Hex997ABA122201B10d203c
Octal23117227222420334154074
Binary1001100111110101011101010010100010011011100001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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