#8606AA

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

Shades of Dark Magenta #8606AA

Tints of Dark Magenta #8606AA

Color information

#8606AA (or 0x8606AA) is unknown color: approx Dark Magenta. HEX triplet: 86, 06 and AA. RGB value is (134,6,170). Sum of RGB (Red+Green+Blue) = 134+6+170=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #8606AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8606AA is #79F955. Grayscale: #3E3E3E. Windows color (decimal): -7993686 or 11142790. OLE color: 11142790.

HSL color Cylindrical-coordinate representation of color #8606AA: hue angle of 286.83º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8606AA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1346170-
CMYK0.210.9600.33
HSL286.83º93.18%34.51%-
HSV(B)286.83º96.47%66.67%-
XYZ17.158.138.69-
YUV62.97188.41178.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.23%
GREEN value IS 6 (2.73% from 255) = 1.94%
BLUE value IS 170 (66.80% from 255) = 54.84%
R=43.23%
G=1.94%
B=54.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13461700.210.9600.33286.8393.1834.51
Hex866AA156002111f5d23
Octal20662522514004143713543
Binary100001101101010101010101110000001000011000111111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8606AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,6,170); }

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

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

 a { background-color: rgb(134,6,170); }

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

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

 span { border-color: rgb(134,6,170); }

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