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

📋 copy color: '#977DBB'

red 151 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #977DBB

Tints of Purple Mountain's Majesty #977DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 32.61%
G = 27%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#977DBB (or 0x977DBB) is known color: Purple Mountain's Majesty. HEX triplet: 97, 7D and BB. RGB value is (151,125,187). Sum of RGB (Red+Green+Blue) = 151+125+187=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #977DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DBB is #688244. Grayscale: #8B8B8B. Windows color (decimal): -6849093 or 12287383. OLE color: 12287383.

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

Color convert

RGB 151 125 187 -
CMYK 0.19 0.33 0 0.27
HSL 265.16º 0.31% 0.61% -
HSV(B) 265.16º 0.33% 0.73% -
XYZ 29.07 24.83 50.28 -
YUV 139.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 151 125 187 0.19 0.33 0 0.27 265.16 0.31 0.61
Hex 97 7D BB 13 21 0 1B 109 1F 3D
Octal 227 175 273 23 41 0 33 411 37 75
Binary 10010111 1111101 10111011 10011 100001 0 11011 100001001 11111 111101

Color Harmonies of #977DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DBB

Black with #977DBB

Text Example


Text Example

White with #977DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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