Html Css Color HEX #977CD7 Medium Purple

📋 copy color: '#977CD7'

red 151 ◦ green 124 ◦ blue 215

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

Shades of Medium Purple #977CD7

Tints of Medium Purple #977CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 30.82%
G = 25.31%
B = 43.88%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#977CD7 (or 0x977CD7) is known color: Medium Purple. HEX triplet: 97, 7C and D7. RGB value is (151,124,215). Sum of RGB (Red+Green+Blue) = 151+124+215=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 124 (48.83% from 255 or 25.31% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #977CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977CD7 is #688328. Grayscale: #8E8E8E. Windows color (decimal): -6849321 or 14122135. OLE color: 14122135.

HSL color Cylindrical-coordinate representation of color #977CD7: hue angle of 257.8º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977CD7 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 124 215 -
CMYK 0.30 0.42 0 0.16
HSL 257.8º 0.53% 0.66% -
HSV(B) 257.8º 0.42% 0.84% -
XYZ 32.24 25.9 67.59 -
YUV 142.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 151 124 215 0.30 0.42 0 0.16 257.8 0.53 0.66
Hex 97 7C D7 1E 2A 0 10 102 35 42
Octal 227 174 327 36 52 0 20 402 65 102
Binary 10010111 1111100 11010111 11110 101010 0 10000 100000010 110101 1000010

Color Harmonies of #977CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977CD7

Black with #977CD7

Text Example


Text Example

White with #977CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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