Html Css Color HEX #9180AA Purple Mountain's Majesty

📋 copy color: '#9180AA'

red 145 ◦ green 128 ◦ blue 170

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

Shades of Purple Mountain's Majesty #9180AA

Tints of Purple Mountain's Majesty #9180AA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.89%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 32.73%
G = 28.89%
B = 38.37%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9180AA (or 0x9180AA) is known color: Purple Mountain's Majesty. HEX triplet: 91, 80 and AA. RGB value is (145,128,170). Sum of RGB (Red+Green+Blue) = 145+128+170=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9180AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9180AA is #6E7F55. Grayscale: #898989. Windows color (decimal): -7241558 or 11174033. OLE color: 11174033.

HSL color Cylindrical-coordinate representation of color #9180AA: hue angle of 264.29º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9180AA is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 128 170 -
CMYK 0.15 0.25 0 0.33
HSL 264.29º 0.2% 0.58% -
HSV(B) 264.29º 0.25% 0.67% -
XYZ 26.65 24.36 41.33 -
YUV 137.87 146.13 133.08 -
System Red Green Blue C M Y K H S L
Decimal 145 128 170 0.15 0.25 0 0.33 264.29 0.2 0.58
Hex 91 80 AA F 19 0 21 108 14 3A
Octal 221 200 252 17 31 0 41 410 24 72
Binary 10010001 10000000 10101010 1111 11001 0 100001 100001000 10100 111010

Color Harmonies of #9180AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9180AA

Black with #9180AA

Text Example


Text Example

White with #9180AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9180AA; }

 p { color: rgb(145,128,170); }

 H1.HeaderClassName
 {
   color: #9180AA;
 }
 .AnyTagClassName
 {
   color: #9180AA;
 }
</style>

background-color css

<style>
 a { background-color: #9180AA; }

 a { background-color: rgb(145,128,170); }

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

border-color css

<style>
 span { border-color: #9180AA; }

 span { border-color: rgb(145,128,170); }

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