Html Css Color HEX #977EDE Medium Purple

📋 copy color: '#977EDE'

red 151 ◦ green 126 ◦ blue 222

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

Shades of Medium Purple #977EDE

Tints of Medium Purple #977EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.49%

R = 30.26%
G = 25.25%
B = 44.49%

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

#977EDE (or 0x977EDE) is known color: Medium Purple. HEX triplet: 97, 7E and DE. RGB value is (151,126,222). Sum of RGB (Red+Green+Blue) = 151+126+222=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 222 (87.11% from 255 or 44.49% from 499); Max value from RGB is 222 - color contains mainly: blue. Hex color #977EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977EDE is #688121. Grayscale: #909090. Windows color (decimal): -6848802 or 14581399. OLE color: 14581399.

HSL color Cylindrical-coordinate representation of color #977EDE: hue angle of 255.62º degrees, saturation: 0.59, 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 #977EDE is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 126 222 -
CMYK 0.32 0.43 0 0.13
HSL 255.63º 0.59% 0.68% -
HSV(B) 255.63º 0.43% 0.87% -
XYZ 33.41 26.77 72.51 -
YUV 144.42 171.78 132.69 -
System Red Green Blue C M Y K H S L
Decimal 151 126 222 0.32 0.43 0 0.13 255.63 0.59 0.68
Hex 97 7E DE 20 2B 0 D 100 3B 44
Octal 227 176 336 40 53 0 15 400 73 104
Binary 10010111 1111110 11011110 100000 101011 0 1101 100000000 111011 1000100

Color Harmonies of #977EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EDE

Black with #977EDE

Text Example


Text Example

White with #977EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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