#9383AA

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

Shades of Purple Mountain's Majesty #9383AA

Tints of Purple Mountain's Majesty #9383AA

Color information

#9383AA (or 0x9383AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 83 and AA. RGB value is (147,131,170). Sum of RGB (Red+Green+Blue) = 147+131+170=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9383AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9383AA is #6C7C55. Grayscale: #8C8C8C. Windows color (decimal): -7109718 or 11174803. OLE color: 11174803.

HSL color Cylindrical-coordinate representation of color #9383AA: hue angle of 264.62º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9383AA is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147131170-
CMYK0.140.2300.33
HSL264.62º18.66%59.02%-
HSV(B)264.62º22.94%66.67%-
XYZ27.425.3441.48-
YUV140.23144.8132.83-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 131 (51.56% from 255) = 29.24%
BLUE value IS 170 (66.80% from 255) = 37.95%
R=32.81%
G=29.24%
B=37.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471311700.140.2300.33264.6218.6659.02
Hex9383AAE17021109133b
Octal22320325216270414112373
Binary100100111000001110101010111010111010000110000100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9383AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,131,170); }

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

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

 a { background-color: rgb(147,131,170); }

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

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

 span { border-color: rgb(147,131,170); }

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