Html Css Color HEX #977FB5 Purple Mountain's Majesty

📋 copy color: '#977FB5'

red 151 ◦ green 127 ◦ blue 181

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

Shades of Purple Mountain's Majesty #977FB5

Tints of Purple Mountain's Majesty #977FB5

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 32.9%
G = 27.67%
B = 39.43%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#977FB5 (or 0x977FB5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7F and B5. RGB value is (151,127,181). Sum of RGB (Red+Green+Blue) = 151+127+181=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 181 - color contains mainly: blue. Hex color #977FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FB5 is #68804A. Grayscale: #8C8C8C. Windows color (decimal): -6848587 or 11894679. OLE color: 11894679.

HSL color Cylindrical-coordinate representation of color #977FB5: hue angle of 266.67º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #977FB5 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 127 181 -
CMYK 0.17 0.30 0 0.29
HSL 266.67º 0.27% 0.6% -
HSV(B) 266.67º 0.3% 0.71% -
XYZ 28.69 25.09 47.05 -
YUV 140.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 151 127 181 0.17 0.30 0 0.29 266.67 0.27 0.6
Hex 97 7F B5 11 1E 0 1D 10B 1B 3C
Octal 227 177 265 21 36 0 35 413 33 74
Binary 10010111 1111111 10110101 10001 11110 0 11101 100001011 11011 111100

Color Harmonies of #977FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FB5

Black with #977FB5

Text Example


Text Example

White with #977FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977FB5; }

 p { color: rgb(151,127,181); }

 H1.HeaderClassName
 {
   color: #977FB5;
 }
 .AnyTagClassName
 {
   color: #977FB5;
 }
</style>

background-color css

<style>
 a { background-color: #977FB5; }

 a { background-color: rgb(151,127,181); }

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

border-color css

<style>
 span { border-color: #977FB5; }

 span { border-color: rgb(151,127,181); }

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