#977CEA

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

Shades of Medium Purple #977CEA

Tints of Medium Purple #977CEA

Color information

#977CEA (or 0x977CEA) is unknown color: approx Medium Purple. HEX triplet: 97, 7C and EA. RGB value is (151,124,234). Sum of RGB (Red+Green+Blue) = 151+124+234=509 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.67% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #977CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977CEA is #688315. Grayscale: #909090. Windows color (decimal): -6849302 or 15367319. OLE color: 15367319.

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

Color convert

RGB151124234-
CMYK0.350.4700.08
HSL254.73º72.37%70.2%-
HSV(B)254.73º47.01%91.76%-
XYZ34.8226.9481.21-
YUV144.61178.45132.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.67%
GREEN value IS 124 (48.83% from 255) = 24.36%
BLUE value IS 234 (91.80% from 255) = 45.97%
R=29.67%
G=24.36%
B=45.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511242340.350.4700.08254.7372.3770.2
Hex977CEA232F08ff4846
Octal2271743524357010377110106
Binary10010111111110011101010100011101111010001111111110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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