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

📋 copy color: '#9779BC'

red 151 ◦ green 121 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9779BC

Tints of Purple Mountain's Majesty #9779BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.87%

R = 32.83%
G = 26.3%
B = 40.87%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9779BC (or 0x9779BC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 79 and BC. RGB value is (151,121,188). Sum of RGB (Red+Green+Blue) = 151+121+188=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 188 (73.83% from 255 or 40.87% from 460); Max value from RGB is 188 - color contains mainly: blue. Hex color #9779BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779BC is #688643. Grayscale: #898989. Windows color (decimal): -6850116 or 12351895. OLE color: 12351895.

HSL color Cylindrical-coordinate representation of color #9779BC: hue angle of 266.87º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9779BC is Cyan = 0.20, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 121 188 -
CMYK 0.20 0.36 0 0.26
HSL 266.87º 0.33% 0.61% -
HSV(B) 266.87º 0.36% 0.74% -
XYZ 28.68 23.88 50.68 -
YUV 137.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 151 121 188 0.20 0.36 0 0.26 266.87 0.33 0.61
Hex 97 79 BC 14 24 0 1A 10B 21 3D
Octal 227 171 274 24 44 0 32 413 41 75
Binary 10010111 1111001 10111100 10100 100100 0 11010 100001011 100001 111101

Color Harmonies of #9779BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779BC

Black with #9779BC

Text Example


Text Example

White with #9779BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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