#9082AD

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

Shades of Purple Mountain's Majesty #9082AD

Tints of Purple Mountain's Majesty #9082AD

Color information

#9082AD (or 0x9082AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 82 and AD. RGB value is (144,130,173). Sum of RGB (Red+Green+Blue) = 144+130+173=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #9082AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9082AD is #6F7D52. Grayscale: #8A8A8A. Windows color (decimal): -7306579 or 11371152. OLE color: 11371152.

HSL color Cylindrical-coordinate representation of color #9082AD: hue angle of 259.53º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9082AD is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144130173-
CMYK0.170.2500.32
HSL259.53º20.77%59.41%-
HSV(B)259.53º24.86%67.84%-
XYZ27.0324.9142.92-
YUV139.09147.14131.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.21%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 173 (67.97% from 255) = 38.70%
R=32.21%
G=29.08%
B=38.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441301730.170.2500.32259.5320.7759.41
Hex9082AD1119020104153b
Octal22020225521310404042573
Binary1001000010000010101011011000111001010000010000010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9082AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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