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

📋 copy color: '#977CBA'

red 151 ◦ green 124 ◦ blue 186

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

Shades of Purple Mountain's Majesty #977CBA

Tints of Purple Mountain's Majesty #977CBA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.9%

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 32.75%
G = 26.9%
B = 40.35%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#977CBA (or 0x977CBA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7C and BA. RGB value is (151,124,186). Sum of RGB (Red+Green+Blue) = 151+124+186=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 124 (48.83% from 255 or 26.90% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #977CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CBA is #688345. Grayscale: #8A8A8A. Windows color (decimal): -6849350 or 12221591. OLE color: 12221591.

HSL color Cylindrical-coordinate representation of color #977CBA: hue angle of 266.13º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977CBA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 124 186 -
CMYK 0.19 0.33 0 0.27
HSL 266.13º 0.31% 0.61% -
HSV(B) 266.13º 0.33% 0.73% -
XYZ 28.83 24.54 49.67 -
YUV 139.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 151 124 186 0.19 0.33 0 0.27 266.13 0.31 0.61
Hex 97 7C BA 13 21 0 1B 10A 1F 3D
Octal 227 174 272 23 41 0 33 412 37 75
Binary 10010111 1111100 10111010 10011 100001 0 11011 100001010 11111 111101

Color Harmonies of #977CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CBA

Black with #977CBA

Text Example


Text Example

White with #977CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,124,186); }

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

background-color css

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

 a { background-color: rgb(151,124,186); }

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

border-color css

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

 span { border-color: rgb(151,124,186); }

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