#9989AA

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

Shades of Purple Mountain's Majesty #9989AA

Tints of Purple Mountain's Majesty #9989AA

Color information

#9989AA (or 0x9989AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 99, 89 and AA. RGB value is (153,137,170). Sum of RGB (Red+Green+Blue) = 153+137+170=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 170 - color contains mainly: blue. Hex color #9989AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9989AA is #667655. Grayscale: #919191. Windows color (decimal): -6714966 or 11176345. OLE color: 11176345.

HSL color Cylindrical-coordinate representation of color #9989AA: hue angle of 269.09º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9989AA is Cyan = 0.1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB153137170-
CMYK0.10.1900.33
HSL269.09º16.26%60.2%-
HSV(B)269.09º19.41%66.67%-
XYZ29.3427.5741.8-
YUV145.55141.8133.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 137 (53.91% from 255) = 29.78%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=33.26%
G=29.78%
B=36.96%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1531371700.10.1900.33269.0916.2660.2
Hex9989AAA1302110d103c
Octal23121125212230414152074
Binary100110011000100110101010101010011010000110000110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9989AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9989AA; }

 p { color: rgb(153,137,170); }

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

<style>
 a { background-color: #9989AA; }

 a { background-color: rgb(153,137,170); }

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

<style>
 span { border-color: #9989AA; }

 span { border-color: rgb(153,137,170); }

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