#8B0585

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

Shades of Dark Magenta #8B0585

Tints of Dark Magenta #8B0585

Color information

#8B0585 (or 0x8B0585) is unknown color: approx Dark Magenta. HEX triplet: 8B, 05 and 85. RGB value is (139,5,133). Sum of RGB (Red+Green+Blue) = 139+5+133=277 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.18% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0585 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0585 is #74FA7A. Grayscale: #3B3B3B. Windows color (decimal): -7666299 or 8717707. OLE color: 8717707.

HSL color Cylindrical-coordinate representation of color #8B0585: hue angle of 302.69º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0585 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB1395133-
CMYK00.960.040.45
HSL302.69º93.06%28.24%-
HSV(B)302.69º96.4%54.51%-
XYZ14.947.2922.81-
YUV59.66169.39184.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.18%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 133 (52.34% from 255) = 48.01%
R=50.18%
G=1.81%
B=48.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139513300.960.040.45302.6993.0628.24
Hex8B58506042D12f5d1c
Octal2135205014045545713534
Binary100010111011000010101100000100101101100101111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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