#8F007F

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

Shades of Dark Magenta #8F007F

Tints of Dark Magenta #8F007F

Color information

#8F007F (or 0x8F007F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 00 and 7F. RGB value is (143,0,127). Sum of RGB (Red+Green+Blue) = 143+0+127=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F007F is #70FF80. Grayscale: #383838. Windows color (decimal): -7405441 or 8323215. OLE color: 8323215.

HSL color Cylindrical-coordinate representation of color #8F007F: hue angle of 306.71º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F007F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB1430127-
CMYK010.110.44
HSL306.71º100%28.04%-
HSV(B)306.71º100%56.08%-
XYZ15.167.3720.7-
YUV57.24167.38189.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 47.04%
R=52.96%
G=0%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1430127010.110.44306.7110028.04
Hex8F07F064B2C133641c
Octal21701770144135446314434
Binary1000111101111111011001001011101100100110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,127); }

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

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

 a { background-color: rgb(143,0,127); }

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

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

 span { border-color: rgb(143,0,127); }

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