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

📋 copy color: '#977ABA'

red 151 ◦ green 122 ◦ blue 186

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

Shades of Purple Mountain's Majesty #977ABA

Tints of Purple Mountain's Majesty #977ABA

RGB

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

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

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

R = 32.9%
G = 26.58%
B = 40.52%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#977ABA (or 0x977ABA) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7A and BA. RGB value is (151,122,186). Sum of RGB (Red+Green+Blue) = 151+122+186=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #977ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ABA is #688545. Grayscale: #898989. Windows color (decimal): -6849862 or 12221079. OLE color: 12221079.

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

Color convert

RGB 151 122 186 -
CMYK 0.19 0.34 0 0.27
HSL 267.19º 0.32% 0.6% -
HSV(B) 267.19º 0.34% 0.73% -
XYZ 28.58 24.04 49.59 -
YUV 137.97 155.11 137.3 -
System Red Green Blue C M Y K H S L
Decimal 151 122 186 0.19 0.34 0 0.27 267.19 0.32 0.6
Hex 97 7A BA 13 22 0 1B 10B 20 3C
Octal 227 172 272 23 42 0 33 413 40 74
Binary 10010111 1111010 10111010 10011 100010 0 11011 100001011 100000 111100

Color Harmonies of #977ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977ABA

Black with #977ABA

Text Example


Text Example

White with #977ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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