#8F1193

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

Shades of Dark Magenta #8F1193

Tints of Dark Magenta #8F1193

Color information

#8F1193 (or 0x8F1193) is unknown color: approx Dark Magenta. HEX triplet: 8F, 11 and 93. RGB value is (143,17,147). Sum of RGB (Red+Green+Blue) = 143+17+147=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 147 (57.81% from 255 or 47.88% from 307); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F1193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1193 is #70EE6C. Grayscale: #454545. Windows color (decimal): -7401069 or 9638287. OLE color: 9638287.

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

Color convert

RGB14317147-
CMYK0.030.8800.42
HSL298.15º79.27%32.16%-
HSV(B)298.15º88.44%57.65%-
XYZ16.798.3528.33-
YUV69.49171.74180.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.58%
GREEN value IS 17 (7.03% from 255) = 5.54%
BLUE value IS 147 (57.81% from 255) = 47.88%
R=46.58%
G=5.54%
B=47.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143171470.030.8800.42298.1579.2732.16
Hex8F119335802A12a4f20
Octal21721223313005245211740
Binary10001111100011001001111101100001010101001010101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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