#977DD1

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

Shades of Medium Purple #977DD1

Tints of Medium Purple #977DD1

Color information

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

RGB151125209-
CMYK0.280.4000.18
HSL258.57º47.73%65.49%-
HSV(B)258.57º40.19%81.96%-
XYZ31.625.8563.65-
YUV142.35165.61134.17-

RGB Variations

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

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 (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511252090.280.4000.18258.5747.7365.49
Hex977DD11C280121033041
Octal227175321345002240360101
Binary10010111111110111010001111001010000100101000000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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