Html Css Color HEX #977EEA Medium Purple

📋 copy color: '#977EEA'

red 151 ◦ green 126 ◦ blue 234

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

Shades of Medium Purple #977EEA

Tints of Medium Purple #977EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 29.55%
G = 24.66%
B = 45.79%

CMYK

 C value IS 0.35

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#977EEA (or 0x977EEA) is known color: Medium Purple. HEX triplet: 97, 7E and EA. RGB value is (151,126,234). Sum of RGB (Red+Green+Blue) = 151+126+234=511 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.55% from 511); Green value is 126 (49.61% from 255 or 24.66% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #977EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EEA is #688115. Grayscale: #919191. Windows color (decimal): -6848790 or 15367831. OLE color: 15367831.

HSL color Cylindrical-coordinate representation of color #977EEA: hue angle of 253.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #977EEA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 126 234 -
CMYK 0.35 0.46 0 0.08
HSL 253.89º 0.72% 0.71% -
HSV(B) 253.89º 0.46% 0.92% -
XYZ 35.07 27.44 81.29 -
YUV 145.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 151 126 234 0.35 0.46 0 0.08 253.89 0.72 0.71
Hex 97 7E EA 23 2E 0 8 FE 48 47
Octal 227 176 352 43 56 0 10 376 110 107
Binary 10010111 1111110 11101010 100011 101110 0 1000 11111110 1001000 1000111

Color Harmonies of #977EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977EEA

Black with #977EEA

Text Example


Text Example

White with #977EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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