#8F098A

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

Shades of Dark Magenta #8F098A

Tints of Dark Magenta #8F098A

Color information

#8F098A (or 0x8F098A) is unknown color: approx Dark Magenta. HEX triplet: 8F, 09 and 8A. RGB value is (143,9,138). Sum of RGB (Red+Green+Blue) = 143+9+138=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F098A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F098A is #70F675. Grayscale: #3F3F3F. Windows color (decimal): -7403126 or 9046415. OLE color: 9046415.

HSL color Cylindrical-coordinate representation of color #8F098A: hue angle of 302.24º 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 #8F098A is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB1439138-
CMYK00.940.030.44
HSL302.24º88.16%29.8%-
HSV(B)302.24º93.71%56.08%-
XYZ16.017.8724.72-
YUV63.77169.89184.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.31%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=49.31%
G=3.10%
B=47.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143913800.940.030.44302.2488.1629.8
Hex8F98A05E32C12e581e
Octal21711212013635445613036
Binary100011111001100010100101111011101100100101110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F098A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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