#8F109F

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

Shades of Dark Magenta #8F109F

Tints of Dark Magenta #8F109F

Color information

#8F109F (or 0x8F109F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 10 and 9F. RGB value is (143,16,159). Sum of RGB (Red+Green+Blue) = 143+16+159=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F109F is #70EF60. Grayscale: #454545. Windows color (decimal): -7401313 or 10424463. OLE color: 10424463.

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

Color convert

RGB14316159-
CMYK0.100.9000.38
HSL293.29º81.71%34.31%-
HSV(B)293.29º89.94%62.35%-
XYZ17.778.7133.55-
YUV70.28178.08179.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 16 (6.64% from 255) = 5.03%
BLUE value IS 159 (62.5% from 255) = 50%
R=44.97%
G=5.03%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal143161590.100.9000.38293.2981.7134.31
Hex8F109FA5A0261255222
Octal217202371213204644512242
Binary1000111110000100111111010101101001001101001001011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F109F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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