#8F0A88

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

Shades of Dark Magenta #8F0A88

Tints of Dark Magenta #8F0A88

Color information

#8F0A88 (or 0x8F0A88) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0A and 88. RGB value is (143,10,136). Sum of RGB (Red+Green+Blue) = 143+10+136=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0A88 is #70F577. Grayscale: #3F3F3F. Windows color (decimal): -7402872 or 8915599. OLE color: 8915599.

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

Color convert

RGB14310136-
CMYK00.930.050.44
HSL303.16º86.93%30%-
HSV(B)303.16º93.01%56.08%-
XYZ15.887.8323.97-
YUV64.13168.56184.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.48%
GREEN value IS 10 (4.30% from 255) = 3.46%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=49.48%
G=3.46%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431013600.930.050.44303.1686.9330
Hex8FA8805D52C12f571e
Octal21712210013555445712736
Binary1000111110101000100001011101101101100100101111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,10,136); }

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

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

 a { background-color: rgb(143,10,136); }

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

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

 span { border-color: rgb(143,10,136); }

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