#8B14AB

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

Shades of Dark Magenta #8B14AB

Tints of Dark Magenta #8B14AB

Color information

#8B14AB (or 0x8B14AB) is unknown color: approx Dark Magenta. HEX triplet: 8B, 14 and AB. RGB value is (139,20,171). Sum of RGB (Red+Green+Blue) = 139+20+171=330 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.12% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B14AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B14AB is #74EB54. Grayscale: #484848. Windows color (decimal): -7662421 or 11211915. OLE color: 11211915.

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

Color convert

RGB13920171-
CMYK0.190.8800.33
HSL287.28º79.06%37.45%-
HSV(B)287.28º88.3%67.06%-
XYZ18.258.9339.29-
YUV72.8183.42175.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 42.12%
GREEN value IS 20 (8.20% from 255) = 6.06%
BLUE value IS 171 (67.19% from 255) = 51.82%
R=42.12%
G=6.06%
B=51.82%

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
Decimal139201710.190.8800.33287.2879.0637.45
Hex8B14AB135802111f4f25
Octal213242532313004143711745
Binary10001011101001010101110011101100001000011000111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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