#8A01A6

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

Shades of Dark Magenta #8A01A6

Tints of Dark Magenta #8A01A6

Color information

#8A01A6 (or 0x8A01A6) is unknown color: approx Dark Magenta. HEX triplet: 8A, 01 and A6. RGB value is (138,1,166). Sum of RGB (Red+Green+Blue) = 138+1+166=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 166 (65.23% from 255 or 54.43% from 305); Max value from RGB is 166 - color contains mainly: blue. Hex color #8A01A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A01A6 is #75FE59. Grayscale: #3C3C3C. Windows color (decimal): -7732826 or 10879370. OLE color: 10879370.

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

Color convert

RGB1381166-
CMYK0.170.9900.35
HSL289.82º98.8%32.75%-
HSV(B)289.82º99.4%65.1%-
XYZ17.388.1836.74-
YUV60.77187.39183.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 1 (0.78% from 255) = 0.33%
BLUE value IS 166 (65.23% from 255) = 54.43%
R=45.25%
G=0.33%
B=54.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13811660.170.9900.35289.8298.832.75
Hex8A1A611630231226321
Octal21212462114304344214341
Binary1000101011010011010001110001101000111001000101100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A01A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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