#88029E

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

Shades of Dark Magenta #88029E

Tints of Dark Magenta #88029E

Color information

#88029E (or 0x88029E) is unknown color: approx Dark Magenta. HEX triplet: 88, 02 and 9E. RGB value is (136,2,158). Sum of RGB (Red+Green+Blue) = 136+2+158=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #88029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88029E is #77FD61. Grayscale: #3B3B3B. Windows color (decimal): -7863650 or 10355336. OLE color: 10355336.

HSL color Cylindrical-coordinate representation of color #88029E: hue angle of 291.54º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88029E is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1362158-
CMYK0.140.9900.38
HSL291.54º97.5%31.37%-
HSV(B)291.54º98.73%61.96%-
XYZ16.357.7532.98-
YUV59.85183.39182.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=45.95%
G=0.68%
B=53.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal13621580.140.9900.38291.5497.531.37
Hex8829EE63026124621f
Octal21022361614304644414237
Binary100010001010011110111011000110100110100100100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88029E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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