#8A12AD

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

Shades of Dark Magenta #8A12AD

Tints of Dark Magenta #8A12AD

Color information

#8A12AD (or 0x8A12AD) is unknown color: approx Dark Magenta. HEX triplet: 8A, 12 and AD. RGB value is (138,18,173). Sum of RGB (Red+Green+Blue) = 138+18+173=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A12AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A12AD is #75ED52. Grayscale: #474747. Windows color (decimal): -7728467 or 11342474. OLE color: 11342474.

HSL color Cylindrical-coordinate representation of color #8A12AD: hue angle of 286.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A12AD is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13818173-
CMYK0.200.9000.32
HSL286.45º81.15%37.45%-
HSV(B)286.45º89.6%67.84%-
XYZ18.248.8540.28-
YUV71.55185.26175.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=41.95%
G=5.47%
B=52.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138181730.200.9000.32286.4581.1537.45
Hex8A12AD145A02011e5125
Octal212222552413204043612145
Binary10001010100101010110110100101101001000001000111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A12AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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