#8F12AA

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

Shades of Dark Magenta #8F12AA

Tints of Dark Magenta #8F12AA

Color information

#8F12AA (or 0x8F12AA) is unknown color: approx Dark Magenta. HEX triplet: 8F, 12 and AA. RGB value is (143,18,170). Sum of RGB (Red+Green+Blue) = 143+18+170=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F12AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F12AA is #70ED55. Grayscale: #484848. Windows color (decimal): -7400790 or 11145871. OLE color: 11145871.

HSL color Cylindrical-coordinate representation of color #8F12AA: hue angle of 289.34º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F12AA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14318170-
CMYK0.160.8900.33
HSL289.34º80.85%36.86%-
HSV(B)289.34º89.41%66.67%-
XYZ18.89.1738.81-
YUV72.7182.91178.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 18 (7.42% from 255) = 5.44%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=43.20%
G=5.44%
B=51.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143181700.160.8900.33289.3480.8536.86
Hex8F12AA10590211215125
Octal217222522013104144112145
Binary10001111100101010101010000101100101000011001000011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F12AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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