#9877BB

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

Shades of Purple Mountain's Majesty #9877BB

Tints of Purple Mountain's Majesty #9877BB

Color information

#9877BB (or 0x9877BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 98, 77 and BB. RGB value is (152,119,187). Sum of RGB (Red+Green+Blue) = 152+119+187=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #9877BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9877BB is #678844. Grayscale: #888888. Windows color (decimal): -6785093 or 12285848. OLE color: 12285848.

HSL color Cylindrical-coordinate representation of color #9877BB: hue angle of 269.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9877BB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB152119187-
CMYK0.190.3600.27
HSL269.12º33.33%60%-
HSV(B)269.12º36.36%73.33%-
XYZ28.5223.4650.04-
YUV136.62156.43138.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 119 (46.88% from 255) = 25.98%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=33.19%
G=25.98%
B=40.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521191870.190.3600.27269.1233.3360
Hex9877BB132401B10d213c
Octal23016727323440334154174
Binary1001100011101111011101110011100100011011100001101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9877BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9877BB; }

 p { color: rgb(152,119,187); }

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

<style>
 a { background-color: #9877BB; }

 a { background-color: rgb(152,119,187); }

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

<style>
 span { border-color: #9877BB; }

 span { border-color: rgb(152,119,187); }

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