#9184AA

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

Shades of Purple Mountain's Majesty #9184AA

Tints of Purple Mountain's Majesty #9184AA

Color information

#9184AA (or 0x9184AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 84 and AA. RGB value is (145,132,170). Sum of RGB (Red+Green+Blue) = 145+132+170=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 170 - color contains mainly: blue. Hex color #9184AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9184AA is #6E7B55. Grayscale: #8C8C8C. Windows color (decimal): -7240534 or 11175057. OLE color: 11175057.

HSL color Cylindrical-coordinate representation of color #9184AA: hue angle of 260.53º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9184AA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145132170-
CMYK0.150.2200.33
HSL260.53º18.27%59.22%-
HSV(B)260.53º22.35%66.67%-
XYZ27.1825.4241.5-
YUV140.22144.81131.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.44%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=32.44%
G=29.53%
B=38.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451321700.150.2200.33260.5318.2759.22
Hex9184AAF16021105123b
Octal22120425217260414052273
Binary100100011000010010101010111110110010000110000010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9184AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,132,170); }

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

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

 a { background-color: rgb(145,132,170); }

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

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

 span { border-color: rgb(145,132,170); }

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