#8B0596

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

Shades of Dark Magenta #8B0596

Tints of Dark Magenta #8B0596

Color information

#8B0596 (or 0x8B0596) is unknown color: approx Dark Magenta. HEX triplet: 8B, 05 and 96. RGB value is (139,5,150). Sum of RGB (Red+Green+Blue) = 139+5+150=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #8B0596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0596 is #74FA69. Grayscale: #3D3D3D. Windows color (decimal): -7666282 or 9831819. OLE color: 9831819.

HSL color Cylindrical-coordinate representation of color #8B0596: hue angle of 295.45º 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 #8B0596 is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1395150-
CMYK0.070.9700.41
HSL295.45º93.55%30.39%-
HSV(B)295.45º96.67%58.82%-
XYZ16.217.829.51-
YUV61.6177.89183.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 5 (2.34% from 255) = 1.70%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=47.28%
G=1.70%
B=51.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal13951500.070.9700.41295.4593.5530.39
Hex8B5967610291275e1e
Octal2135226714105144713636
Binary100010111011001011011111000010101001100100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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