#8D0288

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

Shades of Dark Magenta #8D0288

Tints of Dark Magenta #8D0288

Color information

#8D0288 (or 0x8D0288) is unknown color: approx Dark Magenta. HEX triplet: 8D, 02 and 88. RGB value is (141,2,136). Sum of RGB (Red+Green+Blue) = 141+2+136=279 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.54% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0288 is #72FD77. Grayscale: #3A3A3A. Windows color (decimal): -7535992 or 8913549. OLE color: 8913549.

HSL color Cylindrical-coordinate representation of color #8D0288: hue angle of 302.16º 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 #8D0288 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB1412136-
CMYK00.990.040.45
HSL302.16º97.2%28.04%-
HSV(B)302.16º98.58%55.29%-
XYZ15.457.4823.92-
YUV58.84171.55186.6-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.54%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=50.54%
G=0.72%
B=48.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141213600.990.040.45302.1697.228.04
Hex8D28806342D12e611c
Octal2152210014345545614134
Binary10001101101000100001100011100101101100101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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