#8E00AB

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

Shades of Dark Magenta #8E00AB

Tints of Dark Magenta #8E00AB

Color information

#8E00AB (or 0x8E00AB) is unknown color: approx Dark Magenta. HEX triplet: 8E, 00 and AB. RGB value is (142,0,171). Sum of RGB (Red+Green+Blue) = 142+0+171=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E00AB is #71FF54. Grayscale: #3D3D3D. Windows color (decimal): -7470933 or 11206798. OLE color: 11206798.

HSL color Cylindrical-coordinate representation of color #8E00AB: hue angle of 289.82º 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 #8E00AB is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1420171-
CMYK0.17100.33
HSL289.82º100%33.53%-
HSV(B)289.82º100%67.06%-
XYZ18.518.6939.23-
YUV61.95189.54185.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 54.63%
R=45.37%
G=0%
B=54.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14201710.17100.33289.8210033.53
Hex8E0AB11640211226422
Octal21602532114404144214442
Binary1000111001010101110001110010001000011001000101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E00AB; }

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

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

<style>
 a { background-color: #8E00AB; }

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

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

<style>
 span { border-color: #8E00AB; }

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

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