COLOR #88379A

HEX: #88379A RGB: (136,55,154)

Color info

#88379A contains mainly red and blue colors. Web safe color of #88379A is #993399 (or #939).

RGB color model

#88379A color RGB value is (136,55,154).

RGB: (136,55,154) (53%, 22%, 60%)

RGB channels and saturation

R 136 of 255 = 53%
G 55 of 255 = 22%
B 154 of 255 = 60%

136
55
154

R + G + B ~ 45%. #88379A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 55 + 154 = 345 (100%)
R 136 of 345 ~ 39.42%
G 55 of 345 ~ 15.94%
B 154 of 345 ~ 44.64'%

%39.42
%15.94
%44.64

CMYK color model

#88379A color CMYK value is (12,64,0,40).

  • cyan value is 11.69%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (12,64,0,40)
C12M64Y0K40 (12%, 64%, 0%, 40%)
(0.12 / 0.64 / 0.00 / 0.40)

CMYK percentages

%11.69
%64.29
%0
%39.61

Codes

Color #88379A in popluar color models

88 37 9A
RGB 136 55 154
HSL 289° 47.37% 40.98%
HSB/HSV 289° 64.29% 60.39%
CMYK 11.69% 64.29% 0.00%
39.61%

Color #88379A in popluar number systems.

HEX 88 37 9A
Decimal 136 55 154
Binary 10001000 110111 10011010
Octal 210 67 232

Shades and tints

Shades of #88379A

#88379A
(136,55,154)
#7C328C
(124,50,140)
#702D7E
(112,45,126)
#642870
(100,40,112)
#582362
(88,35,98)
#4C1E54
(76,30,84)
#401946
(64,25,70)
#341438
(52,20,56)
#280F2A
(40,15,42)
#1C0A1C
(28,10,28)
#10050E
(16,5,14)
#000000
(0,0,0)

Tints of #88379A

#88379A
(136,55,154)
#9249A3
(146,73,163)
#9C5BAC
(156,91,172)
#A66DB5
(166,109,181)
#B07FBE
(176,127,190)
#BA91C7
(186,145,199)
#C4A3D0
(196,163,208)
#CEB5D9
(206,181,217)
#D8C7E2
(216,199,226)
#E2D9EB
(226,217,235)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88379A color. Also use rgb(136,55,154) instead hex code.

Text Font Color

.myTextColor { color: #88379A; }

<p style="color:#88379A">This sample text font color is #88379A.</p>

This text font color is #88379A.

Background Color

.myBgColor { background-color: #88379A; }

<div style="background-color:#88379A">Inner text</div>

This div background color is #88379A.

Border color

.myBorderColor { border: 1px solid #88379A; }

<div style="border:3px solid #88379A">Div</div>

This div border color is #88379A.

Opacity

.myOpacity80 { color: #88379A; opacity: 0.8; }

<p style="color:#88379A;opacity:0.8;">80%</p>

Text with #88379A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88379A;}

<p style="text-shadow: 3px 3px 1px #88379A">Text here.</p>

This text has shadow with #88379A color.


.textShadow {text-shadow: 3px 3px 1px #88379A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88379A, 5px 5px 20px red">Text here.</p>

This text has shadow with #88379A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88379A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88379A, Direction=45, Strength=4)">Text</p>

This text has shadow with #88379A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #88379A;
-webkit-box-shadow: 1px 1px 3px 2px #88379A;
box-shadow: 1px 1px 3px 2px #88379A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88379A; -webkit-box-shadow: 1px 1px 3px 2px #88379A; box-shadow:1px 1px 3px 2px #88379A;">
Div content here
</div>

This div box has shadow with color #88379A.

Preview

Color preview on black background

This text has color #88379A on black background.


Color preview on white background

This text has color #88379A on white background.


Black color preview on #88379A background

This text has black color on #88379A background.


White color preview on #88379A background

This text has white color on #88379A background.


Related colors

Complementary color

Complementary color for #hex is #77C865.


I love getcolorcode.com

Triadic colors

1 #9A8837 and #379A88 with #88379A are triadic colors.

2 #9A3788 and #37889A with #88379A are triadic colors.