#8D0C84

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

Shades of Dark Magenta #8D0C84

Tints of Dark Magenta #8D0C84

Color information

#8D0C84 (or 0x8D0C84) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0C and 84. RGB value is (141,12,132). Sum of RGB (Red+Green+Blue) = 141+12+132=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 12 (5.08% from 255 or 4.21% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0C84 is #72F37B. Grayscale: #3F3F3F. Windows color (decimal): -7533436 or 8653965. OLE color: 8653965.

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

Color convert

RGB14112132-
CMYK00.910.060.45
HSL304.19º84.31%30%-
HSV(B)304.19º91.49%55.29%-
XYZ15.287.5922.49-
YUV64.25166.24182.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 12 (5.08% from 255) = 4.21%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=49.47%
G=4.21%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411213200.910.060.45304.1984.3130
Hex8DC8405B62D130541e
Octal21514204013365546012436
Binary1000110111001000010001011011110101101100110000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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