#976DEA

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

Shades of Medium Purple #976DEA

Tints of Medium Purple #976DEA

Color information

#976DEA (or 0x976DEA) is unknown color: approx Medium Purple. HEX triplet: 97, 6D and EA. RGB value is (151,109,234). Sum of RGB (Red+Green+Blue) = 151+109+234=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #976DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #976DEA is #689215. Grayscale: #878787. Windows color (decimal): -6853142 or 15363479. OLE color: 15363479.

HSL color Cylindrical-coordinate representation of color #976DEA: hue angle of 260.16º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #976DEA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151109234-
CMYK0.350.5300.08
HSL260.16º74.85%67.25%-
HSV(B)260.16º53.42%91.76%-
XYZ33.0823.4680.63-
YUV135.81183.41138.84-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=30.57%
G=22.06%
B=47.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511092340.350.5300.08260.1674.8567.25
Hex976DEA2335081044b43
Octal2271553524365010404113103
Binary100101111101101111010101000111101010100010000010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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