#8F0182

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

Shades of Dark Magenta #8F0182

Tints of Dark Magenta #8F0182

Color information

#8F0182 (or 0x8F0182) is unknown color: approx Dark Magenta. HEX triplet: 8F, 01 and 82. RGB value is (143,1,130). Sum of RGB (Red+Green+Blue) = 143+1+130=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0182 is #70FE7D. Grayscale: #393939. Windows color (decimal): -7405182 or 8520079. OLE color: 8520079.

HSL color Cylindrical-coordinate representation of color #8F0182: hue angle of 305.49º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0182 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB1431130-
CMYK00.990.090.44
HSL305.49º98.61%28.24%-
HSV(B)305.49º99.3%56.08%-
XYZ15.377.4721.75-
YUV58.16168.54188.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.19%
GREEN value IS 1 (0.78% from 255) = 0.36%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=52.19%
G=0.36%
B=47.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143113000.990.090.44305.4998.6128.24
Hex8F18206392C131631c
Octal21712020143115446114334
Binary10001111110000010011000111001101100100110001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,1,130); }

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

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

 a { background-color: rgb(143,1,130); }

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

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

 span { border-color: rgb(143,1,130); }

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