Html Css Color HEX #977BD4 Medium Purple

📋 copy color: '#977BD4'

red 151 ◦ green 123 ◦ blue 212

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

Shades of Medium Purple #977BD4

Tints of Medium Purple #977BD4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.31%

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 31.07%
G = 25.31%
B = 43.62%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#977BD4 (or 0x977BD4) is known color: Medium Purple. HEX triplet: 97, 7B and D4. RGB value is (151,123,212). Sum of RGB (Red+Green+Blue) = 151+123+212=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #977BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BD4 is #68842B. Grayscale: #8D8D8D. Windows color (decimal): -6849580 or 13925271. OLE color: 13925271.

HSL color Cylindrical-coordinate representation of color #977BD4: hue angle of 258.88º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #977BD4 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 123 212 -
CMYK 0.29 0.42 0 0.17
HSL 258.88º 0.51% 0.66% -
HSV(B) 258.88º 0.42% 0.83% -
XYZ 31.73 25.5 65.54 -
YUV 141.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 151 123 212 0.29 0.42 0 0.17 258.88 0.51 0.66
Hex 97 7B D4 1D 2A 0 11 103 33 42
Octal 227 173 324 35 52 0 21 403 63 102
Binary 10010111 1111011 11010100 11101 101010 0 10001 100000011 110011 1000010

Color Harmonies of #977BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977BD4

Black with #977BD4

Text Example


Text Example

White with #977BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,123,212); }

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

background-color css

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

 a { background-color: rgb(151,123,212); }

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

border-color css

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

 span { border-color: rgb(151,123,212); }

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