Html Css Color HEX #9777BB Purple Mountain's Majesty

📋 copy color: '#9777BB'

red 151 ◦ green 119 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9777BB

Tints of Purple Mountain's Majesty #9777BB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

 BLUE value IS 187 (73.44% from 255) = 40.92%

R = 33.04%
G = 26.04%
B = 40.92%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9777BB (or 0x9777BB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 77 and BB. RGB value is (151,119,187). Sum of RGB (Red+Green+Blue) = 151+119+187=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 187 (73.44% from 255 or 40.92% from 457); Max value from RGB is 187 - color contains mainly: blue. Hex color #9777BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777BB is #688844. Grayscale: #888888. Windows color (decimal): -6850629 or 12285847. OLE color: 12285847.

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

Color convert

RGB 151 119 187 -
CMYK 0.19 0.36 0 0.27
HSL 268.24º 0.33% 0.6% -
HSV(B) 268.24º 0.36% 0.73% -
XYZ 28.33 23.36 50.03 -
YUV 136.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 151 119 187 0.19 0.36 0 0.27 268.24 0.33 0.6
Hex 97 77 BB 13 24 0 1B 10C 21 3C
Octal 227 167 273 23 44 0 33 414 41 74
Binary 10010111 1110111 10111011 10011 100100 0 11011 100001100 100001 111100

Color Harmonies of #9777BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777BB

Black with #9777BB

Text Example


Text Example

White with #9777BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9777BB; }

 p { color: rgb(151,119,187); }

 H1.HeaderClassName
 {
   color: #9777BB;
 }
 .AnyTagClassName
 {
   color: #9777BB;
 }
</style>

background-color css

<style>
 a { background-color: #9777BB; }

 a { background-color: rgb(151,119,187); }

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

border-color css

<style>
 span { border-color: #9777BB; }

 span { border-color: rgb(151,119,187); }

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