#9A7EAF

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

Shades of Purple Mountain's Majesty #9A7EAF

Tints of Purple Mountain's Majesty #9A7EAF

Color information

#9A7EAF (or 0x9A7EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7E and AF. RGB value is (154,126,175). Sum of RGB (Red+Green+Blue) = 154+126+175=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A7EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7EAF is #658150. Grayscale: #8B8B8B. Windows color (decimal): -6652241 or 11501210. OLE color: 11501210.

HSL color Cylindrical-coordinate representation of color #9A7EAF: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A7EAF is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB154126175-
CMYK0.120.2800.31
HSL274.29º23.44%59.02%-
HSV(B)274.29º28%68.63%-
XYZ28.5324.8943.86-
YUV139.96147.78138.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=33.85%
G=27.69%
B=38.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1541261750.120.2800.31274.2923.4459.02
Hex9A7EAFC1C01F112173b
Octal23217625714340374222773
Binary1001101011111101010111111001110001111110001001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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