#9A7EB5

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

Shades of Purple Mountain's Majesty #9A7EB5

Tints of Purple Mountain's Majesty #9A7EB5

Color information

#9A7EB5 (or 0x9A7EB5) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7E and B5. RGB value is (154,126,181). Sum of RGB (Red+Green+Blue) = 154+126+181=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 181 - color contains mainly: blue. Hex color #9A7EB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7EB5 is #65814A. Grayscale: #8C8C8C. Windows color (decimal): -6652235 or 11894426. OLE color: 11894426.

HSL color Cylindrical-coordinate representation of color #9A7EB5: hue angle of 270.55º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A7EB5 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB154126181-
CMYK0.150.3000.29
HSL270.55º27.09%60.2%-
HSV(B)270.55º30.39%70.98%-
XYZ29.1325.1347.03-
YUV140.64150.78137.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 181 (71.09% from 255) = 39.26%
R=33.41%
G=27.33%
B=39.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541261810.150.3000.29270.5527.0960.2
Hex9A7EB5F1E01D10f1b3c
Octal23217626517360354173374
Binary1001101011111101011010111111111001110110000111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,126,181); }

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

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

 a { background-color: rgb(154,126,181); }

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

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

 span { border-color: rgb(154,126,181); }

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