#9774BA

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

Shades of Purple Mountain's Majesty #9774BA

Tints of Purple Mountain's Majesty #9774BA

Color information

#9774BA (or 0x9774BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 97, 74 and BA. RGB value is (151,116,186). Sum of RGB (Red+Green+Blue) = 151+116+186=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 116 (45.70% from 255 or 25.61% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #9774BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9774BA is #688B45. Grayscale: #868686. Windows color (decimal): -6851398 or 12219543. OLE color: 12219543.

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

Color convert

RGB151116186-
CMYK0.190.3800.27
HSL270º33.65%59.22%-
HSV(B)270º37.63%72.94%-
XYZ27.8722.6249.35-
YUV134.44157.1139.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.33%
GREEN value IS 116 (45.70% from 255) = 25.61%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=33.33%
G=25.61%
B=41.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511161860.190.3800.2727033.6559.22
Hex9774BA132601B10e223b
Octal22716427223460334164273
Binary1001011111101001011101010011100110011011100001110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9774BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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