#8D1896

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

Shades of Dark Magenta #8D1896

Tints of Dark Magenta #8D1896

Color information

#8D1896 (or 0x8D1896) is unknown color: approx Dark Magenta. HEX triplet: 8D, 18 and 96. RGB value is (141,24,150). Sum of RGB (Red+Green+Blue) = 141+24+150=315 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.76% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D1896 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D1896 is #72E769. Grayscale: #484848. Windows color (decimal): -7530346 or 9836685. OLE color: 9836685.

HSL color Cylindrical-coordinate representation of color #8D1896: hue angle of 295.71º 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 #8D1896 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB14124150-
CMYK0.060.8400.41
HSL295.71º72.41%34.12%-
HSV(B)295.71º84%58.82%-
XYZ16.828.5229.61-
YUV73.35171.26176.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 44.76%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=44.76%
G=7.62%
B=47.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141241500.060.8400.41295.7172.4134.12
Hex8D18966540291284822
Octal21530226612405145011042
Binary100011011100010010110110101010001010011001010001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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