#8601A2

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

Shades of Dark Magenta #8601A2

Tints of Dark Magenta #8601A2

Color information

#8601A2 (or 0x8601A2) is unknown color: approx Dark Magenta. HEX triplet: 86, 01 and A2. RGB value is (134,1,162). Sum of RGB (Red+Green+Blue) = 134+1+162=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #8601A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8601A2 is #79FE5D. Grayscale: #3A3A3A. Windows color (decimal): -7994974 or 10617222. OLE color: 10617222.

HSL color Cylindrical-coordinate representation of color #8601A2: hue angle of 289.57º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8601A2 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1341162-
CMYK0.170.9900.36
HSL289.57º98.77%31.96%-
HSV(B)289.57º99.38%63.53%-
XYZ16.367.734.81-
YUV59.12186.06181.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=45.12%
G=0.34%
B=54.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13411620.170.9900.36289.5798.7731.96
Hex861A211630241226320
Octal20612422114304444214340
Binary1000011011010001010001110001101001001001000101100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8601A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8601A2; }

 p { color: rgb(134,1,162); }

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

<style>
 a { background-color: #8601A2; }

 a { background-color: rgb(134,1,162); }

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

<style>
 span { border-color: #8601A2; }

 span { border-color: rgb(134,1,162); }

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