#8F15A4

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

Shades of Dark Magenta #8F15A4

Tints of Dark Magenta #8F15A4

Color information

#8F15A4 (or 0x8F15A4) is unknown color: approx Dark Magenta. HEX triplet: 8F, 15 and A4. RGB value is (143,21,164). Sum of RGB (Red+Green+Blue) = 143+21+164=328 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.60% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 164 (64.45% from 255 or 50% from 328); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F15A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F15A4 is #70EA5B. Grayscale: #494949. Windows color (decimal): -7400028 or 10753423. OLE color: 10753423.

HSL color Cylindrical-coordinate representation of color #8F15A4: hue angle of 291.19º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F15A4 is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14321164-
CMYK0.130.8700.36
HSL291.19º77.3%36.27%-
HSV(B)291.19º87.2%64.31%-
XYZ18.39.0635.91-
YUV73.78178.92177.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.60%
GREEN value IS 21 (8.59% from 255) = 6.40%
BLUE value IS 164 (64.45% from 255) = 50%
R=43.60%
G=6.40%
B=50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143211640.130.8700.36291.1977.336.27
Hex8F15A4D570241234d24
Octal217252441512704444311544
Binary1000111110101101001001101101011101001001001000111001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F15A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,21,164); }

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

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

 a { background-color: rgb(143,21,164); }

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

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

 span { border-color: rgb(143,21,164); }

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