#8F0DA0

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

Shades of Dark Magenta #8F0DA0

Tints of Dark Magenta #8F0DA0

Color information

#8F0DA0 (or 0x8F0DA0) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0D and A0. RGB value is (143,13,160). Sum of RGB (Red+Green+Blue) = 143+13+160=316 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.25% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #8F0DA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0DA0 is #70F25F. Grayscale: #444444. Windows color (decimal): -7402080 or 10489231. OLE color: 10489231.

HSL color Cylindrical-coordinate representation of color #8F0DA0: hue angle of 293.06º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0DA0 is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14313160-
CMYK0.110.9200.37
HSL293.06º84.97%33.92%-
HSV(B)293.06º91.87%62.75%-
XYZ17.828.6733.99-
YUV68.63179.57181.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.25%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 160 (62.89% from 255) = 50.63%
R=45.25%
G=4.11%
B=50.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143131600.110.9200.37293.0684.9733.92
Hex8FDA0B5C0251255522
Octal217152401313404544512542
Binary100011111101101000001011101110001001011001001011010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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