#8D0B87

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

Shades of Dark Magenta #8D0B87

Tints of Dark Magenta #8D0B87

Color information

#8D0B87 (or 0x8D0B87) is unknown color: approx Dark Magenta. HEX triplet: 8D, 0B and 87. RGB value is (141,11,135). Sum of RGB (Red+Green+Blue) = 141+11+135=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0B87 is #72F478. Grayscale: #3F3F3F. Windows color (decimal): -7533689 or 8850317. OLE color: 8850317.

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

Color convert

RGB14111135-
CMYK00.920.040.45
HSL302.77º85.53%29.8%-
HSV(B)302.77º92.2%55.29%-
XYZ15.487.6523.58-
YUV64.01168.07182.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 11 (4.69% from 255) = 3.83%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=49.13%
G=3.83%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411113500.920.040.45302.7785.5329.8
Hex8DB8705C42D12f561e
Octal21513207013445545712636
Binary1000110110111000011101011100100101101100101111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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