COLOR #8338B8

HEX: #8338B8
RGB: (131,56,184)

Color info

#8338B8 contains mainly red and blue colors. Web safe color of #8338B8 is #9933CC (or #93C).

RGB color model

#8338B8 color RGB value is (131,56,184).

  • red value is 131;
  • green value is 56;
  • blue value is 184.
RGB:
(131,56,184)
(51%,22%,72%)

RGB channels and saturation

R 131 of 255 = 51%
G 56 of 255 = 22%
B 184 of 255 = 72%

131
56
184

R + G + B ~ 48%. #8338B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 56 + 184 = 371 (100%)
R 131 of 371 ~ 35.31%
G 56 of 371 ~ 15.09%
B 184 of 371 ~ 49.6%

%35.31
%15.09
%49.6

CMYK color model

#8338B8 color CMYK value is (29,70,0,28).

  • cyan value is 28.80%
  • magenta value is 69.57%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(29,70,0,28)
C29M70Y0K28 
(29%,70%,0%,28%)
(0.29/0.70/0.00/0.28)	

CMYK percentages

%28.8
%69.57
%0
%27.84

Codes

Color #8338B8 in popluar color models

8338B8
RGB13156184
HSL275°53.33%47.06%
HSB/HSV275°69.57%72.16%
CMYK28.80%69.57%0.00%
27.84%

Color #8338B8 in popluar number systems.

HEX8338B8
Decimal13156184
Binary1000001111100010111000
Octal20370270

Shades and tints

Shades of #8338B8

#8338B8
(131,56,184)
#7833A8
(120,51,168)
#6D2E98
(109,46,152)
#622988
(98,41,136)
#572478
(87,36,120)
#4C1F68
(76,31,104)
#411A58
(65,26,88)
#361548
(54,21,72)
#2B1038
(43,16,56)
#200B28
(32,11,40)
#150618
(21,6,24)
#000000
(0,0,0)

Tints of #8338B8

#8338B8
(131,56,184)
#8E4ABE
(142,74,190)
#995CC4
(153,92,196)
#A46ECA
(164,110,202)
#AF80D0
(175,128,208)
#BA92D6
(186,146,214)
#C5A4DC
(197,164,220)
#D0B6E2
(208,182,226)
#DBC8E8
(219,200,232)
#E6DAEE
(230,218,238)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8338B8 color. Also use rgb(131,56,184) instead hex code.

Text Font Color

.myTextColor { color: #8338B8; }

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

This text font color is #8338B8.


Background Color

.myBgColor { background-color: #8338B8; }

<div style="background-color:#8338B8">Inner text</div>

This div background color is #8338B8.


Border color

.myBorderColor { border: 1px solid #8338B8; }

<div style="border:3px solid #8338B8">Div</div>

This div border color is #8338B8.


Opacity

.myOpacity80 { color: #8338B8; opacity: 0.8; }

<p style="color:#8338B8;opacity:0.8;">80%</p>

Text with #8338B8 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 #8338B8;}

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

This text has shadow with #8338B8 color.

.textShadow {text-shadow: 3px 3px 1px #8338B8, 3px 3px 1px red;}

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

This text has shadow with #8338B8 primary color and red secondary color.


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

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

This text has shadow with #8338B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8338B8 on black background.


Color preview on white background

This text has color #8338B8 on white background.



Black color preview on #8338B8 background

This text has black color on #8338B8 background.


White color preview on #8338B8 background

This text has white color on #8338B8 background.