Html Css Color HEX #977EE1 Medium Purple

📋 copy color: '#977EE1'

red 151 ◦ green 126 ◦ blue 225

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

Shades of Medium Purple #977EE1

Tints of Medium Purple #977EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.82%

R = 30.08%
G = 25.1%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#977EE1 (or 0x977EE1) is known color: Medium Purple. HEX triplet: 97, 7E and E1. RGB value is (151,126,225). Sum of RGB (Red+Green+Blue) = 151+126+225=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 225 - color contains mainly: blue. Hex color #977EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EE1 is #68811E. Grayscale: #909090. Windows color (decimal): -6848799 or 14778007. OLE color: 14778007.

HSL color Cylindrical-coordinate representation of color #977EE1: hue angle of 255.15º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #977EE1 is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 126 225 -
CMYK 0.33 0.44 0 0.12
HSL 255.15º 0.62% 0.69% -
HSV(B) 255.15º 0.44% 0.88% -
XYZ 33.81 26.94 74.65 -
YUV 144.76 173.28 132.45 -
System Red Green Blue C M Y K H S L
Decimal 151 126 225 0.33 0.44 0 0.12 255.15 0.62 0.69
Hex 97 7E E1 21 2C 0 C FF 3E 45
Octal 227 176 341 41 54 0 14 377 76 105
Binary 10010111 1111110 11100001 100001 101100 0 1100 11111111 111110 1000101

Color Harmonies of #977EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EE1

Black with #977EE1

Text Example


Text Example

White with #977EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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