#8A07AC

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

Shades of Dark Magenta #8A07AC

Tints of Dark Magenta #8A07AC

Color information

#8A07AC (or 0x8A07AC) is unknown color: approx Dark Magenta. HEX triplet: 8A, 07 and AC. RGB value is (138,7,172). Sum of RGB (Red+Green+Blue) = 138+7+172=317 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.53% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A07AC is #75F853. Grayscale: #404040. Windows color (decimal): -7731284 or 11274122. OLE color: 11274122.

HSL color Cylindrical-coordinate representation of color #8A07AC: hue angle of 287.64º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8A07AC is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1387172-
CMYK0.200.9600.33
HSL287.64º92.18%35.1%-
HSV(B)287.64º95.93%67.45%-
XYZ188.5339.73-
YUV64.98188.4180.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.53%
GREEN value IS 7 (3.12% from 255) = 2.21%
BLUE value IS 172 (67.58% from 255) = 54.26%
R=43.53%
G=2.21%
B=54.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13871720.200.9600.33287.6492.1835.1
Hex8A7AC14600211205c23
Octal21272542414004144013443
Binary100010101111010110010100110000001000011001000001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A07AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,7,172); }

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

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

 a { background-color: rgb(138,7,172); }

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

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

 span { border-color: rgb(138,7,172); }

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