#8D0297

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

Shades of Dark Magenta #8D0297

Tints of Dark Magenta #8D0297

Color information

#8D0297 (or 0x8D0297) is unknown color: approx Dark Magenta. HEX triplet: 8D, 02 and 97. RGB value is (141,2,151). Sum of RGB (Red+Green+Blue) = 141+2+151=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D0297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0297 is #72FD68. Grayscale: #3C3C3C. Windows color (decimal): -7535977 or 9896589. OLE color: 9896589.

HSL color Cylindrical-coordinate representation of color #8D0297: hue angle of 295.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0297 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1412151-
CMYK0.070.9900.41
HSL295.97º97.39%30%-
HSV(B)295.97º98.68%59.22%-
XYZ16.597.9429.94-
YUV60.55179.05185.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=47.96%
G=0.68%
B=51.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal14121510.070.9900.41295.9797.3930
Hex8D297763029128611e
Octal2152227714305145014136
Binary10001101101001011111111000110101001100101000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,151); }

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

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

 a { background-color: rgb(141,2,151); }

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

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

 span { border-color: rgb(141,2,151); }

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