#88178D

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

Shades of Dark Magenta #88178D

Tints of Dark Magenta #88178D

Color information

#88178D (or 0x88178D) is unknown color: approx Dark Magenta. HEX triplet: 88, 17 and 8D. RGB value is (136,23,141). Sum of RGB (Red+Green+Blue) = 136+23+141=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #88178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88178D is #77E872. Grayscale: #454545. Windows color (decimal): -7858291 or 9246600. OLE color: 9246600.

HSL color Cylindrical-coordinate representation of color #88178D: hue angle of 297.46º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #88178D is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13623141-
CMYK0.040.8400.45
HSL297.46º71.95%32.16%-
HSV(B)297.46º83.69%55.29%-
XYZ15.277.7725.89-
YUV70.24167.94174.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 141 (55.47% from 255) = 47%
R=45.33%
G=7.67%
B=47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136231410.040.8400.45297.4671.9532.16
Hex88178D45402D1294820
Octal21027215412405545111040
Binary100010001011110001101100101010001011011001010011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88178D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88178D; }

 p { color: rgb(136,23,141); }

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

<style>
 a { background-color: #88178D; }

 a { background-color: rgb(136,23,141); }

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

<style>
 span { border-color: #88178D; }

 span { border-color: rgb(136,23,141); }

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