#9771BA

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

Shades of Purple Mountain's Majesty #9771BA

Tints of Purple Mountain's Majesty #9771BA

Color information

#9771BA (or 0x9771BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 71 and BA. RGB value is (151,113,186). Sum of RGB (Red+Green+Blue) = 151+113+186=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #9771BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9771BA is #688E45. Grayscale: #848484. Windows color (decimal): -6852166 or 12218775. OLE color: 12218775.

HSL color Cylindrical-coordinate representation of color #9771BA: hue angle of 271.23º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9771BA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB151113186-
CMYK0.190.3900.27
HSL271.23º34.6%58.63%-
HSV(B)271.23º39.25%72.94%-
XYZ27.5321.9349.24-
YUV132.68158.09141.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 113 (44.53% from 255) = 25.11%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=33.56%
G=25.11%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511131860.190.3900.27271.2334.658.63
Hex9771BA132701B10f233b
Octal22716127223470334174373
Binary1001011111100011011101010011100111011011100001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9771BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,113,186); }

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

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

 a { background-color: rgb(151,113,186); }

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

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

 span { border-color: rgb(151,113,186); }

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