#8D187C

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

Shades of Dark Purple #8D187C

Tints of Dark Purple #8D187C

Color information

#8D187C (or 0x8D187C) is unknown color: approx Dark Purple. HEX triplet: 8D, 18 and 7C. RGB value is (141,24,124). Sum of RGB (Red+Green+Blue) = 141+24+124=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 24 (9.77% from 255 or 8.30% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D187C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D187C is #72E783. Grayscale: #464646. Windows color (decimal): -7530372 or 8132749. OLE color: 8132749.

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

Color convert

RGB14124124-
CMYK00.830.120.45
HSL308.72º70.91%32.35%-
HSV(B)308.72º82.98%55.29%-
XYZ14.957.7719.78-
YUV70.38158.26178.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 24 (9.77% from 255) = 8.30%
BLUE value IS 124 (48.83% from 255) = 42.91%
R=48.79%
G=8.30%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412412400.830.120.45308.7270.9132.35
Hex8D187C053C2D1354720
Octal215301740123145546510740
Binary100011011100011111000101001111001011011001101011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D187C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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