#8F148F

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

Shades of Dark Magenta #8F148F

Tints of Dark Magenta #8F148F

Color information

#8F148F (or 0x8F148F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 14 and 8F. RGB value is (143,20,143). Sum of RGB (Red+Green+Blue) = 143+20+143=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 143 (56.25% from 255 or 46.73% from 306); Max value from RGB is 143 - color contains mainly: red, blue. Hex color #8F148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F148F is #70EB70. Grayscale: #464646. Windows color (decimal): -7400305 or 9376911. OLE color: 9376911.

HSL color Cylindrical-coordinate representation of color #8F148F: hue angle of 300º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F148F is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14320143-
CMYK00.8600.44
HSL300º75.46%31.96%-
HSV(B)300º86.01%56.08%-
XYZ16.548.3226.72-
YUV70.8168.75179.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.73%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 143 (56.25% from 255) = 46.73%
R=46.73%
G=6.54%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1432014300.8600.4430075.4631.96
Hex8F148F05602C12c4b20
Octal21724217012605445411340
Binary1000111110100100011110101011001011001001011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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