#88179F

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

Shades of Dark Magenta #88179F

Tints of Dark Magenta #88179F

Color information

#88179F (or 0x88179F) is unknown color: approx Dark Magenta. HEX triplet: 88, 17 and 9F. RGB value is (136,23,159). Sum of RGB (Red+Green+Blue) = 136+23+159=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 23 (9.38% from 255 or 7.23% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #88179F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #88179F is #77E860. Grayscale: #474747. Windows color (decimal): -7858273 or 10426248. OLE color: 10426248.

HSL color Cylindrical-coordinate representation of color #88179F: hue angle of 289.85º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #88179F is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13623159-
CMYK0.140.8600.38
HSL289.85º74.73%35.69%-
HSV(B)289.85º85.53%62.35%-
XYZ16.728.3533.53-
YUV72.29176.94173.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.77%
GREEN value IS 23 (9.38% from 255) = 7.23%
BLUE value IS 159 (62.5% from 255) = 50%
R=42.77%
G=7.23%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal136231590.140.8600.38289.8574.7335.69
Hex88179FE560261224b24
Octal210272371612604644211344
Binary1000100010111100111111110101011001001101001000101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88179F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88179F; }

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

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

<style>
 a { background-color: #88179F; }

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

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

<style>
 span { border-color: #88179F; }

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

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