#9175AF

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

Shades of Purple Mountain's Majesty #9175AF

Tints of Purple Mountain's Majesty #9175AF

Color information

#9175AF (or 0x9175AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 75 and AF. RGB value is (145,117,175). Sum of RGB (Red+Green+Blue) = 145+117+175=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #9175AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9175AF is #6E8A50. Grayscale: #838383. Windows color (decimal): -7244369 or 11498897. OLE color: 11498897.

HSL color Cylindrical-coordinate representation of color #9175AF: hue angle of 268.97º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9175AF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145117175-
CMYK0.170.3300.31
HSL268.97º26.61%57.25%-
HSV(B)268.97º33.14%68.63%-
XYZ25.7821.8443.41-
YUV131.98152.28137.28-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 117 (46.09% from 255) = 26.77%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=33.18%
G=26.77%
B=40.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451171750.170.3300.31268.9726.6157.25
Hex9175AF112101F10d1b39
Octal22116525721410374153371
Binary100100011110101101011111000110000101111110000110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9175AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9175AF; }

 p { color: rgb(145,117,175); }

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

<style>
 a { background-color: #9175AF; }

 a { background-color: rgb(145,117,175); }

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

<style>
 span { border-color: #9175AF; }

 span { border-color: rgb(145,117,175); }

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