#8F0787

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

Shades of Dark Magenta #8F0787

Tints of Dark Magenta #8F0787

Color information

#8F0787 (or 0x8F0787) is unknown color: approx Dark Magenta. HEX triplet: 8F, 07 and 87. RGB value is (143,7,135). Sum of RGB (Red+Green+Blue) = 143+7+135=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 135 (53.12% from 255 or 47.37% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0787 is #70F878. Grayscale: #3D3D3D. Windows color (decimal): -7403641 or 8849295. OLE color: 8849295.

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

Color convert

RGB1437135-
CMYK00.950.060.44
HSL303.53º90.67%29.41%-
HSV(B)303.53º95.1%56.08%-
XYZ15.787.7423.58-
YUV62.26169.06185.59-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.18%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 135 (53.12% from 255) = 47.37%
R=50.18%
G=2.46%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143713500.950.060.44303.5390.6729.41
Hex8F78705F62C1305b1d
Octal2177207013765446013335
Binary100011111111000011101011111110101100100110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,7,135); }

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

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

 a { background-color: rgb(143,7,135); }

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

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

 span { border-color: rgb(143,7,135); }

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