Html Css Color HEX #977FD6 Medium Purple

📋 copy color: '#977FD6'

red 151 ◦ green 127 ◦ blue 214

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

Shades of Medium Purple #977FD6

Tints of Medium Purple #977FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.5%

R = 30.69%
G = 25.81%
B = 43.5%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#977FD6 (or 0x977FD6) is known color: Medium Purple. HEX triplet: 97, 7F and D6. RGB value is (151,127,214). Sum of RGB (Red+Green+Blue) = 151+127+214=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 214 (83.98% from 255 or 43.50% from 492); Max value from RGB is 214 - color contains mainly: blue. Hex color #977FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977FD6 is #688029. Grayscale: #8F8F8F. Windows color (decimal): -6848554 or 14057367. OLE color: 14057367.

HSL color Cylindrical-coordinate representation of color #977FD6: hue angle of 256.55º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #977FD6 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 127 214 -
CMYK 0.29 0.41 0 0.16
HSL 256.55º 0.51% 0.67% -
HSV(B) 256.55º 0.41% 0.84% -
XYZ 32.49 26.61 67.04 -
YUV 144.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 151 127 214 0.29 0.41 0 0.16 256.55 0.51 0.67
Hex 97 7F D6 1D 29 0 10 101 33 43
Octal 227 177 326 35 51 0 20 401 63 103
Binary 10010111 1111111 11010110 11101 101001 0 10000 100000001 110011 1000011

Color Harmonies of #977FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977FD6

Black with #977FD6

Text Example


Text Example

White with #977FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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