#8401AB

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

Shades of Dark Magenta #8401AB

Tints of Dark Magenta #8401AB

Color information

#8401AB (or 0x8401AB) is unknown color: approx Dark Magenta. HEX triplet: 84, 01 and AB. RGB value is (132,1,171). Sum of RGB (Red+Green+Blue) = 132+1+171=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #8401AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8401AB is #7BFE54. Grayscale: #3B3B3B. Windows color (decimal): -8126037 or 11207044. OLE color: 11207044.

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

Color convert

RGB1321171-
CMYK0.230.9900.33
HSL286.24º98.84%33.73%-
HSV(B)286.24º99.42%67.06%-
XYZ16.887.8739.16-
YUV59.55190.9179.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=43.42%
G=0.33%
B=56.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13211710.230.9900.33286.2498.8433.73
Hex841AB176302111e6322
Octal20412532714304143614342
Binary1000010011010101110111110001101000011000111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8401AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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