#8301AB

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

Shades of Dark Magenta #8301AB

Tints of Dark Magenta #8301AB

Color information

#8301AB (or 0x8301AB) is unknown color: approx Dark Magenta. HEX triplet: 83, 01 and AB. RGB value is (131,1,171). Sum of RGB (Red+Green+Blue) = 131+1+171=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #8301AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8301AB is #7CFE54. Grayscale: #3A3A3A. Windows color (decimal): -8191573 or 11207043. OLE color: 11207043.

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

Color convert

RGB1311171-
CMYK0.230.9900.33
HSL285.88º98.84%33.73%-
HSV(B)285.88º99.42%67.06%-
XYZ16.727.7939.15-
YUV59.25191.07179.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=43.23%
G=0.33%
B=56.44%

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
Decimal13111710.230.9900.33285.8898.8433.73
Hex831AB176302111e6322
Octal20312532714304143614342
Binary1000001111010101110111110001101000011000111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8301AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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