#977CD1

Color #977CD1 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #977CD1

Tints of Medium Purple #977CD1

Color information

#977CD1 (or 0x977CD1) is unknown color: approx 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

RGB151124209-
CMYK0.280.4100.18
HSL259.06º48.02%65.29%-
HSV(B)259.06º40.67%81.96%-
XYZ31.4825.663.6-
YUV141.76165.95134.59-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=31.20%
G=25.62%
B=43.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511242090.280.4100.18259.0648.0265.29
Hex977CD11C290121033041
Octal227174321345102240360101
Binary10010111111110011010001111001010010100101000000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>