#88028B

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

Shades of Dark Magenta #88028B

Tints of Dark Magenta #88028B

Color information

#88028B (or 0x88028B) is unknown color: approx Dark Magenta. HEX triplet: 88, 02 and 8B. RGB value is (136,2,139). Sum of RGB (Red+Green+Blue) = 136+2+139=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #88028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88028B is #77FD74. Grayscale: #393939. Windows color (decimal): -7863669 or 9110152. OLE color: 9110152.

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

Color convert

RGB1362139-
CMYK0.020.9900.45
HSL298.69º97.16%27.65%-
HSV(B)298.69º98.56%54.51%-
XYZ14.847.1425.02-
YUV57.68173.89183.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.10%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=49.10%
G=0.72%
B=50.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13621390.020.9900.45298.6997.1627.65
Hex8828B26302D12b611c
Octal2102213214305545314134
Binary1000100010100010111011000110101101100101011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88028B; }

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

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

<style>
 a { background-color: #88028B; }

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

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

<style>
 span { border-color: #88028B; }

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

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