#8F1592

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

Shades of Dark Magenta #8F1592

Tints of Dark Magenta #8F1592

Color information

#8F1592 (or 0x8F1592) is unknown color: approx Dark Magenta. HEX triplet: 8F, 15 and 92. RGB value is (143,21,146). Sum of RGB (Red+Green+Blue) = 143+21+146=310 (41% of max value = 765). Red value is 143 (56.25% from 255 or 46.13% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #8F1592 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1592 is #70EA6D. Grayscale: #474747. Windows color (decimal): -7400046 or 9573775. OLE color: 9573775.

HSL color Cylindrical-coordinate representation of color #8F1592: hue angle of 298.56º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1592 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB14321146-
CMYK0.020.8600.43
HSL298.56º74.85%32.75%-
HSV(B)298.56º85.62%57.25%-
XYZ16.788.4527.94-
YUV71.73169.92178.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.13%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 146 (57.42% from 255) = 47.10%
R=46.13%
G=6.77%
B=47.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal143211460.020.8600.43298.5674.8532.75
Hex8F159225602B12b4b21
Octal21725222212605345311341
Binary10001111101011001001010101011001010111001010111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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