#976CDC

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

Shades of Medium Purple #976CDC

Tints of Medium Purple #976CDC

Color information

#976CDC (or 0x976CDC) is unknown color: approx Medium Purple. HEX triplet: 97, 6C and DC. RGB value is (151,108,220). Sum of RGB (Red+Green+Blue) = 151+108+220=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #976CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CDC is #689323. Grayscale: #858585. Windows color (decimal): -6853412 or 14445719. OLE color: 14445719.

HSL color Cylindrical-coordinate representation of color #976CDC: hue angle of 263.04º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #976CDC is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB151108220-
CMYK0.310.5100.14
HSL263.04º61.54%64.31%-
HSV(B)263.04º50.91%86.27%-
XYZ31.0422.4770.41-
YUV133.62176.75140.39-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 220 (86.33% from 255) = 45.93%
R=31.52%
G=22.55%
B=45.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511082200.310.5100.14263.0461.5464.31
Hex976CDC1F330E1073e40
Octal227154334376301640776100
Binary1001011111011001101110011111110011011101000001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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