#9483AA

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

Shades of Purple Mountain's Majesty #9483AA

Tints of Purple Mountain's Majesty #9483AA

Color information

#9483AA (or 0x9483AA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 83 and AA. RGB value is (148,131,170). Sum of RGB (Red+Green+Blue) = 148+131+170=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 131 (51.56% from 255 or 29.18% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #9483AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9483AA is #6B7C55. Grayscale: #8C8C8C. Windows color (decimal): -7044182 or 11174804. OLE color: 11174804.

HSL color Cylindrical-coordinate representation of color #9483AA: hue angle of 266.15º 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 #9483AA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148131170-
CMYK0.130.2300.33
HSL266.15º18.66%59.02%-
HSV(B)266.15º22.94%66.67%-
XYZ27.5825.4341.48-
YUV140.53144.63133.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 131 (51.56% from 255) = 29.18%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=32.96%
G=29.18%
B=37.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481311700.130.2300.33266.1518.6659.02
Hex9483AAD1702110a133b
Octal22420325215270414122373
Binary100101001000001110101010110110111010000110000101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9483AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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