#9A72BA

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

Shades of Purple Mountain's Majesty #9A72BA

Tints of Purple Mountain's Majesty #9A72BA

Color information

#9A72BA (or 0x9A72BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 72 and BA. RGB value is (154,114,186). Sum of RGB (Red+Green+Blue) = 154+114+186=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72BA is #658D45. Grayscale: #858585. Windows color (decimal): -6655302 or 12219034. OLE color: 12219034.

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

Color convert

RGB154114186-
CMYK0.170.3900.27
HSL273.33º34.29%58.82%-
HSV(B)273.33º38.71%72.94%-
XYZ28.2122.4549.3-
YUV134.17157.25142.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 114 (44.92% from 255) = 25.11%
BLUE value IS 186 (73.05% from 255) = 40.97%
R=33.92%
G=25.11%
B=40.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541141860.170.3900.27273.3334.2958.82
Hex9A72BA112701B111223b
Octal23216227221470334214273
Binary1001101011100101011101010001100111011011100010001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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