#9082AA

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

Shades of Purple Mountain's Majesty #9082AA

Tints of Purple Mountain's Majesty #9082AA

Color information

#9082AA (or 0x9082AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 82 and AA. RGB value is (144,130,170). Sum of RGB (Red+Green+Blue) = 144+130+170=444 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.43% from 444); Green value is 130 (51.17% from 255 or 29.28% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #9082AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9082AA is #6F7D55. Grayscale: #8A8A8A. Windows color (decimal): -7306582 or 11174544. OLE color: 11174544.

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

Color convert

RGB144130170-
CMYK0.150.2400.33
HSL261º19.05%58.82%-
HSV(B)261º23.53%66.67%-
XYZ26.7424.841.41-
YUV138.75145.64131.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.43%
GREEN value IS 130 (51.17% from 255) = 29.28%
BLUE value IS 170 (66.80% from 255) = 38.29%
R=32.43%
G=29.28%
B=38.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441301700.150.2400.3326119.0558.82
Hex9082AAF18021105133b
Octal22020225217300414052373
Binary100100001000001010101010111111000010000110000010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,130,170); }

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

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

 a { background-color: rgb(144,130,170); }

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

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

 span { border-color: rgb(144,130,170); }

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