#9B73BA

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

Shades of Purple Mountain's Majesty #9B73BA

Tints of Purple Mountain's Majesty #9B73BA

Color information

#9B73BA (or 0x9B73BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9B, 73 and BA. RGB value is (155,115,186). Sum of RGB (Red+Green+Blue) = 155+115+186=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B73BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B73BA is #648C45. Grayscale: #868686. Windows color (decimal): -6589510 or 12219291. OLE color: 12219291.

HSL color Cylindrical-coordinate representation of color #9B73BA: hue angle of 273.8º 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 #9B73BA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB155115186-
CMYK0.170.3800.27
HSL273.8º33.97%59.02%-
HSV(B)273.8º38.17%72.94%-
XYZ28.5122.7849.35-
YUV135.05156.75142.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 115 (45.31% from 255) = 25.22%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=33.99%
G=25.22%
B=40.79%

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
Decimal1551151860.170.3800.27273.833.9759.02
Hex9B73BA112601B112223b
Octal23316327221460334224273
Binary1001101111100111011101010001100110011011100010010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B73BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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