#9689AA

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

Shades of Purple Mountain's Majesty #9689AA

Tints of Purple Mountain's Majesty #9689AA

Color information

#9689AA (or 0x9689AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 96, 89 and AA. RGB value is (150,137,170). Sum of RGB (Red+Green+Blue) = 150+137+170=457 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.82% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #9689AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9689AA is #697655. Grayscale: #909090. Windows color (decimal): -6911574 or 11176342. OLE color: 11176342.

HSL color Cylindrical-coordinate representation of color #9689AA: hue angle of 263.64º 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 #9689AA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB150137170-
CMYK0.120.1900.33
HSL263.64º16.26%60.2%-
HSV(B)263.64º19.41%66.67%-
XYZ28.7827.2841.78-
YUV144.65142.31131.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.82%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=32.82%
G=29.98%
B=37.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1501371700.120.1900.33263.6416.2660.2
Hex9689AAC13021108103c
Octal22621125214230414102074
Binary100101101000100110101010110010011010000110000100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9689AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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