#8F0F8C

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

Shades of Dark Magenta #8F0F8C

Tints of Dark Magenta #8F0F8C

Color information

#8F0F8C (or 0x8F0F8C) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0F and 8C. RGB value is (143,15,140). Sum of RGB (Red+Green+Blue) = 143+15+140=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0F8C is #70F073. Grayscale: #434343. Windows color (decimal): -7401588 or 9179023. OLE color: 9179023.

HSL color Cylindrical-coordinate representation of color #8F0F8C: hue angle of 301.41º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F8C is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB14315140-
CMYK00.900.020.44
HSL301.41º81.01%30.98%-
HSV(B)301.41º89.51%56.08%-
XYZ16.238.0725.51-
YUV67.52168.91181.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.99%
GREEN value IS 15 (6.25% from 255) = 5.03%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=47.99%
G=5.03%
B=46.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431514000.900.020.44301.4181.0130.98
Hex8FF8C05A22C12d511f
Octal21717214013225445512137
Binary100011111111100011000101101010101100100101101101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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