Html Css Color HEX #977DEC Medium Purple

📋 copy color: '#977DEC'

red 151 ◦ green 125 ◦ blue 236

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

Shades of Medium Purple #977DEC

Tints of Medium Purple #977DEC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.41%

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

R = 29.49%
G = 24.41%
B = 46.09%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#977DEC (or 0x977DEC) is known color: Medium Purple. HEX triplet: 97, 7D and EC. RGB value is (151,125,236). Sum of RGB (Red+Green+Blue) = 151+125+236=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #977DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977DEC is #688213. Grayscale: #919191. Windows color (decimal): -6849044 or 15498647. OLE color: 15498647.

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

Color convert

RGB 151 125 236 -
CMYK 0.36 0.47 0 0.07
HSL 254.05º 0.74% 0.71% -
HSV(B) 254.05º 0.47% 0.93% -
XYZ 35.24 27.3 82.77 -
YUV 145.43 179.11 131.97 -
System Red Green Blue C M Y K H S L
Decimal 151 125 236 0.36 0.47 0 0.07 254.05 0.74 0.71
Hex 97 7D EC 24 2F 0 7 FE 4A 47
Octal 227 175 354 44 57 0 7 376 112 107
Binary 10010111 1111101 11101100 100100 101111 0 111 11111110 1001010 1000111

Color Harmonies of #977DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DEC

Black with #977DEC

Text Example


Text Example

White with #977DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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