#871A8E

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

Shades of Dark Magenta #871A8E

Tints of Dark Magenta #871A8E

Color information

#871A8E (or 0x871A8E) is unknown color: approx Dark Magenta. HEX triplet: 87, 1A and 8E. RGB value is (135,26,142). Sum of RGB (Red+Green+Blue) = 135+26+142=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #871A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #871A8E is #78E571. Grayscale: #474747. Windows color (decimal): -7923058 or 9312903. OLE color: 9312903.

HSL color Cylindrical-coordinate representation of color #871A8E: hue angle of 296.38º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #871A8E is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13526142-
CMYK0.050.8200.44
HSL296.38º69.05%32.94%-
HSV(B)296.38º81.69%55.69%-
XYZ15.247.8426.3-
YUV71.82167.61173.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 26 (10.55% from 255) = 8.58%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=44.55%
G=8.58%
B=46.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135261420.050.8200.44296.3869.0532.94
Hex871A8E55202C1284521
Octal20732216512205445010541
Binary100001111101010001110101101001001011001001010001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871A8E; }

 p { color: rgb(135,26,142); }

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

<style>
 a { background-color: #871A8E; }

 a { background-color: rgb(135,26,142); }

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

<style>
 span { border-color: #871A8E; }

 span { border-color: rgb(135,26,142); }

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