#8E148F

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

Shades of Dark Magenta #8E148F

Tints of Dark Magenta #8E148F

Color information

#8E148F (or 0x8E148F) is unknown color: approx Dark Magenta. HEX triplet: 8E, 14 and 8F. RGB value is (142,20,143). Sum of RGB (Red+Green+Blue) = 142+20+143=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #8E148F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E148F is #71EB70. Grayscale: #464646. Windows color (decimal): -7465841 or 9376910. OLE color: 9376910.

HSL color Cylindrical-coordinate representation of color #8E148F: hue angle of 299.51º 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 #8E148F is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB14220143-
CMYK0.010.8600.44
HSL299.51º75.46%31.96%-
HSV(B)299.51º86.01%56.08%-
XYZ16.368.2326.71-
YUV70.5168.92179-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 46.56%
GREEN value IS 20 (8.20% from 255) = 6.56%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=46.56%
G=6.56%
B=46.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142201430.010.8600.44299.5175.4631.96
Hex8E148F15602C12c4b20
Octal21624217112605445411340
Binary1000111010100100011111101011001011001001011001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E148F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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