#9183AD

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

Shades of Purple Mountain's Majesty #9183AD

Tints of Purple Mountain's Majesty #9183AD

Color information

#9183AD (or 0x9183AD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 91, 83 and AD. RGB value is (145,131,173). Sum of RGB (Red+Green+Blue) = 145+131+173=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 173 (67.97% from 255 or 38.53% from 449); Max value from RGB is 173 - color contains mainly: blue. Hex color #9183AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9183AD is #6E7C52. Grayscale: #8B8B8B. Windows color (decimal): -7240787 or 11371409. OLE color: 11371409.

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

Color convert

RGB145131173-
CMYK0.160.2400.32
HSL260º20.39%59.61%-
HSV(B)260º24.28%67.84%-
XYZ27.3425.2742.97-
YUV139.97146.64131.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.29%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 173 (67.97% from 255) = 38.53%
R=32.29%
G=29.18%
B=38.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451311730.160.2400.3226020.3959.61
Hex9183AD1018020104143c
Octal22120325520300404042474
Binary1001000110000011101011011000011000010000010000010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9183AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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