#8A01AC

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

Shades of Dark Magenta #8A01AC

Tints of Dark Magenta #8A01AC

Color information

#8A01AC (or 0x8A01AC) is unknown color: approx Dark Magenta. HEX triplet: 8A, 01 and AC. RGB value is (138,1,172). Sum of RGB (Red+Green+Blue) = 138+1+172=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A01AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A01AC is #75FE53. Grayscale: #3C3C3C. Windows color (decimal): -7732820 or 11272586. OLE color: 11272586.

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

Color convert

RGB1381172-
CMYK0.200.9900.33
HSL288.07º98.84%33.92%-
HSV(B)288.07º99.42%67.45%-
XYZ17.948.439.71-
YUV61.46190.39182.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=44.37%
G=0.32%
B=55.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13811720.200.9900.33288.0798.8433.92
Hex8A1AC14630211206322
Octal21212542414304144014342
Binary1000101011010110010100110001101000011001000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A01AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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