Html Css Color HEX #977EDF Medium Purple

📋 copy color: '#977EDF'

red 151 ◦ green 126 ◦ blue 223

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

Shades of Medium Purple #977EDF

Tints of Medium Purple #977EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 30.2%
G = 25.2%
B = 44.6%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#977EDF (or 0x977EDF) is known color: Medium Purple. HEX triplet: 97, 7E and DF. RGB value is (151,126,223). Sum of RGB (Red+Green+Blue) = 151+126+223=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #977EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EDF is #688120. Grayscale: #909090. Windows color (decimal): -6848801 or 14646935. OLE color: 14646935.

HSL color Cylindrical-coordinate representation of color #977EDF: hue angle of 255.46º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #977EDF is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 126 223 -
CMYK 0.32 0.43 0 0.13
HSL 255.46º 0.6% 0.68% -
HSV(B) 255.46º 0.43% 0.87% -
XYZ 33.54 26.83 73.22 -
YUV 144.53 172.28 132.61 -
System Red Green Blue C M Y K H S L
Decimal 151 126 223 0.32 0.43 0 0.13 255.46 0.6 0.68
Hex 97 7E DF 20 2B 0 D FF 3C 44
Octal 227 176 337 40 53 0 15 377 74 104
Binary 10010111 1111110 11011111 100000 101011 0 1101 11111111 111100 1000100

Color Harmonies of #977EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EDF

Black with #977EDF

Text Example


Text Example

White with #977EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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