#9776BB

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

Shades of Purple Mountain's Majesty #9776BB

Tints of Purple Mountain's Majesty #9776BB

Color information

#9776BB (or 0x9776BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 76 and BB. RGB value is (151,118,187). Sum of RGB (Red+Green+Blue) = 151+118+187=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #9776BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776BB is #688944. Grayscale: #878787. Windows color (decimal): -6850885 or 12285591. OLE color: 12285591.

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

Color convert

RGB151118187-
CMYK0.190.3700.27
HSL268.7º33.66%59.8%-
HSV(B)268.7º36.9%73.33%-
XYZ28.2123.1249.99-
YUV135.73156.93138.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.11%
GREEN value IS 118 (46.48% from 255) = 25.88%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=33.11%
G=25.88%
B=41.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511181870.190.3700.27268.733.6659.8
Hex9776BB132501B10d223c
Octal22716627323450334154274
Binary1001011111101101011101110011100101011011100001101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9776BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,118,187); }

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

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

 a { background-color: rgb(151,118,187); }

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

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

 span { border-color: rgb(151,118,187); }

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