#9A80BB

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

Shades of Purple Mountain's Majesty #9A80BB

Tints of Purple Mountain's Majesty #9A80BB

Color information

#9A80BB (or 0x9A80BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9A, 80 and BB. RGB value is (154,128,187). Sum of RGB (Red+Green+Blue) = 154+128+187=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A80BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A80BB is #657F44. Grayscale: #8E8E8E. Windows color (decimal): -6651717 or 12288154. OLE color: 12288154.

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

Color convert

RGB154128187-
CMYK0.180.3200.27
HSL266.44º30.26%61.76%-
HSV(B)266.44º31.55%73.33%-
XYZ30.0225.950.43-
YUV142.5153.11136.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 39.87%
R=32.84%
G=27.29%
B=39.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541281870.180.3200.27266.4430.2661.76
Hex9A80BB122001B10a1e3e
Octal23220027322400334123676
Binary1001101010000000101110111001010000001101110000101011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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