#9171BA

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

Shades of Purple Mountain's Majesty #9171BA

Tints of Purple Mountain's Majesty #9171BA

Color information

#9171BA (or 0x9171BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 71 and BA. RGB value is (145,113,186). Sum of RGB (Red+Green+Blue) = 145+113+186=444 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.66% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #9171BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9171BA is #6E8E45. Grayscale: #828282. Windows color (decimal): -7245382 or 12218769. OLE color: 12218769.

HSL color Cylindrical-coordinate representation of color #9171BA: hue angle of 266.3º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9171BA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB145113186-
CMYK0.220.3900.27
HSL266.3º34.6%58.63%-
HSV(B)266.3º39.25%72.94%-
XYZ26.4521.3849.19-
YUV130.89159.1138.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.66%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=32.66%
G=25.45%
B=41.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1451131860.220.3900.27266.334.658.63
Hex9171BA162701B10a233b
Octal22116127226470334124373
Binary1001000111100011011101010110100111011011100001010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9171BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9171BA; }

 p { color: rgb(145,113,186); }

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

<style>
 a { background-color: #9171BA; }

 a { background-color: rgb(145,113,186); }

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

<style>
 span { border-color: #9171BA; }

 span { border-color: rgb(145,113,186); }

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