#8F1389

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

Shades of Dark Magenta #8F1389

Tints of Dark Magenta #8F1389

Color information

#8F1389 (or 0x8F1389) is unknown color: approx Dark Magenta. HEX triplet: 8F, 13 and 89. RGB value is (143,19,137). Sum of RGB (Red+Green+Blue) = 143+19+137=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1389 is #70EC76. Grayscale: #454545. Windows color (decimal): -7400567 or 8983439. OLE color: 8983439.

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

Color convert

RGB14319137-
CMYK00.870.040.44
HSL302.9º76.54%31.76%-
HSV(B)302.9º86.71%56.08%-
XYZ16.088.1124.39-
YUV69.53166.08180.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 19 (7.81% from 255) = 6.35%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=47.83%
G=6.35%
B=45.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431913700.870.040.44302.976.5431.76
Hex8F138905742C12f4d20
Octal21723211012745445711540
Binary100011111001110001001010101111001011001001011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,19,137); }

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

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

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

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

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

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

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