#8D2976

Color #8D2976 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8D2976

Tints of Dark Purple #8D2976

Color information

#8D2976 (or 0x8D2976) is unknown color: approx Dark Purple. HEX triplet: 8D, 29 and 76. RGB value is (141,41,118). Sum of RGB (Red+Green+Blue) = 141+41+118=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D2976 is #72D689. Grayscale: #4F4F4F. Windows color (decimal): -7526026 or 7743885. OLE color: 7743885.

HSL color Cylindrical-coordinate representation of color #8D2976: hue angle of 313.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D2976 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14141118-
CMYK00.710.160.45
HSL313.8º54.95%35.69%-
HSV(B)313.8º70.92%55.29%-
XYZ15.058.5618-
YUV79.68149.63171.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 41 (16.41% from 255) = 13.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=47%
G=13.67%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1414111800.710.160.45313.854.9535.69
Hex8D2976047102D13a3724
Octal21551166010720554726744
Binary1000110110100111101100100011110000101101100111010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D2976; }

 p { color: rgb(141,41,118); }

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

<style>
 a { background-color: #8D2976; }

 a { background-color: rgb(141,41,118); }

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

<style>
 span { border-color: #8D2976; }

 span { border-color: rgb(141,41,118); }

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