#8604AB

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

Shades of Dark Magenta #8604AB

Tints of Dark Magenta #8604AB

Color information

#8604AB (or 0x8604AB) is unknown color: approx Dark Magenta. HEX triplet: 86, 04 and AB. RGB value is (134,4,171). Sum of RGB (Red+Green+Blue) = 134+4+171=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 4 (1.95% from 255 or 1.29% 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 #8604AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8604AB is #79FB54. Grayscale: #3D3D3D. Windows color (decimal): -7994197 or 11207814. OLE color: 11207814.

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

Color convert

RGB1344171-
CMYK0.220.9800.33
HSL286.71º95.43%34.31%-
HSV(B)286.71º97.66%67.06%-
XYZ17.238.139.18-
YUV61.91189.57179.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.37%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=43.37%
G=1.29%
B=55.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13441710.220.9800.33286.7195.4334.31
Hex864AB166202111f5f22
Octal20642532614204143713742
Binary100001101001010101110110110001001000011000111111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8604AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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