#8B0487

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

Shades of Dark Magenta #8B0487

Tints of Dark Magenta #8B0487

Color information

#8B0487 (or 0x8B0487) is unknown color: approx Dark Magenta. HEX triplet: 8B, 04 and 87. RGB value is (139,4,135). Sum of RGB (Red+Green+Blue) = 139+4+135=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0487 is #74FB78. Grayscale: #3A3A3A. Windows color (decimal): -7666553 or 8848523. OLE color: 8848523.

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

Color convert

RGB1394135-
CMYK00.970.030.45
HSL301.78º94.41%28.04%-
HSV(B)301.78º97.12%54.51%-
XYZ15.067.3323.54-
YUV59.3170.73184.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=50%
G=1.44%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139413500.970.030.45301.7894.4128.04
Hex8B48706132D12e5e1c
Octal2134207014135545613634
Binary10001011100100001110110000111101101100101110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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