#8F1491

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

Shades of Dark Magenta #8F1491

Tints of Dark Magenta #8F1491

Color information

#8F1491 (or 0x8F1491) is unknown color: approx Dark Magenta. HEX triplet: 8F, 14 and 91. RGB value is (143,20,145). Sum of RGB (Red+Green+Blue) = 143+20+145=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1491 is #70EB6E. Grayscale: #464646. Windows color (decimal): -7400303 or 9507983. OLE color: 9507983.

HSL color Cylindrical-coordinate representation of color #8F1491: hue angle of 299.04º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1491 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14320145-
CMYK0.010.8600.43
HSL299.04º75.76%32.35%-
HSV(B)299.04º86.21%56.86%-
XYZ16.698.3827.53-
YUV71.03169.75179.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.43%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 145 (57.03% from 255) = 47.08%
R=46.43%
G=6.49%
B=47.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143201450.010.8600.43299.0475.7632.35
Hex8F149115602B12b4c20
Octal21724221112605345311440
Binary1000111110100100100011101011001010111001010111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,20,145); }

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

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

 a { background-color: rgb(143,20,145); }

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

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

 span { border-color: rgb(143,20,145); }

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