#8F0580

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

Shades of Dark Magenta #8F0580

Tints of Dark Magenta #8F0580

Color information

#8F0580 (or 0x8F0580) is unknown color: approx Dark Magenta. HEX triplet: 8F, 05 and 80. RGB value is (143,5,128). Sum of RGB (Red+Green+Blue) = 143+5+128=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0580 is #70FA7F. Grayscale: #3B3B3B. Windows color (decimal): -7404160 or 8390031. OLE color: 8390031.

HSL color Cylindrical-coordinate representation of color #8F0580: hue angle of 306.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0580 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB1435128-
CMYK00.970.100.44
HSL306.52º93.24%29.02%-
HSV(B)306.52º96.5%56.08%-
XYZ15.287.5121.07-
YUV60.28166.22187-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.81%
GREEN value IS 5 (2.34% from 255) = 1.81%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=51.81%
G=1.81%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143512800.970.100.44306.5293.2429.02
Hex8F580061A2C1335d1d
Octal21752000141125446313535
Binary1000111110110000000011000011010101100100110011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,5,128); }

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

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

 a { background-color: rgb(143,5,128); }

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

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

 span { border-color: rgb(143,5,128); }

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