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

📋 copy color: '#9779BA'

red 151 ◦ green 121 ◦ blue 186

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

Shades of Purple Mountain's Majesty #9779BA

Tints of Purple Mountain's Majesty #9779BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.42%

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

R = 32.97%
G = 26.42%
B = 40.61%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9779BA (or 0x9779BA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 79 and BA. RGB value is (151,121,186). Sum of RGB (Red+Green+Blue) = 151+121+186=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #9779BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779BA is #688645. Grayscale: #898989. Windows color (decimal): -6850118 or 12220823. OLE color: 12220823.

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

Color convert

RGB 151 121 186 -
CMYK 0.19 0.35 0 0.27
HSL 267.69º 0.32% 0.6% -
HSV(B) 267.69º 0.35% 0.73% -
XYZ 28.46 23.8 49.55 -
YUV 137.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 151 121 186 0.19 0.35 0 0.27 267.69 0.32 0.6
Hex 97 79 BA 13 23 0 1B 10C 20 3C
Octal 227 171 272 23 43 0 33 414 40 74
Binary 10010111 1111001 10111010 10011 100011 0 11011 100001100 100000 111100

Color Harmonies of #9779BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779BA

Black with #9779BA

Text Example


Text Example

White with #9779BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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