#917FA8

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

Shades of Purple Mountain's Majesty #917FA8

Tints of Purple Mountain's Majesty #917FA8

Color information

#917FA8 (or 0x917FA8) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7F and A8. RGB value is (145,127,168). Sum of RGB (Red+Green+Blue) = 145+127+168=440 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.95% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 168 - color contains mainly: blue. Hex color #917FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FA8 is #6E8057. Grayscale: #888888. Windows color (decimal): -7241816 or 11042705. OLE color: 11042705.

HSL color Cylindrical-coordinate representation of color #917FA8: hue angle of 266.34º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #917FA8 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB145127168-
CMYK0.140.2400.34
HSL266.34º19.07%57.84%-
HSV(B)266.34º24.4%65.88%-
XYZ26.3324.0340.3-
YUV137.06145.46133.67-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.95%
GREEN value IS 127 (50% from 255) = 28.86%
BLUE value IS 168 (66.02% from 255) = 38.18%
R=32.95%
G=28.86%
B=38.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1451271680.140.2400.34266.3419.0757.84
Hex917FA8E1802210a133a
Octal22117725016300424122372
Binary10010001111111110101000111011000010001010000101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,127,168); }

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

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

 a { background-color: rgb(145,127,168); }

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

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

 span { border-color: rgb(145,127,168); }

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