#8D1D76

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

Shades of Dark Purple #8D1D76

Tints of Dark Purple #8D1D76

Color information

#8D1D76 (or 0x8D1D76) is unknown color: approx Dark Purple. HEX triplet: 8D, 1D and 76. RGB value is (141,29,118). Sum of RGB (Red+Green+Blue) = 141+29+118=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 118 (46.48% from 255 or 40.97% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D1D76 is #72E289. Grayscale: #484848. Windows color (decimal): -7529098 or 7740813. OLE color: 7740813.

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

Color convert

RGB14129118-
CMYK00.790.160.45
HSL312.32º65.88%33.33%-
HSV(B)312.32º79.43%55.29%-
XYZ14.697.8517.88-
YUV72.63153.61176.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 118 (46.48% from 255) = 40.97%
R=48.96%
G=10.07%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412911800.790.160.45312.3265.8833.33
Hex8D1D7604F102D1384221
Octal215351660117205547010241
Binary1000110111101111011001001111100001011011001110001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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