#8F15AB

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

Shades of Dark Magenta #8F15AB

Tints of Dark Magenta #8F15AB

Color information

#8F15AB (or 0x8F15AB) is unknown color: approx Dark Magenta. HEX triplet: 8F, 15 and AB. RGB value is (143,21,171). Sum of RGB (Red+Green+Blue) = 143+21+171=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F15AB is #70EA54. Grayscale: #4A4A4A. Windows color (decimal): -7400021 or 11212175. OLE color: 11212175.

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

Color convert

RGB14321171-
CMYK0.160.8800.33
HSL288.8º78.12%37.65%-
HSV(B)288.8º87.72%67.06%-
XYZ18.959.3239.33-
YUV74.58182.42176.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 42.69%
GREEN value IS 21 (8.59% from 255) = 6.27%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=42.69%
G=6.27%
B=51.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143211710.160.8800.33288.878.1237.65
Hex8F15AB10580211214e26
Octal217252532013004144111646
Binary10001111101011010101110000101100001000011001000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F15AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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