#8F067F

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

Shades of Dark Magenta #8F067F

Tints of Dark Magenta #8F067F

Color information

#8F067F (or 0x8F067F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 06 and 7F. RGB value is (143,6,127). Sum of RGB (Red+Green+Blue) = 143+6+127=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F067F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F067F is #70F980. Grayscale: #3C3C3C. Windows color (decimal): -7403905 or 8324751. OLE color: 8324751.

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

Color convert

RGB1436127-
CMYK00.960.110.44
HSL307.01º91.95%29.22%-
HSV(B)307.01º95.8%56.08%-
XYZ15.227.520.72-
YUV60.76165.39186.66-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.81%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 127 (50% from 255) = 46.01%
R=51.81%
G=2.17%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143612700.960.110.44307.0191.9529.22
Hex8F67F060B2C1335c1d
Octal21761770140135446313435
Binary100011111101111111011000001011101100100110011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,6,127); }

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

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

 a { background-color: rgb(143,6,127); }

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

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

 span { border-color: rgb(143,6,127); }

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