#8F0F84

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

Shades of Dark Magenta #8F0F84

Tints of Dark Magenta #8F0F84

Color information

#8F0F84 (or 0x8F0F84) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0F and 84. RGB value is (143,15,132). Sum of RGB (Red+Green+Blue) = 143+15+132=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0F84 is #70F07B. Grayscale: #424242. Windows color (decimal): -7401596 or 8654735. OLE color: 8654735.

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

Color convert

RGB14315132-
CMYK00.900.080.44
HSL305.16º81.01%30.98%-
HSV(B)305.16º89.51%56.08%-
XYZ15.667.8522.52-
YUV66.61164.91182.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.31%
GREEN value IS 15 (6.25% from 255) = 5.17%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=49.31%
G=5.17%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431513200.900.080.44305.1681.0130.98
Hex8FF8405A82C131511f
Octal217172040132105446112137
Binary10001111111110000100010110101000101100100110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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