#870D88

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

Shades of Dark Magenta #870D88

Tints of Dark Magenta #870D88

Color information

#870D88 (or 0x870D88) is unknown color: approx Dark Magenta. HEX triplet: 87, 0D and 88. RGB value is (135,13,136). Sum of RGB (Red+Green+Blue) = 135+13+136=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #870D88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870D88 is #78F277. Grayscale: #3F3F3F. Windows color (decimal): -7926392 or 8916359. OLE color: 8916359.

HSL color Cylindrical-coordinate representation of color #870D88: hue angle of 299.51º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870D88 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13513136-
CMYK0.010.9000.47
HSL299.51º82.55%29.22%-
HSV(B)299.51º90.44%53.33%-
XYZ14.587.2223.92-
YUV63.5168.92179-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 13 (5.47% from 255) = 4.58%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=47.54%
G=4.58%
B=47.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135131360.010.9000.47299.5182.5529.22
Hex87D8815A02F12c531d
Octal20715210113205745412335
Binary10000111110110001000110110100101111100101100101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870D88; }

 p { color: rgb(135,13,136); }

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

<style>
 a { background-color: #870D88; }

 a { background-color: rgb(135,13,136); }

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

<style>
 span { border-color: #870D88; }

 span { border-color: rgb(135,13,136); }

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