#9182AD

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

Shades of Purple Mountain's Majesty #9182AD

Tints of Purple Mountain's Majesty #9182AD

Color information

#9182AD (or 0x9182AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 82 and AD. RGB value is (145,130,173). Sum of RGB (Red+Green+Blue) = 145+130+173=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #9182AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9182AD is #6E7D52. Grayscale: #8B8B8B. Windows color (decimal): -7241043 or 11371153. OLE color: 11371153.

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

Color convert

RGB145130173-
CMYK0.160.2500.32
HSL260.93º20.77%59.41%-
HSV(B)260.93º24.86%67.84%-
XYZ27.22542.93-
YUV139.39146.97132-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.37%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=32.37%
G=29.02%
B=38.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451301730.160.2500.32260.9320.7759.41
Hex9182AD1019020105153b
Octal22120225520310404052573
Binary1001000110000010101011011000011001010000010000010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9182AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9182AD; }

 p { color: rgb(145,130,173); }

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

<style>
 a { background-color: #9182AD; }

 a { background-color: rgb(145,130,173); }

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

<style>
 span { border-color: #9182AD; }

 span { border-color: rgb(145,130,173); }

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