#8703AA

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

Shades of Dark Magenta #8703AA

Tints of Dark Magenta #8703AA

Color information

#8703AA (or 0x8703AA) is unknown color: approx Dark Magenta. HEX triplet: 87, 03 and AA. RGB value is (135,3,170). Sum of RGB (Red+Green+Blue) = 135+3+170=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #8703AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8703AA is #78FC55. Grayscale: #3C3C3C. Windows color (decimal): -7928918 or 11142023. OLE color: 11142023.

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

Color convert

RGB1353170-
CMYK0.210.9800.33
HSL287.43º96.53%33.92%-
HSV(B)287.43º98.24%66.67%-
XYZ17.288.1238.69-
YUV61.51189.23180.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=43.83%
G=0.97%
B=55.19%

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
Decimal13531700.210.9800.33287.4396.5333.92
Hex873AA156202111f6122
Octal20732522514204143714142
Binary10000111111010101010101110001001000011000111111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8703AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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