#8F1388

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

Shades of Dark Magenta #8F1388

Tints of Dark Magenta #8F1388

Color information

#8F1388 (or 0x8F1388) is unknown color: approx Dark Magenta. HEX triplet: 8F, 13 and 88. RGB value is (143,19,136). Sum of RGB (Red+Green+Blue) = 143+19+136=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1388 is #70EC77. Grayscale: #454545. Windows color (decimal): -7400568 or 8917903. OLE color: 8917903.

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

Color convert

RGB14319136-
CMYK00.870.050.44
HSL303.39º76.54%31.76%-
HSV(B)303.39º86.71%56.08%-
XYZ168.0824.01-
YUV69.41165.58180.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.99%
GREEN value IS 19 (7.81% from 255) = 6.38%
BLUE value IS 136 (53.52% from 255) = 45.64%
R=47.99%
G=6.38%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431913600.870.050.44303.3976.5431.76
Hex8F138805752C12f4d20
Octal21723210012755445711540
Binary100011111001110001000010101111011011001001011111001101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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