#9A7BAE

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

Shades of Purple Mountain's Majesty #9A7BAE

Tints of Purple Mountain's Majesty #9A7BAE

Color information

#9A7BAE (or 0x9A7BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7B and AE. RGB value is (154,123,174). Sum of RGB (Red+Green+Blue) = 154+123+174=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 174 - color contains mainly: blue. Hex color #9A7BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7BAE is #658451. Grayscale: #898989. Windows color (decimal): -6653010 or 11434906. OLE color: 11434906.

HSL color Cylindrical-coordinate representation of color #9A7BAE: hue angle of 276.47º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9A7BAE is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB154123174-
CMYK0.110.2900.32
HSL276.47º23.94%58.24%-
HSV(B)276.47º29.31%68.24%-
XYZ28.0524.0943.22-
YUV138.08148.27139.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.15%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 174 (68.36% from 255) = 38.58%
R=34.15%
G=27.27%
B=38.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541231740.110.2900.32276.4723.9458.24
Hex9A7BAEB1D020114183a
Octal23217325613350404243072
Binary10011010111101110101110101111101010000010001010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,123,174); }

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

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

 a { background-color: rgb(154,123,174); }

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

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

 span { border-color: rgb(154,123,174); }

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