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

📋 copy color: '#977AB6'

red 151 ◦ green 122 ◦ blue 182

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

Shades of Purple Mountain's Majesty #977AB6

Tints of Purple Mountain's Majesty #977AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40%

R = 33.19%
G = 26.81%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#977AB6 (or 0x977AB6) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7A and B6. RGB value is (151,122,182). Sum of RGB (Red+Green+Blue) = 151+122+182=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 182 (71.48% from 255 or 40% from 455); Max value from RGB is 182 - color contains mainly: blue. Hex color #977AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AB6 is #688549. Grayscale: #898989. Windows color (decimal): -6849866 or 11958935. OLE color: 11958935.

HSL color Cylindrical-coordinate representation of color #977AB6: hue angle of 269º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #977AB6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 151 122 182 -
CMYK 0.17 0.33 0 0.29
HSL 269º 0.29% 0.6% -
HSV(B) 269º 0.33% 0.71% -
XYZ 28.17 23.88 47.38 -
YUV 137.51 153.11 137.62 -
System Red Green Blue C M Y K H S L
Decimal 151 122 182 0.17 0.33 0 0.29 269 0.29 0.6
Hex 97 7A B6 11 21 0 1D 10D 1D 3C
Octal 227 172 266 21 41 0 35 415 35 74
Binary 10010111 1111010 10110110 10001 100001 0 11101 100001101 11101 111100

Color Harmonies of #977AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AB6

Black with #977AB6

Text Example


Text Example

White with #977AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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