#8D147C

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

Shades of Dark Purple #8D147C

Tints of Dark Purple #8D147C

Color information

#8D147C (or 0x8D147C) is unknown color: approx Dark Purple. HEX triplet: 8D, 14 and 7C. RGB value is (141,20,124). Sum of RGB (Red+Green+Blue) = 141+20+124=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D147C is #72EB83. Grayscale: #434343. Windows color (decimal): -7531396 or 8131725. OLE color: 8131725.

HSL color Cylindrical-coordinate representation of color #8D147C: hue angle of 308.43º 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 #8D147C is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB14120124-
CMYK00.860.120.45
HSL308.43º75.16%31.57%-
HSV(B)308.43º85.82%55.29%-
XYZ14.877.6219.76-
YUV68.04159.59180.04-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 124 (48.83% from 255) = 43.51%
R=49.47%
G=7.02%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412012400.860.120.45308.4375.1631.57
Hex8D147C056C2D1344b20
Octal215241740126145546411340
Binary100011011010011111000101011011001011011001101001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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