#8000AB

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

Shades of Dark Magenta #8000AB

Tints of Dark Magenta #8000AB

Color information

#8000AB (or 0x8000AB) is unknown color: approx Dark Magenta. HEX triplet: 80, 00 and AB. RGB value is (128,0,171). Sum of RGB (Red+Green+Blue) = 128+0+171=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #8000AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8000AB is #7FFF54. Grayscale: #393939. Windows color (decimal): -8388437 or 11206784. OLE color: 11206784.

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

Color convert

RGB1280171-
CMYK0.25100.33
HSL284.91º100%33.53%-
HSV(B)284.91º100%67.06%-
XYZ16.257.5339.12-
YUV57.77191.91178.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=42.81%
G=0%
B=57.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal12801710.25100.33284.9110033.53
Hex800AB196402111d6422
Octal20002533114404143514442
Binary1000000001010101111001110010001000011000111011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8000AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,0,171); }

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

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

 a { background-color: rgb(128,0,171); }

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

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

 span { border-color: rgb(128,0,171); }

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