Html Css Color HEX #977EF1 Medium Purple

📋 copy color: '#977EF1'

red 151 ◦ green 126 ◦ blue 241

#977EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #977EF1

Tints of Medium Purple #977EF1

RGB

 RED value IS 151 (59.38% from 255) = 29.15%

 GREEN value IS 126 (49.61% from 255) = 24.32%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 29.15%
G = 24.32%
B = 46.53%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#977EF1 (or 0x977EF1) is known color: Medium Purple. HEX triplet: 97, 7E and F1. RGB value is (151,126,241). Sum of RGB (Red+Green+Blue) = 151+126+241=518 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.15% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #977EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EF1 is #68810E. Grayscale: #929292. Windows color (decimal): -6848783 or 15826583. OLE color: 15826583.

HSL color Cylindrical-coordinate representation of color #977EF1: hue angle of 253.04º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #977EF1 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 126 241 -
CMYK 0.37 0.48 0 0.05
HSL 253.04º 0.8% 0.72% -
HSV(B) 253.04º 0.48% 0.95% -
XYZ 36.1 27.85 86.69 -
YUV 146.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 151 126 241 0.37 0.48 0 0.05 253.04 0.8 0.72
Hex 97 7E F1 25 30 0 5 FD 50 48
Octal 227 176 361 45 60 0 5 375 120 110
Binary 10010111 1111110 11110001 100101 110000 0 101 11111101 1010000 1001000

Color Harmonies of #977EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EF1

Black with #977EF1

Text Example


Text Example

White with #977EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #977EF1;
 }
 .AnyTagClassName
 {
   color: #977EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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