Html Css Color HEX #9171BA Purple Mountain's Majesty

📋 copy color: '#9171BA'

red 145 ◦ green 113 ◦ blue 186

#9171BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9171BA

Tints of Purple Mountain's Majesty #9171BA

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 value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9171BA (or 0x9171BA) is known color: 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

RGB 145 113 186 -
CMYK 0.22 0.39 0 0.27
HSL 266.3º 0.35% 0.59% -
HSV(B) 266.3º 0.39% 0.73% -
XYZ 26.45 21.38 49.19 -
YUV 130.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 145 113 186 0.22 0.39 0 0.27 266.3 0.35 0.59
Hex 91 71 BA 16 27 0 1B 10A 23 3B
Octal 221 161 272 26 47 0 33 412 43 73
Binary 10010001 1110001 10111010 10110 100111 0 11011 100001010 100011 111011

Color Harmonies of #9171BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9171BA

Black with #9171BA

Text Example


Text Example

White with #9171BA

Text Example


Text Example

HTML Codes & Css Web 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>