#8D0484

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

Shades of Dark Magenta #8D0484

Tints of Dark Magenta #8D0484

Color information

#8D0484 (or 0x8D0484) is unknown color: approx Dark Magenta. HEX triplet: 8D, 04 and 84. RGB value is (141,4,132). Sum of RGB (Red+Green+Blue) = 141+4+132=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0484 is #72FB7B. Grayscale: #3B3B3B. Windows color (decimal): -7535484 or 8651917. OLE color: 8651917.

HSL color Cylindrical-coordinate representation of color #8D0484: hue angle of 303.94º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0484 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB1414132-
CMYK00.970.060.45
HSL303.94º94.48%28.43%-
HSV(B)303.94º97.16%55.29%-
XYZ15.197.4222.46-
YUV59.56168.89186.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.90%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=50.90%
G=1.44%
B=47.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141413200.970.060.45303.9494.4828.43
Hex8D48406162D1305e1c
Octal2154204014165546013634
Binary100011011001000010001100001110101101100110000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,132); }

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

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

 a { background-color: rgb(141,4,132); }

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

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

 span { border-color: rgb(141,4,132); }

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