#8F0884

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

Shades of Dark Magenta #8F0884

Tints of Dark Magenta #8F0884

Color information

#8F0884 (or 0x8F0884) is unknown color: approx Dark Magenta. HEX triplet: 8F, 08 and 84. RGB value is (143,8,132). Sum of RGB (Red+Green+Blue) = 143+8+132=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0884 is #70F77B. Grayscale: #3E3E3E. Windows color (decimal): -7403388 or 8652943. OLE color: 8652943.

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

Color convert

RGB1438132-
CMYK00.940.080.44
HSL304.89º89.4%29.61%-
HSV(B)304.89º94.41%56.08%-
XYZ15.587.6822.49-
YUV62.5167.23185.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.53%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=50.53%
G=2.83%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143813200.940.080.44304.8989.429.61
Hex8F88405E82C131591e
Octal217102040136105446113136
Binary10001111100010000100010111101000101100100110001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,8,132); }

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

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

 a { background-color: rgb(143,8,132); }

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

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

 span { border-color: rgb(143,8,132); }

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