#9A7ABA

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

Shades of Purple Mountain's Majesty #9A7ABA

Tints of Purple Mountain's Majesty #9A7ABA

Color information

#9A7ABA (or 0x9A7ABA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 7A and BA. RGB value is (154,122,186). Sum of RGB (Red+Green+Blue) = 154+122+186=462 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.33% from 462); Green value is 122 (48.05% from 255 or 26.41% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A7ABA is #658545. Grayscale: #8A8A8A. Windows color (decimal): -6653254 or 12221082. OLE color: 12221082.

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

Color convert

RGB154122186-
CMYK0.170.3400.27
HSL270º31.68%60.39%-
HSV(B)270º34.41%72.94%-
XYZ29.1524.3349.62-
YUV138.86154.6138.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 26.41%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=33.33%
G=26.41%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541221860.170.3400.2727031.6860.39
Hex9A7ABA112201B10e203c
Octal23217227221420334164074
Binary1001101011110101011101010001100010011011100001110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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