Html Css Color HEX #9776BA Purple Mountain's Majesty

📋 copy color: '#9776BA'

red 151 ◦ green 118 ◦ blue 186

#9776BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9776BA

Tints of Purple Mountain's Majesty #9776BA

RGB

 RED value IS 151 (59.38% from 255) = 33.19%

 GREEN value IS 118 (46.48% from 255) = 25.93%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 33.19%
G = 25.93%
B = 40.88%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9776BA (or 0x9776BA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 76 and BA. RGB value is (151,118,186). Sum of RGB (Red+Green+Blue) = 151+118+186=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 118 (46.48% from 255 or 25.93% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #9776BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776BA is #688945. Grayscale: #878787. Windows color (decimal): -6850886 or 12220055. OLE color: 12220055.

HSL color Cylindrical-coordinate representation of color #9776BA: 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.37%. Process color model (Four color, CMYK) of #9776BA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 118 186 -
CMYK 0.19 0.37 0 0.27
HSL 269.12º 0.33% 0.6% -
HSV(B) 269.12º 0.37% 0.73% -
XYZ 28.1 23.08 49.43 -
YUV 135.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 151 118 186 0.19 0.37 0 0.27 269.12 0.33 0.6
Hex 97 76 BA 13 25 0 1B 10D 21 3C
Octal 227 166 272 23 45 0 33 415 41 74
Binary 10010111 1110110 10111010 10011 100101 0 11011 100001101 100001 111100

Color Harmonies of #9776BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9776BA

Black with #9776BA

Text Example


Text Example

White with #9776BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9776BA;
 }
 .AnyTagClassName
 {
   color: #9776BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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