#977DD9

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

Shades of Medium Purple #977DD9

Tints of Medium Purple #977DD9

Color information

#977DD9 (or 0x977DD9) is unknown color: approx Medium Purple. HEX triplet: 97, 7D and D9. RGB value is (151,125,217). Sum of RGB (Red+Green+Blue) = 151+125+217=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 217 - color contains mainly: blue. Hex color #977DD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DD9 is #688226. Grayscale: #8E8E8E. Windows color (decimal): -6849063 or 14253463. OLE color: 14253463.

HSL color Cylindrical-coordinate representation of color #977DD9: hue angle of 256.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977DD9 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB151125217-
CMYK0.300.4200.15
HSL256.96º54.76%67.06%-
HSV(B)256.96º42.4%85.1%-
XYZ32.6226.2668.99-
YUV143.26169.61133.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.63%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 217 (85.16% from 255) = 44.02%
R=30.63%
G=25.35%
B=44.02%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511252170.300.4200.15256.9654.7667.06
Hex977DD91E2A0F1013743
Octal227175331365201740167103
Binary1001011111111011101100111110101010011111000000011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,125,217); }

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

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

 a { background-color: rgb(151,125,217); }

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

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

 span { border-color: rgb(151,125,217); }

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