#8614A5

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

Shades of Dark Magenta #8614A5

Tints of Dark Magenta #8614A5

Color information

#8614A5 (or 0x8614A5) is unknown color: approx Dark Magenta. HEX triplet: 86, 14 and A5. RGB value is (134,20,165). Sum of RGB (Red+Green+Blue) = 134+20+165=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #8614A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8614A5 is #79EB5A. Grayscale: #464646. Windows color (decimal): -7990107 or 10818694. OLE color: 10818694.

HSL color Cylindrical-coordinate representation of color #8614A5: hue angle of 287.17º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8614A5 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13420165-
CMYK0.190.8800.35
HSL287.17º78.38%36.27%-
HSV(B)287.17º87.88%64.71%-
XYZ16.878.2936.31-
YUV70.62181.27173.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 20 (8.20% from 255) = 6.27%
BLUE value IS 165 (64.84% from 255) = 51.72%
R=42.01%
G=6.27%
B=51.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134201650.190.8800.35287.1778.3836.27
Hex8614A5135802311f4e24
Octal206242452313004343711644
Binary10000110101001010010110011101100001000111000111111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8614A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8614A5; }

 p { color: rgb(134,20,165); }

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

<style>
 a { background-color: #8614A5; }

 a { background-color: rgb(134,20,165); }

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

<style>
 span { border-color: #8614A5; }

 span { border-color: rgb(134,20,165); }

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