#8D0D8C

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

Shades of Dark Magenta #8D0D8C

Tints of Dark Magenta #8D0D8C

Color information

#8D0D8C (or 0x8D0D8C) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0D and 8C. RGB value is (141,13,140). Sum of RGB (Red+Green+Blue) = 141+13+140=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 13 (5.47% from 255 or 4.42% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0D8C is #72F273. Grayscale: #414141. Windows color (decimal): -7533172 or 9178509. OLE color: 9178509.

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

Color convert

RGB14113140-
CMYK00.910.010.45
HSL300.47º83.12%30.2%-
HSV(B)300.47º90.78%55.29%-
XYZ15.867.8425.49-
YUV65.75169.91181.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 13 (5.47% from 255) = 4.42%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=47.96%
G=4.42%
B=47.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411314000.910.010.45300.4783.1230.2
Hex8DD8C05B12D12c531e
Octal21515214013315545412336
Binary10001101110110001100010110111101101100101100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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