#88049F

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

Shades of Dark Magenta #88049F

Tints of Dark Magenta #88049F

Color information

#88049F (or 0x88049F) is unknown color: approx Dark Magenta. HEX triplet: 88, 04 and 9F. RGB value is (136,4,159). Sum of RGB (Red+Green+Blue) = 136+4+159=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #88049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88049F is #77FB60. Grayscale: #3C3C3C. Windows color (decimal): -7863137 or 10421384. OLE color: 10421384.

HSL color Cylindrical-coordinate representation of color #88049F: hue angle of 291.1º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #88049F is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1364159-
CMYK0.140.9700.38
HSL291.1º95.09%31.96%-
HSV(B)291.1º97.48%62.35%-
XYZ16.457.8233.44-
YUV61.14183.23181.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 4 (1.95% from 255) = 1.34%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=45.48%
G=1.34%
B=53.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13641590.140.9700.38291.195.0931.96
Hex8849FE610261235f20
Octal21042371614104644313740
Binary10001000100100111111110110000101001101001000111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88049F; }

 p { color: rgb(136,4,159); }

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

<style>
 a { background-color: #88049F; }

 a { background-color: rgb(136,4,159); }

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

<style>
 span { border-color: #88049F; }

 span { border-color: rgb(136,4,159); }

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