#8F097F

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

Shades of Dark Magenta #8F097F

Tints of Dark Magenta #8F097F

Color information

#8F097F (or 0x8F097F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 09 and 7F. RGB value is (143,9,127). Sum of RGB (Red+Green+Blue) = 143+9+127=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F097F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F097F is #70F680. Grayscale: #3E3E3E. Windows color (decimal): -7403137 or 8325519. OLE color: 8325519.

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

Color convert

RGB1439127-
CMYK00.940.110.44
HSL307.16º88.16%29.8%-
HSV(B)307.16º93.71%56.08%-
XYZ15.267.5720.74-
YUV62.52164.39185.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 51.25%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 127 (50% from 255) = 45.52%
R=51.25%
G=3.23%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143912700.940.110.44307.1688.1629.8
Hex8F97F05EB2C133581e
Octal217111770136135446313036
Binary1000111110011111111010111101011101100100110011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F097F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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