#8A05A4

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

Shades of Dark Magenta #8A05A4

Tints of Dark Magenta #8A05A4

Color information

#8A05A4 (or 0x8A05A4) is unknown color: approx Dark Magenta. HEX triplet: 8A, 05 and A4. RGB value is (138,5,164). Sum of RGB (Red+Green+Blue) = 138+5+164=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A05A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A05A4 is #75FA5B. Grayscale: #3E3E3E. Windows color (decimal): -7731804 or 10749322. OLE color: 10749322.

HSL color Cylindrical-coordinate representation of color #8A05A4: hue angle of 290.19º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A05A4 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1385164-
CMYK0.160.9700.36
HSL290.19º94.08%33.14%-
HSV(B)290.19º96.95%64.31%-
XYZ17.248.1935.79-
YUV62.89185.06181.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=44.95%
G=1.63%
B=53.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13851640.160.9700.36290.1994.0833.14
Hex8A5A410610241225e21
Octal21252442014104444213641
Binary100010101011010010010000110000101001001001000101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,5,164); }

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

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

 a { background-color: rgb(138,5,164); }

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

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

 span { border-color: rgb(138,5,164); }

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