#976DF2

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

Shades of Medium Purple #976DF2

Tints of Medium Purple #976DF2

Color information

#976DF2 (or 0x976DF2) is unknown color: approx Medium Purple. HEX triplet: 97, 6D and F2. RGB value is (151,109,242). Sum of RGB (Red+Green+Blue) = 151+109+242=502 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.08% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 242 - color contains mainly: blue. Hex color #976DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DF2 is #68920D. Grayscale: #888888. Windows color (decimal): -6853134 or 15887767. OLE color: 15887767.

HSL color Cylindrical-coordinate representation of color #976DF2: hue angle of 258.95º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #976DF2 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151109242-
CMYK0.380.5500.05
HSL258.95º83.65%68.82%-
HSV(B)258.95º54.96%94.9%-
XYZ34.2623.9386.82-
YUV136.72187.41138.19-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.08%
GREEN value IS 109 (42.97% from 255) = 21.71%
BLUE value IS 242 (94.92% from 255) = 48.21%
R=30.08%
G=21.71%
B=48.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511092420.380.5500.05258.9583.6568.82
Hex976DF22637051035445
Octal227155362466705403124105
Binary10010111110110111110010100110110111010110000001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976DF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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