#8A00AB

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

Shades of Dark Magenta #8A00AB

Tints of Dark Magenta #8A00AB

Color information

#8A00AB (or 0x8A00AB) is unknown color: approx Dark Magenta. HEX triplet: 8A, 00 and AB. RGB value is (138,0,171). Sum of RGB (Red+Green+Blue) = 138+0+171=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A00AB is #75FF54. Grayscale: #3C3C3C. Windows color (decimal): -7733077 or 11206794. OLE color: 11206794.

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

Color convert

RGB1380171-
CMYK0.19100.33
HSL288.42º100%33.53%-
HSV(B)288.42º100%67.06%-
XYZ17.838.3439.2-
YUV60.76190.22183.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 55.34%
R=44.66%
G=0%
B=55.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13801710.19100.33288.4210033.53
Hex8A0AB13640211206422
Octal21202532314404144014442
Binary1000101001010101110011110010001000011001000001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A00AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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