#8977DA

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

Shades of Medium Purple #8977DA

Tints of Medium Purple #8977DA

Color information

#8977DA (or 0x8977DA) is unknown color: approx Medium Purple. HEX triplet: 89, 77 and DA. RGB value is (137,119,218). Sum of RGB (Red+Green+Blue) = 137+119+218=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #8977DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977DA is #768825. Grayscale: #878787. Windows color (decimal): -7768102 or 14317449. OLE color: 14317449.

HSL color Cylindrical-coordinate representation of color #8977DA: hue angle of 250.91º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8977DA is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB137119218-
CMYK0.370.4500.15
HSL250.91º57.23%66.08%-
HSV(B)250.91º45.41%85.49%-
XYZ29.5723.5769.32-
YUV135.67174.46128.95-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.90%
GREEN value IS 119 (46.88% from 255) = 25.11%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=28.90%
G=25.11%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371192180.370.4500.15250.9157.2366.08
Hex8977DA252D0Ffb3942
Octal211167332455501737371102
Binary1000100111101111101101010010110110101111111110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8977DA; }

 p { color: rgb(137,119,218); }

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

<style>
 a { background-color: #8977DA; }

 a { background-color: rgb(137,119,218); }

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

<style>
 span { border-color: #8977DA; }

 span { border-color: rgb(137,119,218); }

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