#8D0289

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

Shades of Dark Magenta #8D0289

Tints of Dark Magenta #8D0289

Color information

#8D0289 (or 0x8D0289) is unknown color: approx Dark Magenta. HEX triplet: 8D, 02 and 89. RGB value is (141,2,137). Sum of RGB (Red+Green+Blue) = 141+2+137=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0289 is #72FD76. Grayscale: #3A3A3A. Windows color (decimal): -7535991 or 8979085. OLE color: 8979085.

HSL color Cylindrical-coordinate representation of color #8D0289: hue angle of 301.73º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0289 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB1412137-
CMYK00.990.030.45
HSL301.73º97.2%28.04%-
HSV(B)301.73º98.58%55.29%-
XYZ15.527.5124.3-
YUV58.95172.05186.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 2 (1.17% from 255) = 0.71%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=50.36%
G=0.71%
B=48.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141213700.990.030.45301.7397.228.04
Hex8D28906332D12e611c
Octal2152211014335545614134
Binary1000110110100010010110001111101101100101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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