#8604AD

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

Shades of Dark Magenta #8604AD

Tints of Dark Magenta #8604AD

Color information

#8604AD (or 0x8604AD) is unknown color: approx Dark Magenta. HEX triplet: 86, 04 and AD. RGB value is (134,4,173). Sum of RGB (Red+Green+Blue) = 134+4+173=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #8604AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8604AD is #79FB52. Grayscale: #3D3D3D. Windows color (decimal): -7994195 or 11338886. OLE color: 11338886.

HSL color Cylindrical-coordinate representation of color #8604AD: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8604AD is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1344173-
CMYK0.230.9800.32
HSL286.15º95.48%34.71%-
HSV(B)286.15º97.69%67.84%-
XYZ17.428.1740.19-
YUV62.14190.57179.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 4 (1.95% from 255) = 1.29%
BLUE value IS 173 (67.97% from 255) = 55.63%
R=43.09%
G=1.29%
B=55.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13441730.230.9800.32286.1595.4834.71
Hex864AD176202011e5f23
Octal20642552714204043613743
Binary100001101001010110110111110001001000001000111101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8604AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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