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

📋 copy color: '#977DB5'

red 151 ◦ green 125 ◦ blue 181

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

Shades of Purple Mountain's Majesty #977DB5

Tints of Purple Mountain's Majesty #977DB5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 33.04%
G = 27.35%
B = 39.61%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#977DB5 (or 0x977DB5) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7D and B5. RGB value is (151,125,181). Sum of RGB (Red+Green+Blue) = 151+125+181=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 181 - color contains mainly: blue. Hex color #977DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DB5 is #68824A. Grayscale: #8A8A8A. Windows color (decimal): -6849099 or 11894167. OLE color: 11894167.

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

Color convert

RGB 151 125 181 -
CMYK 0.17 0.31 0 0.29
HSL 267.86º 0.27% 0.6% -
HSV(B) 267.86º 0.31% 0.71% -
XYZ 28.44 24.58 46.96 -
YUV 139.16 151.61 136.45 -
System Red Green Blue C M Y K H S L
Decimal 151 125 181 0.17 0.31 0 0.29 267.86 0.27 0.6
Hex 97 7D B5 11 1F 0 1D 10C 1B 3C
Octal 227 175 265 21 37 0 35 414 33 74
Binary 10010111 1111101 10110101 10001 11111 0 11101 100001100 11011 111100

Color Harmonies of #977DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DB5

Black with #977DB5

Text Example


Text Example

White with #977DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,125,181); }

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

background-color css

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

 a { background-color: rgb(151,125,181); }

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

border-color css

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

 span { border-color: rgb(151,125,181); }

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