#8F1896

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

Shades of Dark Magenta #8F1896

Tints of Dark Magenta #8F1896

Color information

#8F1896 (or 0x8F1896) is unknown color: approx Dark Magenta. HEX triplet: 8F, 18 and 96. RGB value is (143,24,150). Sum of RGB (Red+Green+Blue) = 143+24+150=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 150 (58.98% from 255 or 47.32% from 317); Max value from RGB is 150 - color contains mainly: blue. Hex color #8F1896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1896 is #70E769. Grayscale: #494949. Windows color (decimal): -7399274 or 9836687. OLE color: 9836687.

HSL color Cylindrical-coordinate representation of color #8F1896: hue angle of 296.67º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1896 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14324150-
CMYK0.050.8400.41
HSL296.67º72.41%34.12%-
HSV(B)296.67º84%58.82%-
XYZ17.168.6929.63-
YUV73.94170.92177.25-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 45.11%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 150 (58.98% from 255) = 47.32%
R=45.11%
G=7.57%
B=47.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal143241500.050.8400.41296.6772.4134.12
Hex8F18965540291294822
Octal21730226512405145111042
Binary100011111100010010110101101010001010011001010011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,24,150); }

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

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

 a { background-color: rgb(143,24,150); }

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

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

 span { border-color: rgb(143,24,150); }

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