#9480AA

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

Shades of Purple Mountain's Majesty #9480AA

Tints of Purple Mountain's Majesty #9480AA

Color information

#9480AA (or 0x9480AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 80 and AA. RGB value is (148,128,170). Sum of RGB (Red+Green+Blue) = 148+128+170=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #9480AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9480AA is #6B7F55. Grayscale: #8A8A8A. Windows color (decimal): -7044950 or 11174036. OLE color: 11174036.

HSL color Cylindrical-coordinate representation of color #9480AA: hue angle of 268.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9480AA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148128170-
CMYK0.130.2500.33
HSL268.57º19.81%58.43%-
HSV(B)268.57º24.71%66.67%-
XYZ27.1924.6441.35-
YUV138.77145.63134.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=33.18%
G=28.70%
B=38.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481281700.130.2500.33268.5719.8158.43
Hex9480AAD1902110d143a
Octal22420025215310414152472
Binary100101001000000010101010110111001010000110000110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9480AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,128,170); }

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

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

 a { background-color: rgb(148,128,170); }

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

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

 span { border-color: rgb(148,128,170); }

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