#8F037E

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

Shades of Dark Magenta #8F037E

Tints of Dark Magenta #8F037E

Color information

#8F037E (or 0x8F037E) is unknown color: approx Dark Magenta. HEX triplet: 8F, 03 and 7E. RGB value is (143,3,126). Sum of RGB (Red+Green+Blue) = 143+3+126=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F037E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F037E is #70FC81. Grayscale: #3A3A3A. Windows color (decimal): -7404674 or 8258447. OLE color: 8258447.

HSL color Cylindrical-coordinate representation of color #8F037E: hue angle of 307.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F037E is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB1433126-
CMYK00.980.120.44
HSL307.29º95.89%28.63%-
HSV(B)307.29º97.9%56.08%-
XYZ15.137.4120.37-
YUV58.88165.88188-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.57%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 126 (49.61% from 255) = 46.32%
R=52.57%
G=1.10%
B=46.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143312600.980.120.44307.2995.8928.63
Hex8F37E062C2C133601d
Octal21731760142145446314035
Binary10001111111111110011000101100101100100110011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F037E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,3,126); }

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

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

 a { background-color: rgb(143,3,126); }

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

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

 span { border-color: rgb(143,3,126); }

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