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

📋 copy color: '#9776BC'

red 151 ◦ green 118 ◦ blue 188

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

Shades of Purple Mountain's Majesty #9776BC

Tints of Purple Mountain's Majesty #9776BC

RGB

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

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

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

R = 33.04%
G = 25.82%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9776BC (or 0x9776BC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 76 and BC. RGB value is (151,118,188). Sum of RGB (Red+Green+Blue) = 151+118+188=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 188 - color contains mainly: blue. Hex color #9776BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9776BC is #688943. Grayscale: #878787. Windows color (decimal): -6850884 or 12351127. OLE color: 12351127.

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

Color convert

RGB 151 118 188 -
CMYK 0.20 0.37 0 0.26
HSL 268.29º 0.34% 0.6% -
HSV(B) 268.29º 0.37% 0.74% -
XYZ 28.32 23.17 50.56 -
YUV 135.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 151 118 188 0.20 0.37 0 0.26 268.29 0.34 0.6
Hex 97 76 BC 14 25 0 1A 10C 22 3C
Octal 227 166 274 24 45 0 32 414 42 74
Binary 10010111 1110110 10111100 10100 100101 0 11010 100001100 100010 111100

Color Harmonies of #9776BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9776BC

Black with #9776BC

Text Example


Text Example

White with #9776BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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