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

📋 copy color: '#9777AF'

red 151 ◦ green 119 ◦ blue 175

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

Shades of Purple Mountain's Majesty #9777AF

Tints of Purple Mountain's Majesty #9777AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.33%

R = 33.93%
G = 26.74%
B = 39.33%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9777AF (or 0x9777AF) is known color: Purple Mountain's Majesty. HEX triplet: 97, 77 and AF. RGB value is (151,119,175). Sum of RGB (Red+Green+Blue) = 151+119+175=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #9777AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9777AF is #688850. Grayscale: #868686. Windows color (decimal): -6850641 or 11499415. OLE color: 11499415.

HSL color Cylindrical-coordinate representation of color #9777AF: hue angle of 274.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9777AF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 119 175 -
CMYK 0.14 0.32 0 0.31
HSL 274.29º 0.26% 0.58% -
HSV(B) 274.29º 0.32% 0.69% -
XYZ 27.1 22.87 43.54 -
YUV 134.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 151 119 175 0.14 0.32 0 0.31 274.29 0.26 0.58
Hex 97 77 AF E 20 0 1F 112 1A 3A
Octal 227 167 257 16 40 0 37 422 32 72
Binary 10010111 1110111 10101111 1110 100000 0 11111 100010010 11010 111010

Color Harmonies of #9777AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777AF

Black with #9777AF

Text Example


Text Example

White with #9777AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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