#8F0B84

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

Shades of Dark Magenta #8F0B84

Tints of Dark Magenta #8F0B84

Color information

#8F0B84 (or 0x8F0B84) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0B and 84. RGB value is (143,11,132). Sum of RGB (Red+Green+Blue) = 143+11+132=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0B84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0B84 is #70F47B. Grayscale: #3F3F3F. Windows color (decimal): -7402620 or 8653711. OLE color: 8653711.

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

Color convert

RGB14311132-
CMYK00.920.080.44
HSL305º85.71%30.2%-
HSV(B)305º92.31%56.08%-
XYZ15.617.7422.5-
YUV64.26166.23184.16-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 3.85%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=50%
G=3.85%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431113200.920.080.4430585.7130.2
Hex8FB8405C82C131561e
Octal217132040134105446112636
Binary10001111101110000100010111001000101100100110001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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