Html Css Color HEX #977DF0 Medium Purple

📋 copy color: '#977DF0'

red 151 ◦ green 125 ◦ blue 240

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

Shades of Medium Purple #977DF0

Tints of Medium Purple #977DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.51%

R = 29.26%
G = 24.22%
B = 46.51%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#977DF0 (or 0x977DF0) is known color: Medium Purple. HEX triplet: 97, 7D and F0. RGB value is (151,125,240). Sum of RGB (Red+Green+Blue) = 151+125+240=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 240 (94.14% from 255 or 46.51% from 516); Max value from RGB is 240 - color contains mainly: blue. Hex color #977DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DF0 is #68820F. Grayscale: #919191. Windows color (decimal): -6849040 or 15760791. OLE color: 15760791.

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

Color convert

RGB 151 125 240 -
CMYK 0.37 0.48 0 0.06
HSL 253.57º 0.79% 0.72% -
HSV(B) 253.57º 0.48% 0.94% -
XYZ 35.82 27.54 85.87 -
YUV 145.88 181.11 131.65 -
System Red Green Blue C M Y K H S L
Decimal 151 125 240 0.37 0.48 0 0.06 253.57 0.79 0.72
Hex 97 7D F0 25 30 0 6 FE 4F 48
Octal 227 175 360 45 60 0 6 376 117 110
Binary 10010111 1111101 11110000 100101 110000 0 110 11111110 1001111 1001000

Color Harmonies of #977DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DF0

Black with #977DF0

Text Example


Text Example

White with #977DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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