#8F0A93

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

Shades of Dark Magenta #8F0A93

Tints of Dark Magenta #8F0A93

Color information

#8F0A93 (or 0x8F0A93) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0A and 93. RGB value is (143,10,147). Sum of RGB (Red+Green+Blue) = 143+10+147=300 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.67% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #8F0A93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0A93 is #70F56C. Grayscale: #404040. Windows color (decimal): -7402861 or 9636495. OLE color: 9636495.

HSL color Cylindrical-coordinate representation of color #8F0A93: hue angle of 298.25º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0A93 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB14310147-
CMYK0.030.9300.42
HSL298.25º87.26%30.78%-
HSV(B)298.25º93.2%57.65%-
XYZ16.78.1628.3-
YUV65.38174.06183.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.67%
GREEN value IS 10 (4.30% from 255) = 3.33%
BLUE value IS 147 (57.81% from 255) = 49%
R=47.67%
G=3.33%
B=49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal143101470.030.9300.42298.2587.2630.78
Hex8FA9335D02A12a571f
Octal21712223313505245212737
Binary100011111010100100111110111010101010100101010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,10,147); }

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

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

 a { background-color: rgb(143,10,147); }

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

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

 span { border-color: rgb(143,10,147); }

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