#9880BA

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

Shades of Purple Mountain's Majesty #9880BA

Tints of Purple Mountain's Majesty #9880BA

Color information

#9880BA (or 0x9880BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 80 and BA. RGB value is (152,128,186). Sum of RGB (Red+Green+Blue) = 152+128+186=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #9880BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9880BA is #677F45. Grayscale: #8D8D8D. Windows color (decimal): -6782790 or 12222616. OLE color: 12222616.

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

Color convert

RGB152128186-
CMYK0.180.3100.27
HSL264.83º29.59%61.57%-
HSV(B)264.83º31.18%72.94%-
XYZ29.5325.6649.85-
YUV141.79152.95135.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=32.62%
G=27.47%
B=39.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521281860.180.3100.27264.8329.5961.57
Hex9880BA121F01B1091e3e
Octal23020027222370334113676
Binary100110001000000010111010100101111101101110000100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9880BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9880BA; }

 p { color: rgb(152,128,186); }

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

<style>
 a { background-color: #9880BA; }

 a { background-color: rgb(152,128,186); }

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

<style>
 span { border-color: #9880BA; }

 span { border-color: rgb(152,128,186); }

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