Html Css Color HEX #977DF1 Medium Purple

📋 copy color: '#977DF1'

red 151 ◦ green 125 ◦ blue 241

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

Shades of Medium Purple #977DF1

Tints of Medium Purple #977DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.18%

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

R = 29.21%
G = 24.18%
B = 46.62%

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

#977DF1 (or 0x977DF1) is known color: Medium Purple. HEX triplet: 97, 7D and F1. RGB value is (151,125,241). Sum of RGB (Red+Green+Blue) = 151+125+241=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 125 (49.22% from 255 or 24.18% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #977DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DF1 is #68820E. Grayscale: #919191. Windows color (decimal): -6849039 or 15826327. OLE color: 15826327.

HSL color Cylindrical-coordinate representation of color #977DF1: hue angle of 253.45º degrees, saturation: 0.81, 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 #977DF1 is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 125 241 -
CMYK 0.37 0.48 0 0.05
HSL 253.45º 0.81% 0.72% -
HSV(B) 253.45º 0.48% 0.95% -
XYZ 35.97 27.6 86.65 -
YUV 146 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 151 125 241 0.37 0.48 0 0.05 253.45 0.81 0.72
Hex 97 7D F1 25 30 0 5 FD 51 48
Octal 227 175 361 45 60 0 5 375 121 110
Binary 10010111 1111101 11110001 100101 110000 0 101 11111101 1010001 1001000

Color Harmonies of #977DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DF1

Black with #977DF1

Text Example


Text Example

White with #977DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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