Html Css Color HEX #976DD5 Medium Purple

📋 copy color: '#976DD5'

red 151 ◦ green 109 ◦ blue 213

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

Shades of Medium Purple #976DD5

Tints of Medium Purple #976DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.04%

 BLUE value IS 213 (83.59% from 255) = 45.03%

R = 31.92%
G = 23.04%
B = 45.03%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#976DD5 (or 0x976DD5) is known color: Medium Purple. HEX triplet: 97, 6D and D5. RGB value is (151,109,213). Sum of RGB (Red+Green+Blue) = 151+109+213=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #976DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DD5 is #68922A. Grayscale: #858585. Windows color (decimal): -6853163 or 13987223. OLE color: 13987223.

HSL color Cylindrical-coordinate representation of color #976DD5: hue angle of 264.23º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #976DD5 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 109 213 -
CMYK 0.29 0.49 0 0.16
HSL 264.23º 0.55% 0.63% -
HSV(B) 264.23º 0.49% 0.84% -
XYZ 30.24 22.32 65.67 -
YUV 133.41 172.91 140.54 -
System Red Green Blue C M Y K H S L
Decimal 151 109 213 0.29 0.49 0 0.16 264.23 0.55 0.63
Hex 97 6D D5 1D 31 0 10 108 37 3F
Octal 227 155 325 35 61 0 20 410 67 77
Binary 10010111 1101101 11010101 11101 110001 0 10000 100001000 110111 111111

Color Harmonies of #976DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976DD5

Black with #976DD5

Text Example


Text Example

White with #976DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976DD5; }

 p { color: rgb(151,109,213); }

 H1.HeaderClassName
 {
   color: #976DD5;
 }
 .AnyTagClassName
 {
   color: #976DD5;
 }
</style>

background-color css

<style>
 a { background-color: #976DD5; }

 a { background-color: rgb(151,109,213); }

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

border-color css

<style>
 span { border-color: #976DD5; }

 span { border-color: rgb(151,109,213); }

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