#8703AB

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

Shades of Dark Magenta #8703AB

Tints of Dark Magenta #8703AB

Color information

#8703AB (or 0x8703AB) is unknown color: approx Dark Magenta. HEX triplet: 87, 03 and AB. RGB value is (135,3,171). Sum of RGB (Red+Green+Blue) = 135+3+171=309 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.69% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #8703AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8703AB is #78FC54. Grayscale: #3D3D3D. Windows color (decimal): -7928917 or 11207559. OLE color: 11207559.

HSL color Cylindrical-coordinate representation of color #8703AB: hue angle of 287.14º degrees, saturation: 0.97, 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 #8703AB is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1353171-
CMYK0.210.9800.33
HSL287.14º96.55%34.12%-
HSV(B)287.14º98.25%67.06%-
XYZ17.378.1639.19-
YUV61.62189.73180.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.69%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=43.69%
G=0.97%
B=55.34%

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
Decimal13531710.210.9800.33287.1496.5534.12
Hex873AB156202111f6122
Octal20732532514204143714142
Binary10000111111010101110101110001001000011000111111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8703AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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