#8D087F

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

Shades of Dark Magenta #8D087F

Tints of Dark Magenta #8D087F

Color information

#8D087F (or 0x8D087F) is unknown color: approx Dark Magenta. HEX triplet: 8D, 08 and 7F. RGB value is (141,8,127). Sum of RGB (Red+Green+Blue) = 141+8+127=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D087F is #72F780. Grayscale: #3C3C3C. Windows color (decimal): -7534465 or 8325261. OLE color: 8325261.

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

Color convert

RGB1418127-
CMYK00.940.100.45
HSL306.32º89.26%29.22%-
HSV(B)306.32º94.33%55.29%-
XYZ14.97.3720.72-
YUV61.33165.06184.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.09%
GREEN value IS 8 (3.52% from 255) = 2.90%
BLUE value IS 127 (50% from 255) = 46.01%
R=51.09%
G=2.90%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141812700.940.100.45306.3289.2629.22
Hex8D87F05EA2D132591d
Octal215101770136125546213135
Binary1000110110001111111010111101010101101100110010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,8,127); }

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

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

 a { background-color: rgb(141,8,127); }

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

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

 span { border-color: rgb(141,8,127); }

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