#87038D

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

Shades of Dark Magenta #87038D

Tints of Dark Magenta #87038D

Color information

#87038D (or 0x87038D) is unknown color: approx Dark Magenta. HEX triplet: 87, 03 and 8D. RGB value is (135,3,141). Sum of RGB (Red+Green+Blue) = 135+3+141=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #87038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87038D is #78FC72. Grayscale: #393939. Windows color (decimal): -7928947 or 9241479. OLE color: 9241479.

HSL color Cylindrical-coordinate representation of color #87038D: hue angle of 297.39º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #87038D is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1353141-
CMYK0.040.9800.45
HSL297.39º95.83%28.24%-
HSV(B)297.39º97.87%55.29%-
XYZ14.837.1425.8-
YUV58.2174.73182.78-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.39%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 141 (55.47% from 255) = 50.54%
R=48.39%
G=1.08%
B=50.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13531410.040.9800.45297.3995.8328.24
Hex8738D46202D129601c
Octal2073215414205545114034
Binary10000111111000110110011000100101101100101001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87038D; }

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

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

<style>
 a { background-color: #87038D; }

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

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

<style>
 span { border-color: #87038D; }

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

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