#977EDF

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

Shades of Medium Purple #977EDF

Tints of Medium Purple #977EDF

Color information

#977EDF (or 0x977EDF) is unknown color: approx Medium Purple. HEX triplet: 97, 7E and DF. RGB value is (151,126,223). Sum of RGB (Red+Green+Blue) = 151+126+223=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #977EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EDF is #688120. Grayscale: #909090. Windows color (decimal): -6848801 or 14646935. OLE color: 14646935.

HSL color Cylindrical-coordinate representation of color #977EDF: hue angle of 255.46º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #977EDF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151126223-
CMYK0.320.4300.13
HSL255.46º60.25%68.43%-
HSV(B)255.46º43.5%87.45%-
XYZ33.5426.8373.22-
YUV144.53172.28132.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 223 (87.5% from 255) = 44.6%
R=30.2%
G=25.2%
B=44.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511262230.320.4300.13255.4660.2568.43
Hex977EDF202B0Dff3c44
Octal227176337405301537774104
Binary1001011111111101101111110000010101101101111111111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,223); }

 H1.HeaderClassName
 {
   color: #977EDF;
 }
 .AnyTagClassName
 {
   color: #977EDF;
 }
</style>
background-color css

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

 a { background-color: rgb(151,126,223); }

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

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

 span { border-color: rgb(151,126,223); }

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