#917FAD

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

Shades of Purple Mountain's Majesty #917FAD

Tints of Purple Mountain's Majesty #917FAD

Color information

#917FAD (or 0x917FAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 7F and AD. RGB value is (145,127,173). Sum of RGB (Red+Green+Blue) = 145+127+173=445 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.58% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #917FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917FAD is #6E8052. Grayscale: #898989. Windows color (decimal): -7241811 or 11370385. OLE color: 11370385.

HSL color Cylindrical-coordinate representation of color #917FAD: hue angle of 263.48º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #917FAD is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145127173-
CMYK0.160.2700.32
HSL263.48º21.9%58.82%-
HSV(B)263.48º26.59%67.84%-
XYZ26.8124.2242.8-
YUV137.63147.96133.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.58%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 173 (67.97% from 255) = 38.88%
R=32.58%
G=28.54%
B=38.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451271730.160.2700.32263.4821.958.82
Hex917FAD101B020107163b
Octal22117725520330404072673
Binary100100011111111101011011000011011010000010000011110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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