#9284AA

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

Shades of Purple Mountain's Majesty #9284AA

Tints of Purple Mountain's Majesty #9284AA

Color information

#9284AA (or 0x9284AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 84 and AA. RGB value is (146,132,170). Sum of RGB (Red+Green+Blue) = 146+132+170=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9284AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9284AA is #6D7B55. Grayscale: #8C8C8C. Windows color (decimal): -7174998 or 11175058. OLE color: 11175058.

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

Color convert

RGB146132170-
CMYK0.140.2200.33
HSL262.11º18.27%59.22%-
HSV(B)262.11º22.35%66.67%-
XYZ27.3625.5241.51-
YUV140.52144.64131.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=32.59%
G=29.46%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461321700.140.2200.33262.1118.2759.22
Hex9284AAE16021106123b
Octal22220425216260414062273
Binary100100101000010010101010111010110010000110000011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9284AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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