#977EEA

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

Shades of Medium Purple #977EEA

Tints of Medium Purple #977EEA

Color information

#977EEA (or 0x977EEA) is unknown color: approx Medium Purple. HEX triplet: 97, 7E and EA. RGB value is (151,126,234). Sum of RGB (Red+Green+Blue) = 151+126+234=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #977EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EEA is #688115. Grayscale: #919191. Windows color (decimal): -6848790 or 15367831. OLE color: 15367831.

HSL color Cylindrical-coordinate representation of color #977EEA: hue angle of 253.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #977EEA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151126234-
CMYK0.350.4600.08
HSL253.89º72%70.59%-
HSV(B)253.89º46.15%91.76%-
XYZ35.0727.4481.29-
YUV145.79177.78131.72-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.55%
GREEN value IS 126 (49.61% from 255) = 24.66%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=29.55%
G=24.66%
B=45.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511262340.350.4600.08253.897270.59
Hex977EEA232E08fe4847
Octal2271763524356010376110107
Binary10010111111111011101010100011101110010001111111010010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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