#8F1086

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

Shades of Dark Magenta #8F1086

Tints of Dark Magenta #8F1086

Color information

#8F1086 (or 0x8F1086) is unknown color: approx Dark Magenta. HEX triplet: 8F, 10 and 86. RGB value is (143,16,134). Sum of RGB (Red+Green+Blue) = 143+16+134=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1086 is #70EF79. Grayscale: #434343. Windows color (decimal): -7401338 or 8786063. OLE color: 8786063.

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

Color convert

RGB14316134-
CMYK00.890.060.44
HSL304.25º79.87%31.18%-
HSV(B)304.25º88.81%56.08%-
XYZ15.827.9323.25-
YUV67.42165.58181.91-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.81%
GREEN value IS 16 (6.64% from 255) = 5.46%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=48.81%
G=5.46%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431613400.890.060.44304.2579.8731.18
Hex8F108605962C130501f
Octal21720206013165446012037
Binary10001111100001000011001011001110101100100110000101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,16,134); }

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

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

 a { background-color: rgb(143,16,134); }

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

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

 span { border-color: rgb(143,16,134); }

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