#8414AB

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

Shades of Dark Magenta #8414AB

Tints of Dark Magenta #8414AB

Color information

#8414AB (or 0x8414AB) is unknown color: approx Dark Magenta. HEX triplet: 84, 14 and AB. RGB value is (132,20,171). Sum of RGB (Red+Green+Blue) = 132+20+171=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #8414AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8414AB is #7BEB54. Grayscale: #464646. Windows color (decimal): -8121173 or 11211908. OLE color: 11211908.

HSL color Cylindrical-coordinate representation of color #8414AB: hue angle of 284.5º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8414AB is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13220171-
CMYK0.230.8800.33
HSL284.5º79.06%37.45%-
HSV(B)284.5º88.3%67.06%-
XYZ17.128.3539.24-
YUV70.7184.61171.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 20 (8.20% from 255) = 6.19%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=40.87%
G=6.19%
B=52.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal132201710.230.8800.33284.579.0637.45
Hex8414AB175802111d4f25
Octal204242532713004143511745
Binary10000100101001010101110111101100001000011000111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8414AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,20,171); }

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

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

 a { background-color: rgb(132,20,171); }

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

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

 span { border-color: rgb(132,20,171); }

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