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

📋 copy color: '#977CBE'

red 151 ◦ green 124 ◦ blue 190

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

Shades of Purple Mountain's Majesty #977CBE

Tints of Purple Mountain's Majesty #977CBE

RGB

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

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

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

R = 32.47%
G = 26.67%
B = 40.86%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#977CBE (or 0x977CBE) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7C and BE. RGB value is (151,124,190). Sum of RGB (Red+Green+Blue) = 151+124+190=465 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.47% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #977CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CBE is #688341. Grayscale: #8B8B8B. Windows color (decimal): -6849346 or 12483735. OLE color: 12483735.

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

Color convert

RGB 151 124 190 -
CMYK 0.21 0.35 0 0.25
HSL 264.55º 0.34% 0.62% -
HSV(B) 264.55º 0.35% 0.75% -
XYZ 29.26 24.71 51.94 -
YUV 139.6 156.45 136.13 -
System Red Green Blue C M Y K H S L
Decimal 151 124 190 0.21 0.35 0 0.25 264.55 0.34 0.62
Hex 97 7C BE 15 23 0 19 109 22 3E
Octal 227 174 276 25 43 0 31 411 42 76
Binary 10010111 1111100 10111110 10101 100011 0 11001 100001001 100010 111110

Color Harmonies of #977CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CBE

Black with #977CBE

Text Example


Text Example

White with #977CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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