#8F0CAC

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

Shades of Dark Magenta #8F0CAC

Tints of Dark Magenta #8F0CAC

Color information

#8F0CAC (or 0x8F0CAC) is unknown color: approx Dark Magenta. HEX triplet: 8F, 0C and AC. RGB value is (143,12,172). Sum of RGB (Red+Green+Blue) = 143+12+172=327 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.73% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F0CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0CAC is #70F353. Grayscale: #444444. Windows color (decimal): -7402324 or 11275407. OLE color: 11275407.

HSL color Cylindrical-coordinate representation of color #8F0CAC: hue angle of 289.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8F0CAC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14312172-
CMYK0.170.9300.33
HSL289.12º86.96%36.08%-
HSV(B)289.12º93.02%67.45%-
XYZ18.919.0839.79-
YUV69.41185.9180.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.73%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=43.73%
G=3.67%
B=52.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143121720.170.9300.33289.1286.9636.08
Hex8FCAC115D0211215724
Octal217142542113504144112744
Binary1000111111001010110010001101110101000011001000011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F0CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,12,172); }

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

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

 a { background-color: rgb(143,12,172); }

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

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

 span { border-color: rgb(143,12,172); }

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