#88029B

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

Shades of Dark Magenta #88029B

Tints of Dark Magenta #88029B

Color information

#88029B (or 0x88029B) is unknown color: approx Dark Magenta. HEX triplet: 88, 02 and 9B. RGB value is (136,2,155). Sum of RGB (Red+Green+Blue) = 136+2+155=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #88029B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88029B is #77FD64. Grayscale: #3B3B3B. Windows color (decimal): -7863653 or 10158728. OLE color: 10158728.

HSL color Cylindrical-coordinate representation of color #88029B: hue angle of 292.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88029B is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1362155-
CMYK0.120.9900.39
HSL292.55º97.45%30.78%-
HSV(B)292.55º98.71%60.78%-
XYZ16.097.6431.64-
YUV59.51181.89182.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.42%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 155 (60.94% from 255) = 52.90%
R=46.42%
G=0.68%
B=52.90%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13621550.120.9900.39292.5597.4530.78
Hex8829BC63027125611f
Octal21022331414304744514137
Binary100010001010011011110011000110100111100100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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