#8F0D7F

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

Shades of Dark Magenta #8F0D7F

Tints of Dark Magenta #8F0D7F

Color information

#8F0D7F (or 0x8F0D7F) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0D and 7F. RGB value is (143,13,127). Sum of RGB (Red+Green+Blue) = 143+13+127=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F0D7F is #70F280. Grayscale: #404040. Windows color (decimal): -7402113 or 8326543. OLE color: 8326543.

HSL color Cylindrical-coordinate representation of color #8F0D7F: hue angle of 307.38º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0D7F is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB14313127-
CMYK00.910.110.44
HSL307.38º83.33%30.59%-
HSV(B)307.38º90.91%56.08%-
XYZ15.37.6620.75-
YUV64.87163.07183.73-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 50.53%
GREEN value IS 13 (5.47% from 255) = 4.59%
BLUE value IS 127 (50% from 255) = 44.88%
R=50.53%
G=4.59%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431312700.910.110.44307.3883.3330.59
Hex8FD7F05BB2C133531f
Octal217151770133135446312337
Binary1000111111011111111010110111011101100100110011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,13,127); }

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

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

 a { background-color: rgb(143,13,127); }

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

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

 span { border-color: rgb(143,13,127); }

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