#9179AD

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

Shades of Purple Mountain's Majesty #9179AD

Tints of Purple Mountain's Majesty #9179AD

Color information

#9179AD (or 0x9179AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 79 and AD. RGB value is (145,121,173). Sum of RGB (Red+Green+Blue) = 145+121+173=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #9179AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9179AD is #6E8652. Grayscale: #858585. Windows color (decimal): -7243347 or 11368849. OLE color: 11368849.

HSL color Cylindrical-coordinate representation of color #9179AD: hue angle of 267.69º 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 #9179AD is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145121173-
CMYK0.160.3000.32
HSL267.69º24.07%57.65%-
HSV(B)267.69º30.06%67.84%-
XYZ26.0622.7142.55-
YUV134.1149.95135.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 173 (67.97% from 255) = 39.41%
R=33.03%
G=27.56%
B=39.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451211730.160.3000.32267.6924.0757.65
Hex9179AD101E02010c183a
Octal22117125520360404143072
Binary100100011111001101011011000011110010000010000110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9179AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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