#9A7AAF

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

Shades of Purple Mountain's Majesty #9A7AAF

Tints of Purple Mountain's Majesty #9A7AAF

Color information

#9A7AAF (or 0x9A7AAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7A and AF. RGB value is (154,122,175). Sum of RGB (Red+Green+Blue) = 154+122+175=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 122 (48.05% from 255 or 27.05% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7AAF is #658550. Grayscale: #898989. Windows color (decimal): -6653265 or 11500186. OLE color: 11500186.

HSL color Cylindrical-coordinate representation of color #9A7AAF: hue angle of 276.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A7AAF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154122175-
CMYK0.120.3000.31
HSL276.23º24.88%58.24%-
HSV(B)276.23º30.29%68.63%-
XYZ28.0223.8843.69-
YUV137.61149.1139.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 122 (48.05% from 255) = 27.05%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=34.15%
G=27.05%
B=38.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541221750.120.3000.31276.2324.8858.24
Hex9A7AAFC1E01F114193a
Octal23217225714360374243172
Binary1001101011110101010111111001111001111110001010011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A7AAF; }

 p { color: rgb(154,122,175); }

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

<style>
 a { background-color: #9A7AAF; }

 a { background-color: rgb(154,122,175); }

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

<style>
 span { border-color: #9A7AAF; }

 span { border-color: rgb(154,122,175); }

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