#8D1473

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

Shades of Dark Purple #8D1473

Tints of Dark Purple #8D1473

Color information

#8D1473 (or 0x8D1473) is unknown color: approx Dark Purple. HEX triplet: 8D, 14 and 73. RGB value is (141,20,115). Sum of RGB (Red+Green+Blue) = 141+20+115=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D1473 is #72EB8C. Grayscale: #424242. Windows color (decimal): -7531405 or 7541901. OLE color: 7541901.

HSL color Cylindrical-coordinate representation of color #8D1473: hue angle of 312.89º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8D1473 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB14120115-
CMYK00.860.180.45
HSL312.89º75.16%31.57%-
HSV(B)312.89º85.82%55.29%-
XYZ14.337.416.89-
YUV67.01155.09180.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 20 (8.20% from 255) = 7.25%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=51.09%
G=7.25%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412011500.860.180.45312.8975.1631.57
Hex8D1473056122D1394b20
Octal215241630126225547111340
Binary1000110110100111001101010110100101011011001110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,20,115); }

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

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

 a { background-color: rgb(141,20,115); }

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

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

 span { border-color: rgb(141,20,115); }

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