Html Css Color HEX #977AD6 Medium Purple

📋 copy color: '#977AD6'

red 151 ◦ green 122 ◦ blue 214

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

Shades of Medium Purple #977AD6

Tints of Medium Purple #977AD6

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

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

R = 31.01%
G = 25.05%
B = 43.94%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#977AD6 (or 0x977AD6) is known color: Medium Purple. HEX triplet: 97, 7A and D6. RGB value is (151,122,214). Sum of RGB (Red+Green+Blue) = 151+122+214=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 214 (83.98% from 255 or 43.94% from 487); Max value from RGB is 214 - color contains mainly: blue. Hex color #977AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977AD6 is #688529. Grayscale: #8C8C8C. Windows color (decimal): -6849834 or 14056087. OLE color: 14056087.

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

Color convert

RGB 151 122 214 -
CMYK 0.29 0.43 0 0.16
HSL 258.91º 0.53% 0.66% -
HSV(B) 258.91º 0.43% 0.84% -
XYZ 31.86 25.35 66.83 -
YUV 141.16 169.11 135.02 -
System Red Green Blue C M Y K H S L
Decimal 151 122 214 0.29 0.43 0 0.16 258.91 0.53 0.66
Hex 97 7A D6 1D 2B 0 10 103 35 42
Octal 227 172 326 35 53 0 20 403 65 102
Binary 10010111 1111010 11010110 11101 101011 0 10000 100000011 110101 1000010

Color Harmonies of #977AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977AD6

Black with #977AD6

Text Example


Text Example

White with #977AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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