#8A14AB

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

Shades of Dark Magenta #8A14AB

Tints of Dark Magenta #8A14AB

Color information

#8A14AB (or 0x8A14AB) is unknown color: approx Dark Magenta. HEX triplet: 8A, 14 and AB. RGB value is (138,20,171). Sum of RGB (Red+Green+Blue) = 138+20+171=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A14AB is #75EB54. Grayscale: #484848. Windows color (decimal): -7727957 or 11211914. OLE color: 11211914.

HSL color Cylindrical-coordinate representation of color #8A14AB: hue angle of 286.89º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A14AB is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13820171-
CMYK0.190.8800.33
HSL286.89º79.06%37.45%-
HSV(B)286.89º88.3%67.06%-
XYZ18.088.8439.28-
YUV72.5183.59174.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 20 (8.20% from 255) = 6.08%
BLUE value IS 171 (67.19% from 255) = 51.98%
R=41.95%
G=6.08%
B=51.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138201710.190.8800.33286.8979.0637.45
Hex8A14AB135802111f4f25
Octal212242532313004143711745
Binary10001010101001010101110011101100001000011000111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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