Html Css Color HEX #977FEC Medium Purple

📋 copy color: '#977FEC'

red 151 ◦ green 127 ◦ blue 236

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

Shades of Medium Purple #977FEC

Tints of Medium Purple #977FEC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.71%

 BLUE value IS 236 (92.58% from 255) = 45.91%

R = 29.38%
G = 24.71%
B = 45.91%

CMYK

 C value IS 0.36

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#977FEC (or 0x977FEC) is known color: Medium Purple. HEX triplet: 97, 7F and EC. RGB value is (151,127,236). Sum of RGB (Red+Green+Blue) = 151+127+236=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 236 (92.58% from 255 or 45.91% from 514); Max value from RGB is 236 - color contains mainly: blue. Hex color #977FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977FEC is #688013. Grayscale: #929292. Windows color (decimal): -6848532 or 15499159. OLE color: 15499159.

HSL color Cylindrical-coordinate representation of color #977FEC: hue angle of 253.21º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #977FEC is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 127 236 -
CMYK 0.36 0.46 0 0.07
HSL 253.21º 0.74% 0.71% -
HSV(B) 253.21º 0.46% 0.93% -
XYZ 35.49 27.81 82.85 -
YUV 146.6 178.45 131.14 -
System Red Green Blue C M Y K H S L
Decimal 151 127 236 0.36 0.46 0 0.07 253.21 0.74 0.71
Hex 97 7F EC 24 2E 0 7 FD 4A 47
Octal 227 177 354 44 56 0 7 375 112 107
Binary 10010111 1111111 11101100 100100 101110 0 111 11111101 1001010 1000111

Color Harmonies of #977FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FEC

Black with #977FEC

Text Example


Text Example

White with #977FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,236); }

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

background-color css

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

 a { background-color: rgb(151,127,236); }

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

border-color css

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

 span { border-color: rgb(151,127,236); }

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