Html Css Color HEX #977CD1 Medium Purple

📋 copy color: '#977CD1'

red 151 ◦ green 124 ◦ blue 209

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

Shades of Medium Purple #977CD1

Tints of Medium Purple #977CD1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

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

R = 31.2%
G = 25.62%
B = 43.18%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#977CD1 (or 0x977CD1) is known color: Medium Purple. HEX triplet: 97, 7C and D1. RGB value is (151,124,209). Sum of RGB (Red+Green+Blue) = 151+124+209=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #977CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CD1 is #68832E. Grayscale: #8D8D8D. Windows color (decimal): -6849327 or 13728919. OLE color: 13728919.

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

Color convert

RGB 151 124 209 -
CMYK 0.28 0.41 0 0.18
HSL 259.06º 0.48% 0.65% -
HSV(B) 259.06º 0.41% 0.82% -
XYZ 31.48 25.6 63.6 -
YUV 141.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 151 124 209 0.28 0.41 0 0.18 259.06 0.48 0.65
Hex 97 7C D1 1C 29 0 12 103 30 41
Octal 227 174 321 34 51 0 22 403 60 101
Binary 10010111 1111100 11010001 11100 101001 0 10010 100000011 110000 1000001

Color Harmonies of #977CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CD1

Black with #977CD1

Text Example


Text Example

White with #977CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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