#8D067F

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

Shades of Dark Magenta #8D067F

Tints of Dark Magenta #8D067F

Color information

#8D067F (or 0x8D067F) is unknown color: approx Dark Magenta. HEX triplet: 8D, 06 and 7F. RGB value is (141,6,127). Sum of RGB (Red+Green+Blue) = 141+6+127=274 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.46% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 141 - color contains mainly: red. Hex color #8D067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D067F is #72F980. Grayscale: #3B3B3B. Windows color (decimal): -7534977 or 8324749. OLE color: 8324749.

HSL color Cylindrical-coordinate representation of color #8D067F: hue angle of 306.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D067F is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB1416127-
CMYK00.960.100.45
HSL306.22º91.84%28.82%-
HSV(B)306.22º95.74%55.29%-
XYZ14.887.3320.71-
YUV60.16165.73185.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.46%
GREEN value IS 6 (2.73% from 255) = 2.19%
BLUE value IS 127 (50% from 255) = 46.35%
R=51.46%
G=2.19%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141612700.960.100.45306.2291.8428.82
Hex8D67F060A2D1325c1d
Octal21561770140125546213435
Binary100011011101111111011000001010101101100110010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,6,127); }

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

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

 a { background-color: rgb(141,6,127); }

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

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

 span { border-color: rgb(141,6,127); }

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