#88019E

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

Shades of Dark Magenta #88019E

Tints of Dark Magenta #88019E

Color information

#88019E (or 0x88019E) is unknown color: approx Dark Magenta. HEX triplet: 88, 01 and 9E. RGB value is (136,1,158). Sum of RGB (Red+Green+Blue) = 136+1+158=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #88019E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88019E is #77FE61. Grayscale: #3A3A3A. Windows color (decimal): -7863906 or 10355080. OLE color: 10355080.

HSL color Cylindrical-coordinate representation of color #88019E: hue angle of 291.59º degrees, saturation: 0.99, 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 #88019E is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1361158-
CMYK0.140.9900.38
HSL291.59º98.74%31.18%-
HSV(B)291.59º99.37%61.96%-
XYZ16.347.7232.98-
YUV59.26183.73182.73-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=46.10%
G=0.34%
B=53.56%

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
Decimal13611580.140.9900.38291.5998.7431.18
Hex8819EE63026124631f
Octal21012361614304644414337
Binary10001000110011110111011000110100110100100100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88019E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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