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

📋 copy color: '#977BBE'

red 151 ◦ green 123 ◦ blue 190

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

Shades of Purple Mountain's Majesty #977BBE

Tints of Purple Mountain's Majesty #977BBE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

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

R = 32.54%
G = 26.51%
B = 40.95%

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

#977BBE (or 0x977BBE) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7B and BE. RGB value is (151,123,190). Sum of RGB (Red+Green+Blue) = 151+123+190=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #977BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BBE is #688441. Grayscale: #8A8A8A. Windows color (decimal): -6849602 or 12483479. OLE color: 12483479.

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

Color convert

RGB 151 123 190 -
CMYK 0.21 0.35 0 0.25
HSL 265.07º 0.34% 0.61% -
HSV(B) 265.07º 0.35% 0.75% -
XYZ 29.14 24.46 51.9 -
YUV 139.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 151 123 190 0.21 0.35 0 0.25 265.07 0.34 0.61
Hex 97 7B BE 15 23 0 19 109 22 3D
Octal 227 173 276 25 43 0 31 411 42 75
Binary 10010111 1111011 10111110 10101 100011 0 11001 100001001 100010 111101

Color Harmonies of #977BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BBE

Black with #977BBE

Text Example


Text Example

White with #977BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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