#8F009F

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

Shades of Dark Magenta #8F009F

Tints of Dark Magenta #8F009F

Color information

#8F009F (or 0x8F009F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 00 and 9F. RGB value is (143,0,159). Sum of RGB (Red+Green+Blue) = 143+0+159=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F009F is #70FF60. Grayscale: #3C3C3C. Windows color (decimal): -7405409 or 10420367. OLE color: 10420367.

HSL color Cylindrical-coordinate representation of color #8F009F: hue angle of 293.96º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F009F is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1430159-
CMYK0.10100.38
HSL293.96º100%31.18%-
HSV(B)293.96º100%62.35%-
XYZ17.598.3433.48-
YUV60.88183.38186.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 52.65%
R=47.35%
G=0%
B=52.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal14301590.10100.38293.9610031.18
Hex8F09FA64026126641f
Octal21702371214404644614437
Binary10001111010011111101011001000100110100100110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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