#8B0493

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

Shades of Dark Magenta #8B0493

Tints of Dark Magenta #8B0493

Color information

#8B0493 (or 0x8B0493) is unknown color: approx Dark Magenta. HEX triplet: 8B, 04 and 93. RGB value is (139,4,147). Sum of RGB (Red+Green+Blue) = 139+4+147=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #8B0493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0493 is #74FB6C. Grayscale: #3C3C3C. Windows color (decimal): -7666541 or 9634955. OLE color: 9634955.

HSL color Cylindrical-coordinate representation of color #8B0493: hue angle of 296.64º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0493 is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1394147-
CMYK0.050.9700.42
HSL296.64º94.7%29.61%-
HSV(B)296.64º97.28%57.65%-
XYZ15.967.6828.25-
YUV60.67176.73183.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 147 (57.81% from 255) = 50.69%
R=47.93%
G=1.38%
B=50.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal13941470.050.9700.42296.6494.729.61
Hex8B49356102A1295f1e
Octal2134223514105245113736
Binary100010111001001001110111000010101010100101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,4,147); }

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

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

 a { background-color: rgb(139,4,147); }

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

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

 span { border-color: rgb(139,4,147); }

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