#9380AA

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

Shades of Purple Mountain's Majesty #9380AA

Tints of Purple Mountain's Majesty #9380AA

Color information

#9380AA (or 0x9380AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 80 and AA. RGB value is (147,128,170). Sum of RGB (Red+Green+Blue) = 147+128+170=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #9380AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9380AA is #6C7F55. Grayscale: #8A8A8A. Windows color (decimal): -7110486 or 11174035. OLE color: 11174035.

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

Color convert

RGB147128170-
CMYK0.140.2500.33
HSL267.14º19.81%58.43%-
HSV(B)267.14º24.71%66.67%-
XYZ27.0124.5441.34-
YUV138.47145.79134.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=33.03%
G=28.76%
B=38.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471281700.140.2500.33267.1419.8158.43
Hex9380AAE1902110b143a
Octal22320025216310414132472
Binary100100111000000010101010111011001010000110000101110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9380AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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