#917EAA

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

Shades of Purple Mountain's Majesty #917EAA

Tints of Purple Mountain's Majesty #917EAA

Color information

#917EAA (or 0x917EAA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7E and AA. RGB value is (145,126,170). Sum of RGB (Red+Green+Blue) = 145+126+170=441 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.88% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #917EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917EAA is #6E8155. Grayscale: #888888. Windows color (decimal): -7242070 or 11173521. OLE color: 11173521.

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

Color convert

RGB145126170-
CMYK0.150.2600.33
HSL265.91º20.56%58.04%-
HSV(B)265.91º25.88%66.67%-
XYZ26.3923.8441.24-
YUV136.7146.79133.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.88%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=32.88%
G=28.57%
B=38.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451261700.150.2600.33265.9120.5658.04
Hex917EAAF1A02110a153a
Octal22117625217320414122572
Binary10010001111111010101010111111010010000110000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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