#9181AF

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

Shades of Purple Mountain's Majesty #9181AF

Tints of Purple Mountain's Majesty #9181AF

Color information

#9181AF (or 0x9181AF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 81 and AF. RGB value is (145,129,175). Sum of RGB (Red+Green+Blue) = 145+129+175=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 175 (68.75% from 255 or 38.98% from 449); Max value from RGB is 175 - color contains mainly: blue. Hex color #9181AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9181AF is #6E7E50. Grayscale: #8A8A8A. Windows color (decimal): -7241297 or 11501969. OLE color: 11501969.

HSL color Cylindrical-coordinate representation of color #9181AF: hue angle of 260.87º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9181AF is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB145129175-
CMYK0.170.2600.31
HSL260.87º22.33%59.61%-
HSV(B)260.87º26.29%68.63%-
XYZ27.2724.8243.91-
YUV139.03148.3132.26-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.29%
GREEN value IS 129 (50.78% from 255) = 28.73%
BLUE value IS 175 (68.75% from 255) = 38.98%
R=32.29%
G=28.73%
B=38.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1451291750.170.2600.31260.8722.3359.61
Hex9181AF111A01F105163c
Octal22120125721320374052674
Binary100100011000000110101111100011101001111110000010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9181AF; }

 p { color: rgb(145,129,175); }

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

<style>
 a { background-color: #9181AF; }

 a { background-color: rgb(145,129,175); }

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

<style>
 span { border-color: #9181AF; }

 span { border-color: rgb(145,129,175); }

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