#8B0589

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

Shades of Dark Magenta #8B0589

Tints of Dark Magenta #8B0589

Color information

#8B0589 (or 0x8B0589) is unknown color: approx Dark Magenta. HEX triplet: 8B, 05 and 89. RGB value is (139,5,137). Sum of RGB (Red+Green+Blue) = 139+5+137=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0589 is #74FA76. Grayscale: #3B3B3B. Windows color (decimal): -7666295 or 8979851. OLE color: 8979851.

HSL color Cylindrical-coordinate representation of color #8B0589: hue angle of 300.9º 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 #8B0589 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB1395137-
CMYK00.960.010.45
HSL300.9º93.06%28.24%-
HSV(B)300.9º96.4%54.51%-
XYZ15.227.424.29-
YUV60.11171.39184.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=49.47%
G=1.78%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139513700.960.010.45300.993.0628.24
Hex8B58906012D12d5d1c
Octal2135211014015545513534
Binary1000101110110001001011000001101101100101101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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