#976DDC

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

Shades of Medium Purple #976DDC

Tints of Medium Purple #976DDC

Color information

#976DDC (or 0x976DDC) is unknown color: approx Medium Purple. HEX triplet: 97, 6D and DC. RGB value is (151,109,220). Sum of RGB (Red+Green+Blue) = 151+109+220=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #976DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976DDC is #689223. Grayscale: #858585. Windows color (decimal): -6853156 or 14445975. OLE color: 14445975.

HSL color Cylindrical-coordinate representation of color #976DDC: hue angle of 262.7º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976DDC is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151109220-
CMYK0.310.5000.14
HSL262.7º61.33%64.51%-
HSV(B)262.7º50.45%86.27%-
XYZ31.1522.6870.45-
YUV134.21176.41139.97-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 220 (86.33% from 255) = 45.83%
R=31.46%
G=22.71%
B=45.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511092200.310.5000.14262.761.3364.51
Hex976DDC1F320E1073d41
Octal227155334376201640775101
Binary1001011111011011101110011111110010011101000001111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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