#8A14AD

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

Shades of Dark Magenta #8A14AD

Tints of Dark Magenta #8A14AD

Color information

#8A14AD (or 0x8A14AD) is unknown color: approx Dark Magenta. HEX triplet: 8A, 14 and AD. RGB value is (138,20,173). Sum of RGB (Red+Green+Blue) = 138+20+173=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A14AD is #75EB52. Grayscale: #484848. Windows color (decimal): -7727955 or 11342986. OLE color: 11342986.

HSL color Cylindrical-coordinate representation of color #8A14AD: hue angle of 286.27º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A14AD is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13820173-
CMYK0.200.8800.32
HSL286.27º79.27%37.84%-
HSV(B)286.27º88.44%67.84%-
XYZ18.278.9240.29-
YUV72.72184.59174.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 20 (8.20% from 255) = 6.04%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=41.69%
G=6.04%
B=52.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138201730.200.8800.32286.2779.2737.84
Hex8A14AD145802011e4f26
Octal212242552413004043611746
Binary10001010101001010110110100101100001000001000111101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A14AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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