#9A73BA

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

Shades of Purple Mountain's Majesty #9A73BA

Tints of Purple Mountain's Majesty #9A73BA

Color information

#9A73BA (or 0x9A73BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 73 and BA. RGB value is (154,115,186). Sum of RGB (Red+Green+Blue) = 154+115+186=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73BA is #658C45. Grayscale: #868686. Windows color (decimal): -6655046 or 12219290. OLE color: 12219290.

HSL color Cylindrical-coordinate representation of color #9A73BA: hue angle of 272.96º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9A73BA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB154115186-
CMYK0.170.3800.27
HSL272.96º33.97%59.02%-
HSV(B)272.96º38.17%72.94%-
XYZ28.3222.6849.34-
YUV134.76156.92141.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=33.85%
G=25.27%
B=40.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541151860.170.3800.27272.9633.9759.02
Hex9A73BA112601B111223b
Octal23216327221460334214273
Binary1001101011100111011101010001100110011011100010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A73BA; }

 p { color: rgb(154,115,186); }

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

<style>
 a { background-color: #9A73BA; }

 a { background-color: rgb(154,115,186); }

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

<style>
 span { border-color: #9A73BA; }

 span { border-color: rgb(154,115,186); }

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