#8a07a5

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

Shades of Dark Magenta #8A07A5

Tints of Dark Magenta #8A07A5

Color information

#8A07A5 (or 0x8A07A5) is unknown color: approx Dark Magenta. HEX triplet: 8A, 07 and A5. RGB value is (138,7,165). Sum of RGB (Red+Green+Blue) = 138+7+165=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #8A07A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A07A5 is #75F85A. Grayscale: #3F3F3F. Windows color (decimal): -7731291 or 10815370. OLE color: 10815370.

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

Color convert

RGB1387165-
CMYK0.160.9600.35
HSL289.75º91.86%33.73%-
HSV(B)289.75º95.76%64.71%-
XYZ17.358.2736.28-
YUV64.18184.9180.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.52%
GREEN value IS 7 (3.12% from 255) = 2.26%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=44.52%
G=2.26%
B=53.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal13871650.160.9600.35289.7591.8633.73
Hex8A7A510600231225c22
Octal21272452014004344213442
Binary100010101111010010110000110000001000111001000101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a07a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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