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

📋 copy color: '#9776BB'

red 151 ◦ green 118 ◦ blue 187

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

Shades of Purple Mountain's Majesty #9776BB

Tints of Purple Mountain's Majesty #9776BB

RGB

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

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

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

R = 33.11%
G = 25.88%
B = 41.01%

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

#9776BB (or 0x9776BB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 76 and BB. RGB value is (151,118,187). Sum of RGB (Red+Green+Blue) = 151+118+187=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #9776BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776BB is #688944. Grayscale: #878787. Windows color (decimal): -6850885 or 12285591. OLE color: 12285591.

HSL color Cylindrical-coordinate representation of color #9776BB: hue angle of 268.7º degrees, saturation: 0.34, 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 #9776BB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 118 187 -
CMYK 0.19 0.37 0 0.27
HSL 268.7º 0.34% 0.6% -
HSV(B) 268.7º 0.37% 0.73% -
XYZ 28.21 23.12 49.99 -
YUV 135.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 151 118 187 0.19 0.37 0 0.27 268.7 0.34 0.6
Hex 97 76 BB 13 25 0 1B 10D 22 3C
Octal 227 166 273 23 45 0 33 415 42 74
Binary 10010111 1110110 10111011 10011 100101 0 11011 100001101 100010 111100

Color Harmonies of #9776BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9776BB

Black with #9776BB

Text Example


Text Example

White with #9776BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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