#8F11A9

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

Shades of Dark Magenta #8F11A9

Tints of Dark Magenta #8F11A9

Color information

#8F11A9 (or 0x8F11A9) is unknown color: approx Dark Magenta. HEX triplet: 8F, 11 and A9. RGB value is (143,17,169). Sum of RGB (Red+Green+Blue) = 143+17+169=329 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.47% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #8F11A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F11A9 is #70EE56. Grayscale: #474747. Windows color (decimal): -7401047 or 11080079. OLE color: 11080079.

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

Color convert

RGB14317169-
CMYK0.150.9000.34
HSL289.74º81.72%36.47%-
HSV(B)289.74º89.94%66.27%-
XYZ18.699.1138.31-
YUV72182.74178.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.47%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 169 (66.41% from 255) = 51.37%
R=43.47%
G=5.17%
B=51.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143171690.150.9000.34289.7481.7236.47
Hex8F11A9F5A0221225224
Octal217212511713204244212244
Binary1000111110001101010011111101101001000101001000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F11A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,169); }

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

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

 a { background-color: rgb(143,17,169); }

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

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

 span { border-color: rgb(143,17,169); }

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