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

📋 copy color: '#9779BE'

red 151 ◦ green 121 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9779BE

Tints of Purple Mountain's Majesty #9779BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.13%

R = 32.68%
G = 26.19%
B = 41.13%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9779BE (or 0x9779BE) is known color: Purple Mountain's Majesty. HEX triplet: 97, 79 and BE. RGB value is (151,121,190). Sum of RGB (Red+Green+Blue) = 151+121+190=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 121 (47.66% from 255 or 26.19% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #9779BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9779BE is #688641. Grayscale: #898989. Windows color (decimal): -6850114 or 12482967. OLE color: 12482967.

HSL color Cylindrical-coordinate representation of color #9779BE: hue angle of 266.09º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9779BE is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 121 190 -
CMYK 0.21 0.36 0 0.25
HSL 266.09º 0.35% 0.61% -
HSV(B) 266.09º 0.36% 0.75% -
XYZ 28.89 23.97 51.82 -
YUV 137.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 151 121 190 0.21 0.36 0 0.25 266.09 0.35 0.61
Hex 97 79 BE 15 24 0 19 10A 23 3D
Octal 227 171 276 25 44 0 31 412 43 75
Binary 10010111 1111001 10111110 10101 100100 0 11001 100001010 100011 111101

Color Harmonies of #9779BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9779BE

Black with #9779BE

Text Example


Text Example

White with #9779BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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