#8704AB

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

Shades of Dark Magenta #8704AB

Tints of Dark Magenta #8704AB

Color information

#8704AB (or 0x8704AB) is unknown color: approx Dark Magenta. HEX triplet: 87, 04 and AB. RGB value is (135,4,171). Sum of RGB (Red+Green+Blue) = 135+4+171=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #8704AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8704AB is #78FB54. Grayscale: #3D3D3D. Windows color (decimal): -7928661 or 11207815. OLE color: 11207815.

HSL color Cylindrical-coordinate representation of color #8704AB: hue angle of 287.07º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8704AB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1354171-
CMYK0.210.9800.33
HSL287.07º95.43%34.31%-
HSV(B)287.07º97.66%67.06%-
XYZ17.398.1839.19-
YUV62.21189.4179.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 171 (67.19% from 255) = 55.16%
R=43.55%
G=1.29%
B=55.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13541710.210.9800.33287.0795.4334.31
Hex874AB156202111f5f22
Octal20742532514204143713742
Binary100001111001010101110101110001001000011000111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8704AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8704AB; }

 p { color: rgb(135,4,171); }

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

<style>
 a { background-color: #8704AB; }

 a { background-color: rgb(135,4,171); }

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

<style>
 span { border-color: #8704AB; }

 span { border-color: rgb(135,4,171); }

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