#8F0F99

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

Shades of Dark Magenta #8F0F99

Tints of Dark Magenta #8F0F99

Color information

#8F0F99 (or 0x8F0F99) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0F and 99. RGB value is (143,15,153). Sum of RGB (Red+Green+Blue) = 143+15+153=311 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.98% from 311); Green value is 15 (6.25% from 255 or 4.82% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F0F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0F99 is #70F066. Grayscale: #444444. Windows color (decimal): -7401575 or 10030991. OLE color: 10030991.

HSL color Cylindrical-coordinate representation of color #8F0F99: hue angle of 295.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F99 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB14315153-
CMYK0.070.9000.4
HSL295.65º82.14%32.94%-
HSV(B)295.65º90.2%60%-
XYZ17.258.4830.86-
YUV69175.41180.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.98%
GREEN value IS 15 (6.25% from 255) = 4.82%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=45.98%
G=4.82%
B=49.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal143151530.070.9000.4295.6582.1432.94
Hex8FF9975A0281285221
Octal21717231713205045012241
Binary10001111111110011001111101101001010001001010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,15,153); }

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

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

 a { background-color: rgb(143,15,153); }

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

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

 span { border-color: rgb(143,15,153); }

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