#9A80B6

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

Shades of Purple Mountain's Majesty #9A80B6

Tints of Purple Mountain's Majesty #9A80B6

Color information

#9A80B6 (or 0x9A80B6) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 80 and B6. RGB value is (154,128,182). Sum of RGB (Red+Green+Blue) = 154+128+182=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #9A80B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80B6 is #657F49. Grayscale: #8D8D8D. Windows color (decimal): -6651722 or 11960474. OLE color: 11960474.

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

Color convert

RGB154128182-
CMYK0.150.3000.29
HSL268.89º27%60.78%-
HSV(B)268.89º29.67%71.37%-
XYZ29.4925.6947.66-
YUV141.93150.61136.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 128 (50.39% from 255) = 27.59%
BLUE value IS 182 (71.48% from 255) = 39.22%
R=33.19%
G=27.59%
B=39.22%

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
Decimal1541281820.150.3000.29268.892760.78
Hex9A80B6F1E01D10d1b3d
Octal23220026617360354153375
Binary10011010100000001011011011111111001110110000110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A80B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,128,182); }

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

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

 a { background-color: rgb(154,128,182); }

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

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

 span { border-color: rgb(154,128,182); }

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