#88118E

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

Shades of Dark Magenta #88118E

Tints of Dark Magenta #88118E

Color information

#88118E (or 0x88118E) is unknown color: approx Dark Magenta. HEX triplet: 88, 11 and 8E. RGB value is (136,17,142). Sum of RGB (Red+Green+Blue) = 136+17+142=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #88118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88118E is #77EE71. Grayscale: #424242. Windows color (decimal): -7859826 or 9310600. OLE color: 9310600.

HSL color Cylindrical-coordinate representation of color #88118E: hue angle of 297.12º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #88118E is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13617142-
CMYK0.040.8800.44
HSL297.12º78.62%31.18%-
HSV(B)297.12º88.03%55.69%-
XYZ15.247.5926.25-
YUV66.83170.42177.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.10%
GREEN value IS 17 (7.03% from 255) = 5.76%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=46.10%
G=5.76%
B=48.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal136171420.040.8800.44297.1278.6231.18
Hex88118E45802C1294f1f
Octal21021216413005445111737
Binary10001000100011000111010010110000101100100101001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,17,142); }

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

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

 a { background-color: rgb(136,17,142); }

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

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

 span { border-color: rgb(136,17,142); }

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