COLOR #88338E

HEX: #88338E
RGB: (136,51,142)

Color info

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

RGB color model

#88338E color RGB value is (136,51,142).

  • red value is 136;
  • green value is 51;
  • blue value is 142.
RGB:
(136,51,142)
(53%,20%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 51 of 255 = 20%
B 142 of 255 = 56%

136
51
142

R + G + B ~ 43%. #88338E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 51 + 142 = 329 (100%)
R 136 of 329 ~ 41.34%
G 51 of 329 ~ 15.5%
B 142 of 329 ~ 43.16%

%41.34
%15.5
%43.16

CMYK color model

#88338E color CMYK value is (4,64,0,44).

  • cyan value is 4.23%
  • magenta value is 64.08%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(4,64,0,44)
C4M64Y0K44 
(4%,64%,0%,44%)
(0.04/0.64/0.00/0.44)	

CMYK percentages

%4.23
%64.08
%0
%44.31

Codes

Color #88338E in popluar color models

88338E
RGB13651142
HSL296°47.15%37.84%
HSB/HSV296°64.08%55.69%
CMYK4.23%64.08%0.00%
44.31%

Color #88338E in popluar number systems.

HEX88338E
Decimal13651142
Binary1000100011001110001110
Octal21063216

Shades and tints

Shades of #88338E

#88338E
(136,51,142)
#7C2F82
(124,47,130)
#702B76
(112,43,118)
#64276A
(100,39,106)
#58235E
(88,35,94)
#4C1F52
(76,31,82)
#401B46
(64,27,70)
#34173A
(52,23,58)
#28132E
(40,19,46)
#1C0F22
(28,15,34)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #88338E

#88338E
(136,51,142)
#924598
(146,69,152)
#9C57A2
(156,87,162)
#A669AC
(166,105,172)
#B07BB6
(176,123,182)
#BA8DC0
(186,141,192)
#C49FCA
(196,159,202)
#CEB1D4
(206,177,212)
#D8C3DE
(216,195,222)
#E2D5E8
(226,213,232)
#ECE7F2
(236,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88338E color. Also use rgb(136,51,142) instead hex code.

Text Font Color

.myTextColor { color: #88338E; }

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

This text font color is #88338E.


Background Color

.myBgColor { background-color: #88338E; }

<div style="background-color:#88338E">Inner text</div>

This div background color is #88338E.


Border color

.myBorderColor { border: 1px solid #88338E; }

<div style="border:3px solid #88338E">Div</div>

This div border color is #88338E.


Opacity

.myOpacity80 { color: #88338E; opacity: 0.8; }

<p style="color:#88338E;opacity:0.8;">80%</p>

Text with #88338E 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 #88338E;}

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

This text has shadow with #88338E color.

.textShadow {text-shadow: 3px 3px 1px #88338E, 3px 3px 1px red;}

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

This text has shadow with #88338E primary color and red secondary color.


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

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

This text has shadow with #88338E and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88338E;
-webkit-box-shadow: 1px 1px 3px 2px #88338E;
box-shadow:1px 1px 3px 2px #88338E;">
Div content here</div>
This div box has shadow with color #88338E.

Preview

Color preview on black background

This text has color #88338E on black background.


Color preview on white background

This text has color #88338E on white background.



Black color preview on #88338E background

This text has black color on #88338E background.


White color preview on #88338E background

This text has white color on #88338E background.