#8F118B

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

Shades of Dark Magenta #8F118B

Tints of Dark Magenta #8F118B

Color information

#8F118B (or 0x8F118B) is unknown color: approx Dark Magenta. HEX triplet: 8F, 11 and 8B. RGB value is (143,17,139). Sum of RGB (Red+Green+Blue) = 143+17+139=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F118B is #70EE74. Grayscale: #444444. Windows color (decimal): -7401077 or 9113999. OLE color: 9113999.

HSL color Cylindrical-coordinate representation of color #8F118B: hue angle of 301.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F118B is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB14317139-
CMYK00.880.030.44
HSL301.9º78.75%31.37%-
HSV(B)301.9º88.11%56.08%-
XYZ16.198.125.14-
YUV68.58167.74181.08-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.83%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=47.83%
G=5.69%
B=46.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431713900.880.030.44301.978.7531.37
Hex8F118B05832C12e4f1f
Octal21721213013035445611737
Binary1000111110001100010110101100011101100100101110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F118B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,17,139); }

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

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

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

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

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

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

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