#9181AC

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

Shades of Purple Mountain's Majesty #9181AC

Tints of Purple Mountain's Majesty #9181AC

Color information

#9181AC (or 0x9181AC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 81 and AC. RGB value is (145,129,172). Sum of RGB (Red+Green+Blue) = 145+129+172=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #9181AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9181AC is #6E7E53. Grayscale: #8A8A8A. Windows color (decimal): -7241300 or 11305361. OLE color: 11305361.

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

Color convert

RGB145129172-
CMYK0.160.2500.33
HSL262.33º20.57%59.02%-
HSV(B)262.33º25%67.45%-
XYZ26.9724.742.38-
YUV138.69146.8132.5-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.51%
GREEN value IS 129 (50.78% from 255) = 28.92%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=32.51%
G=28.92%
B=38.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1451291720.160.2500.33262.3320.5759.02
Hex9181AC1019021106153b
Octal22120125420310414062573
Binary1001000110000001101011001000011001010000110000011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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