#870A88

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

Shades of Dark Magenta #870A88

Tints of Dark Magenta #870A88

Color information

#870A88 (or 0x870A88) is unknown color: approx Dark Magenta. HEX triplet: 87, 0A and 88. RGB value is (135,10,136). Sum of RGB (Red+Green+Blue) = 135+10+136=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 136 (53.52% from 255 or 48.40% from 281); Max value from RGB is 136 - color contains mainly: blue. Hex color #870A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870A88 is #78F577. Grayscale: #3D3D3D. Windows color (decimal): -7927160 or 8915591. OLE color: 8915591.

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

Color convert

RGB13510136-
CMYK0.010.9300.47
HSL299.52º86.3%28.63%-
HSV(B)299.52º92.65%53.33%-
XYZ14.547.1523.91-
YUV61.74169.91180.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 10 (4.30% from 255) = 3.56%
BLUE value IS 136 (53.52% from 255) = 48.40%
R=48.04%
G=3.56%
B=48.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135101360.010.9300.47299.5286.328.63
Hex87A8815D02F12c561d
Octal20712210113505745412635
Binary10000111101010001000110111010101111100101100101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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