#8D0D87

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

Shades of Dark Magenta #8D0D87

Tints of Dark Magenta #8D0D87

Color information

#8D0D87 (or 0x8D0D87) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0D and 87. RGB value is (141,13,135). Sum of RGB (Red+Green+Blue) = 141+13+135=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 13 (5.47% from 255 or 4.50% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0D87 is #72F278. Grayscale: #404040. Windows color (decimal): -7533177 or 8850829. OLE color: 8850829.

HSL color Cylindrical-coordinate representation of color #8D0D87: hue angle of 302.81º degrees, saturation: 0.83, 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 #8D0D87 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB14113135-
CMYK00.910.040.45
HSL302.81º83.12%30.2%-
HSV(B)302.81º90.78%55.29%-
XYZ15.57.723.59-
YUV65.18167.41182.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 13 (5.47% from 255) = 4.50%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=48.79%
G=4.50%
B=46.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411313500.910.040.45302.8183.1230.2
Hex8DD8705B42D12f531e
Octal21515207013345545712336
Binary1000110111011000011101011011100101101100101111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,135); }

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

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

 a { background-color: rgb(141,13,135); }

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

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

 span { border-color: rgb(141,13,135); }

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