Html Css Color HEX #977DD1 Medium Purple

📋 copy color: '#977DD1'

red 151 ◦ green 125 ◦ blue 209

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

Shades of Medium Purple #977DD1

Tints of Medium Purple #977DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 31.13%
G = 25.77%
B = 43.09%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#977DD1 (or 0x977DD1) is known color: Medium Purple. HEX triplet: 97, 7D and D1. RGB value is (151,125,209). Sum of RGB (Red+Green+Blue) = 151+125+209=485 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.13% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #977DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DD1 is #68822E. Grayscale: #8E8E8E. Windows color (decimal): -6849071 or 13729175. OLE color: 13729175.

HSL color Cylindrical-coordinate representation of color #977DD1: hue angle of 258.57º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #977DD1 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 125 209 -
CMYK 0.28 0.40 0 0.18
HSL 258.57º 0.48% 0.65% -
HSV(B) 258.57º 0.4% 0.82% -
XYZ 31.6 25.85 63.65 -
YUV 142.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 151 125 209 0.28 0.40 0 0.18 258.57 0.48 0.65
Hex 97 7D D1 1C 28 0 12 103 30 41
Octal 227 175 321 34 50 0 22 403 60 101
Binary 10010111 1111101 11010001 11100 101000 0 10010 100000011 110000 1000001

Color Harmonies of #977DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DD1

Black with #977DD1

Text Example


Text Example

White with #977DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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