#8D198E

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

Shades of Dark Magenta #8D198E

Tints of Dark Magenta #8D198E

Color information

#8D198E (or 0x8D198E) is unknown color: approx Dark Magenta. HEX triplet: 8D, 19 and 8E. RGB value is (141,25,142). Sum of RGB (Red+Green+Blue) = 141+25+142=308 (40% of max value = 765). Red value is 141 (55.47% from 255 or 45.78% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D198E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D198E is #72E671. Grayscale: #484848. Windows color (decimal): -7530098 or 9312653. OLE color: 9312653.

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

Color convert

RGB14125142-
CMYK0.010.8200.44
HSL299.49º70.06%32.75%-
HSV(B)299.49º82.39%55.69%-
XYZ16.218.3126.34-
YUV73.02166.93176.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 45.78%
GREEN value IS 25 (10.16% from 255) = 8.12%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=45.78%
G=8.12%
B=46.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal141251420.010.8200.44299.4970.0632.75
Hex8D198E15202C12b4621
Octal21531216112205445310641
Binary1000110111001100011101101001001011001001010111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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