#8D039C

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

Shades of Dark Magenta #8D039C

Tints of Dark Magenta #8D039C

Color information

#8D039C (or 0x8D039C) is unknown color: approx Dark Magenta. HEX triplet: 8D, 03 and 9C. RGB value is (141,3,156). Sum of RGB (Red+Green+Blue) = 141+3+156=300 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 156 (61.33% from 255 or 52% from 300); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D039C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D039C is #72FC63. Grayscale: #3D3D3D. Windows color (decimal): -7535716 or 10224525. OLE color: 10224525.

HSL color Cylindrical-coordinate representation of color #8D039C: hue angle of 294.12º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D039C is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1413156-
CMYK0.100.9800.39
HSL294.12º96.23%31.18%-
HSV(B)294.12º98.08%61.18%-
XYZ17.028.1332.12-
YUV61.7181.22184.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47%
GREEN value IS 3 (1.56% from 255) = 1%
BLUE value IS 156 (61.33% from 255) = 52%
R=47%
G=1%
B=52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal14131560.100.9800.39294.1296.2331.18
Hex8D39CA62027126601f
Octal21532341214204744614037
Binary100011011110011100101011000100100111100100110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,156); }

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

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

 a { background-color: rgb(141,3,156); }

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

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

 span { border-color: rgb(141,3,156); }

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