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

📋 copy color: '#9777BE'

red 151 ◦ green 119 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9777BE

Tints of Purple Mountain's Majesty #9777BE

RGB

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

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

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

R = 32.83%
G = 25.87%
B = 41.3%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9777BE (or 0x9777BE) is known color: Purple Mountain's Majesty. HEX triplet: 97, 77 and BE. RGB value is (151,119,190). Sum of RGB (Red+Green+Blue) = 151+119+190=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #9777BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9777BE is #688841. Grayscale: #888888. Windows color (decimal): -6850626 or 12482455. OLE color: 12482455.

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

Color convert

RGB 151 119 190 -
CMYK 0.21 0.37 0 0.25
HSL 267.04º 0.35% 0.61% -
HSV(B) 267.04º 0.37% 0.75% -
XYZ 28.65 23.49 51.74 -
YUV 136.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 151 119 190 0.21 0.37 0 0.25 267.04 0.35 0.61
Hex 97 77 BE 15 25 0 19 10B 23 3D
Octal 227 167 276 25 45 0 31 413 43 75
Binary 10010111 1110111 10111110 10101 100101 0 11001 100001011 100011 111101

Color Harmonies of #9777BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9777BE

Black with #9777BE

Text Example


Text Example

White with #9777BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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