#8D197A

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

Shades of Dark Purple #8D197A

Tints of Dark Purple #8D197A

Color information

#8D197A (or 0x8D197A) is unknown color: approx Dark Purple. HEX triplet: 8D, 19 and 7A. RGB value is (141,25,122). Sum of RGB (Red+Green+Blue) = 141+25+122=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D197A is #72E685. Grayscale: #464646. Windows color (decimal): -7530118 or 8001933. OLE color: 8001933.

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

Color convert

RGB14125122-
CMYK00.820.130.45
HSL309.83º69.88%32.55%-
HSV(B)309.83º82.27%55.29%-
XYZ14.847.7619.13-
YUV70.74156.93178.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 25 (10.16% from 255) = 8.68%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=48.96%
G=8.68%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1412512200.820.130.45309.8369.8832.55
Hex8D197A052D2D1364621
Octal215311720122155546610641
Binary100011011100111110100101001011011011011001101101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D197A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,25,122); }

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

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

 a { background-color: rgb(141,25,122); }

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

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

 span { border-color: rgb(141,25,122); }

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