#9079AD

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

Shades of Purple Mountain's Majesty #9079AD

Tints of Purple Mountain's Majesty #9079AD

Color information

#9079AD (or 0x9079AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 90, 79 and AD. RGB value is (144,121,173). Sum of RGB (Red+Green+Blue) = 144+121+173=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 121 (47.66% from 255 or 27.63% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 173 - color contains mainly: blue. Hex color #9079AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9079AD is #6F8652. Grayscale: #858585. Windows color (decimal): -7308883 or 11368848. OLE color: 11368848.

HSL color Cylindrical-coordinate representation of color #9079AD: hue angle of 266.54º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9079AD is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB144121173-
CMYK0.170.3000.32
HSL266.54º24.07%57.65%-
HSV(B)266.54º30.06%67.84%-
XYZ25.8822.6242.54-
YUV133.8150.12135.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.88%
GREEN value IS 121 (47.66% from 255) = 27.63%
BLUE value IS 173 (67.97% from 255) = 39.50%
R=32.88%
G=27.63%
B=39.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1441211730.170.3000.32266.5424.0757.65
Hex9079AD111E02010b183a
Octal22017125521360404133072
Binary100100001111001101011011000111110010000010000101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9079AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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