#8F0081

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

Shades of Dark Magenta #8F0081

Tints of Dark Magenta #8F0081

Color information

#8F0081 (or 0x8F0081) is unknown color: approx Dark Magenta. HEX triplet: 8F, 00 and 81. RGB value is (143,0,129). Sum of RGB (Red+Green+Blue) = 143+0+129=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0081 is #70FF7E. Grayscale: #393939. Windows color (decimal): -7405439 or 8454287. OLE color: 8454287.

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

Color convert

RGB1430129-
CMYK010.100.44
HSL305.87º100%28.04%-
HSV(B)305.87º100%56.08%-
XYZ15.297.4221.4-
YUV57.46168.38189.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 52.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 47.43%
R=52.57%
G=0%
B=47.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1430129010.100.44305.8710028.04
Hex8F081064A2C132641c
Octal21702010144125446214434
Binary10001111010000001011001001010101100100110010110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,0,129); }

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

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

 a { background-color: rgb(143,0,129); }

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

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

 span { border-color: rgb(143,0,129); }

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