#87038A

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

Shades of Dark Magenta #87038A

Tints of Dark Magenta #87038A

Color information

#87038A (or 0x87038A) is unknown color: approx Dark Magenta. HEX triplet: 87, 03 and 8A. RGB value is (135,3,138). Sum of RGB (Red+Green+Blue) = 135+3+138=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 3 (1.56% from 255 or 1.09% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #87038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87038A is #78FC75. Grayscale: #393939. Windows color (decimal): -7928950 or 9044871. OLE color: 9044871.

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

Color convert

RGB1353138-
CMYK0.020.9800.46
HSL298.67º95.74%27.65%-
HSV(B)298.67º97.83%54.12%-
XYZ14.617.0524.64-
YUV57.86173.23183.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.91%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 138 (54.30% from 255) = 50%
R=48.91%
G=1.09%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13531380.020.9800.46298.6795.7427.65
Hex8738A26202E12b601c
Octal2073212214205645314034
Binary1000011111100010101011000100101110100101011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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