#8d199e

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

Shades of Dark Magenta #8D199E

Tints of Dark Magenta #8D199E

Color information

#8D199E (or 0x8D199E) is unknown color: approx Dark Magenta. HEX triplet: 8D, 19 and 9E. RGB value is (141,25,158). Sum of RGB (Red+Green+Blue) = 141+25+158=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D199E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D199E is #72E661. Grayscale: #4A4A4A. Windows color (decimal): -7530082 or 10361229. OLE color: 10361229.

HSL color Cylindrical-coordinate representation of color #8D199E: hue angle of 292.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8D199E is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14125158-
CMYK0.110.8400.38
HSL292.33º72.68%35.88%-
HSV(B)292.33º84.18%61.96%-
XYZ17.58.8333.13-
YUV74.85174.93175.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.52%
GREEN value IS 25 (10.16% from 255) = 7.72%
BLUE value IS 158 (62.11% from 255) = 48.77%
R=43.52%
G=7.72%
B=48.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141251580.110.8400.38292.3372.6835.88
Hex8D199EB540261244924
Octal215312361312404644411144
Binary1000110111001100111101011101010001001101001001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d199e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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