#976BE5

Color #976BE5 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #976BE5

Tints of Medium Purple #976BE5

Color information

#976BE5 (or 0x976BE5) is unknown color: approx Medium Purple. HEX triplet: 97, 6B and E5. RGB value is (151,107,229). Sum of RGB (Red+Green+Blue) = 151+107+229=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 229 (89.84% from 255 or 47.02% from 487); Max value from RGB is 229 - color contains mainly: blue. Hex color #976BE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BE5 is #68941A. Grayscale: #858585. Windows color (decimal): -6853659 or 15035287. OLE color: 15035287.

HSL color Cylindrical-coordinate representation of color #976BE5: hue angle of 261.64º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976BE5 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB151107229-
CMYK0.340.5300.10
HSL261.64º70.11%65.88%-
HSV(B)261.64º53.28%89.8%-
XYZ32.1622.7576.83-
YUV134.06181.58140.08-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.01%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 229 (89.84% from 255) = 47.02%
R=31.01%
G=21.97%
B=47.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1511072290.340.5300.10261.6470.1165.88
Hex976BE522350A1064642
Octal2271533454265012406106102
Binary100101111101011111001011000101101010101010000011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,107,229); }

 H1.HeaderClassName
 {
   color: #976BE5;
 }
 .AnyTagClassName
 {
   color: #976BE5;
 }
</style>
background-color css

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

 a { background-color: rgb(151,107,229); }

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

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

 span { border-color: rgb(151,107,229); }

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