Html Css Color HEX #9177AC Purple Mountain's Majesty

📋 copy color: '#9177AC'

red 145 ◦ green 119 ◦ blue 172

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

Shades of Purple Mountain's Majesty #9177AC

Tints of Purple Mountain's Majesty #9177AC

RGB

 RED value IS 145 (57.03% from 255) = 33.26%

 GREEN value IS 119 (46.88% from 255) = 27.29%

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 33.26%
G = 27.29%
B = 39.45%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9177AC (or 0x9177AC) is known color: Purple Mountain's Majesty. HEX triplet: 91, 77 and AC. RGB value is (145,119,172). Sum of RGB (Red+Green+Blue) = 145+119+172=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9177AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9177AC is #6E8853. Grayscale: #848484. Windows color (decimal): -7243860 or 11302801. OLE color: 11302801.

HSL color Cylindrical-coordinate representation of color #9177AC: hue angle of 269.43º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9177AC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 119 172 -
CMYK 0.16 0.31 0 0.33
HSL 269.43º 0.24% 0.57% -
HSV(B) 269.43º 0.31% 0.67% -
XYZ 25.72 22.19 41.96 -
YUV 132.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 145 119 172 0.16 0.31 0 0.33 269.43 0.24 0.57
Hex 91 77 AC 10 1F 0 21 10D 18 39
Octal 221 167 254 20 37 0 41 415 30 71
Binary 10010001 1110111 10101100 10000 11111 0 100001 100001101 11000 111001

Color Harmonies of #9177AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9177AC

Black with #9177AC

Text Example


Text Example

White with #9177AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9177AC; }

 p { color: rgb(145,119,172); }

 H1.HeaderClassName
 {
   color: #9177AC;
 }
 .AnyTagClassName
 {
   color: #9177AC;
 }
</style>

background-color css

<style>
 a { background-color: #9177AC; }

 a { background-color: rgb(145,119,172); }

 div.DivClassName
 {
   background-color: #9177AC;
 }
 .BgClassName
 {
   background-color: #9177AC;
 }
</style>

border-color css

<style>
 span { border-color: #9177AC; }

 span { border-color: rgb(145,119,172); }

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