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

📋 copy color: '#977FB0'

red 151 ◦ green 127 ◦ blue 176

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

Shades of Purple Mountain's Majesty #977FB0

Tints of Purple Mountain's Majesty #977FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 38.77%

R = 33.26%
G = 27.97%
B = 38.77%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#977FB0 (or 0x977FB0) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7F and B0. RGB value is (151,127,176). Sum of RGB (Red+Green+Blue) = 151+127+176=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 127 (50% from 255 or 27.97% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 176 - color contains mainly: blue. Hex color #977FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #977FB0 is #68804F. Grayscale: #8B8B8B. Windows color (decimal): -6848592 or 11566999. OLE color: 11566999.

HSL color Cylindrical-coordinate representation of color #977FB0: hue angle of 269.39º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #977FB0 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 151 127 176 -
CMYK 0.14 0.28 0 0.31
HSL 269.39º 0.24% 0.59% -
HSV(B) 269.39º 0.28% 0.69% -
XYZ 28.19 24.89 44.39 -
YUV 139.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 151 127 176 0.14 0.28 0 0.31 269.39 0.24 0.59
Hex 97 7F B0 E 1C 0 1F 10D 18 3B
Octal 227 177 260 16 34 0 37 415 30 73
Binary 10010111 1111111 10110000 1110 11100 0 11111 100001101 11000 111011

Color Harmonies of #977FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FB0

Black with #977FB0

Text Example


Text Example

White with #977FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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