#8A0596

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

Shades of Dark Magenta #8A0596

Tints of Dark Magenta #8A0596

Color information

#8A0596 (or 0x8A0596) is unknown color: approx Dark Magenta. HEX triplet: 8A, 05 and 96. RGB value is (138,5,150). Sum of RGB (Red+Green+Blue) = 138+5+150=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0596 is #75FA69. Grayscale: #3C3C3C. Windows color (decimal): -7731818 or 9831818. OLE color: 9831818.

HSL color Cylindrical-coordinate representation of color #8A0596: hue angle of 295.03º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A0596 is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1385150-
CMYK0.080.9700.41
HSL295.03º93.55%30.39%-
HSV(B)295.03º96.67%58.82%-
XYZ16.047.7129.5-
YUV61.3178.06182.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.10%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=47.10%
G=1.71%
B=51.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13851500.080.9700.41295.0393.5530.39
Hex8A5968610291275e1e
Octal21252261014105144713636
Binary1000101010110010110100011000010101001100100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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