#9A73BE

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

Shades of Purple Mountain's Majesty #9A73BE

Tints of Purple Mountain's Majesty #9A73BE

Color information

#9A73BE (or 0x9A73BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 73 and BE. RGB value is (154,115,190). Sum of RGB (Red+Green+Blue) = 154+115+190=459 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.55% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A73BE is #658C41. Grayscale: #868686. Windows color (decimal): -6655042 or 12481434. OLE color: 12481434.

HSL color Cylindrical-coordinate representation of color #9A73BE: hue angle of 271.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9A73BE is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154115190-
CMYK0.190.3900.25
HSL271.2º36.59%59.8%-
HSV(B)271.2º39.47%74.51%-
XYZ28.7522.8551.61-
YUV135.21158.92141.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.55%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=33.55%
G=25.05%
B=41.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541151900.190.3900.25271.236.5959.8
Hex9A73BE132701910f253c
Octal23216327623470314174574
Binary1001101011100111011111010011100111011001100001111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A73BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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