Html Css Color HEX #977DD7 Medium Purple

📋 copy color: '#977DD7'

red 151 ◦ green 125 ◦ blue 215

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

Shades of Medium Purple #977DD7

Tints of Medium Purple #977DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.79%

R = 30.75%
G = 25.46%
B = 43.79%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#977DD7 (or 0x977DD7) is known color: Medium Purple. HEX triplet: 97, 7D and D7. RGB value is (151,125,215). Sum of RGB (Red+Green+Blue) = 151+125+215=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #977DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DD7 is #688228. Grayscale: #8E8E8E. Windows color (decimal): -6849065 or 14122391. OLE color: 14122391.

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

Color convert

RGB 151 125 215 -
CMYK 0.30 0.42 0 0.16
HSL 257.33º 0.53% 0.67% -
HSV(B) 257.33º 0.42% 0.84% -
XYZ 32.36 26.15 67.63 -
YUV 143.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 151 125 215 0.30 0.42 0 0.16 257.33 0.53 0.67
Hex 97 7D D7 1E 2A 0 10 101 35 43
Octal 227 175 327 36 52 0 20 401 65 103
Binary 10010111 1111101 11010111 11110 101010 0 10000 100000001 110101 1000011

Color Harmonies of #977DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977DD7

Black with #977DD7

Text Example


Text Example

White with #977DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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