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

📋 copy color: '#977ABC'

red 151 ◦ green 122 ◦ blue 188

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

Shades of Purple Mountain's Majesty #977ABC

Tints of Purple Mountain's Majesty #977ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.46%

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 32.75%
G = 26.46%
B = 40.78%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#977ABC (or 0x977ABC) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7A and BC. RGB value is (151,122,188). Sum of RGB (Red+Green+Blue) = 151+122+188=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 122 (48.05% from 255 or 26.46% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 188 - color contains mainly: blue. Hex color #977ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ABC is #688543. Grayscale: #898989. Windows color (decimal): -6849860 or 12352151. OLE color: 12352151.

HSL color Cylindrical-coordinate representation of color #977ABC: hue angle of 266.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #977ABC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 122 188 -
CMYK 0.20 0.35 0 0.26
HSL 266.36º 0.33% 0.61% -
HSV(B) 266.36º 0.35% 0.74% -
XYZ 28.8 24.13 50.72 -
YUV 138.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 151 122 188 0.20 0.35 0 0.26 266.36 0.33 0.61
Hex 97 7A BC 14 23 0 1A 10A 21 3D
Octal 227 172 274 24 43 0 32 412 41 75
Binary 10010111 1111010 10111100 10100 100011 0 11010 100001010 100001 111101

Color Harmonies of #977ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ABC

Black with #977ABC

Text Example


Text Example

White with #977ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,188); }

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

background-color css

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

 a { background-color: rgb(151,122,188); }

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

border-color css

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

 span { border-color: rgb(151,122,188); }

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