#9A72B3

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

Shades of Purple Mountain's Majesty #9A72B3

Tints of Purple Mountain's Majesty #9A72B3

Color information

#9A72B3 (or 0x9A72B3) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 72 and B3. RGB value is (154,114,179). Sum of RGB (Red+Green+Blue) = 154+114+179=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A72B3 is #658D4C. Grayscale: #858585. Windows color (decimal): -6655309 or 11760282. OLE color: 11760282.

HSL color Cylindrical-coordinate representation of color #9A72B3: hue angle of 276.92º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9A72B3 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB154114179-
CMYK0.140.3600.30
HSL276.92º29.95%57.45%-
HSV(B)276.92º36.31%70.2%-
XYZ27.4822.1645.48-
YUV133.37153.75142.71-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.45%
GREEN value IS 114 (44.92% from 255) = 25.50%
BLUE value IS 179 (70.31% from 255) = 40.04%
R=34.45%
G=25.50%
B=40.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541141790.140.3600.30276.9229.9557.45
Hex9A72B3E2401E1151e39
Octal23216226316440364253671
Binary10011010111001010110011111010010001111010001010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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