#917AAA

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

Shades of Purple Mountain's Majesty #917AAA

Tints of Purple Mountain's Majesty #917AAA

Color information

#917AAA (or 0x917AAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7A and AA. RGB value is (145,122,170). Sum of RGB (Red+Green+Blue) = 145+122+170=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #917AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917AAA is #6E8555. Grayscale: #868686. Windows color (decimal): -7243094 or 11172497. OLE color: 11172497.

HSL color Cylindrical-coordinate representation of color #917AAA: hue angle of 268.75º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #917AAA is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB145122170-
CMYK0.150.2800.33
HSL268.75º22.02%57.25%-
HSV(B)268.75º28.24%66.67%-
XYZ25.8922.8441.07-
YUV134.35148.12135.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 170 (66.80% from 255) = 38.90%
R=33.18%
G=27.92%
B=38.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451221700.150.2800.33268.7522.0257.25
Hex917AAAF1C02110d1639
Octal22117225217340414152671
Binary10010001111101010101010111111100010000110000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917AAA; }

 p { color: rgb(145,122,170); }

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

<style>
 a { background-color: #917AAA; }

 a { background-color: rgb(145,122,170); }

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

<style>
 span { border-color: #917AAA; }

 span { border-color: rgb(145,122,170); }

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