#8F12A3

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

Shades of Dark Magenta #8F12A3

Tints of Dark Magenta #8F12A3

Color information

#8F12A3 (or 0x8F12A3) is unknown color: approx Dark Magenta. HEX triplet: 8F, 12 and A3. RGB value is (143,18,163). Sum of RGB (Red+Green+Blue) = 143+18+163=324 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.14% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #8F12A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F12A3 is #70ED5C. Grayscale: #474747. Windows color (decimal): -7400797 or 10687119. OLE color: 10687119.

HSL color Cylindrical-coordinate representation of color #8F12A3: hue angle of 291.72º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F12A3 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14318163-
CMYK0.120.8900.36
HSL291.72º80.11%35.49%-
HSV(B)291.72º88.96%63.92%-
XYZ18.158.9235.41-
YUV71.9179.41178.71-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.14%
GREEN value IS 18 (7.42% from 255) = 5.56%
BLUE value IS 163 (64.06% from 255) = 50.31%
R=44.14%
G=5.56%
B=50.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143181630.120.8900.36291.7280.1135.49
Hex8F12A3C590241245023
Octal217222431413104444412043
Binary1000111110010101000111100101100101001001001001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F12A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,18,163); }

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

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

 a { background-color: rgb(143,18,163); }

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

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

 span { border-color: rgb(143,18,163); }

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