COLOR #8B38C8

HEX: #8B38C8
RGB: (139,56,200)

Color info

#8B38C8 contains mainly blue color. Web safe color of #8B38C8 is #9933CC (or #93C).

RGB color model

#8B38C8 color RGB value is (139,56,200).

  • red value is 139;
  • green value is 56;
  • blue value is 200.
RGB:
(139,56,200)
(55%,22%,78%)

RGB channels and saturation

R 139 of 255 = 55%
G 56 of 255 = 22%
B 200 of 255 = 78%

139
56
200

R + G + B ~ 52%. #8B38C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
139 + 56 + 200 = 395 (100%)
R 139 of 395 ~ 35.19%
G 56 of 395 ~ 14.18%
B 200 of 395 ~ 50.63%

%35.19
%14.18
%50.63

CMYK color model

#8B38C8 color CMYK value is (31,72,0,22).

  • cyan value is 30.50%
  • magenta value is 72.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(31,72,0,22)
C31M72Y0K22 
(31%,72%,0%,22%)
(0.31/0.72/0.00/0.22)	

CMYK percentages

%30.5
%72
%0
%21.57

Codes

Color #8B38C8 in popluar color models

8B38C8
RGB13956200
HSL275°56.69%50.20%
HSB/HSV275°72.00%78.43%
CMYK30.50%72.00%0.00%
21.57%

Color #8B38C8 in popluar number systems.

HEX8B38C8
Decimal13956200
Binary1000101111100011001000
Octal21370310

Shades and tints

Shades of #8B38C8

#8B38C8
(139,56,200)
#7F33B6
(127,51,182)
#732EA4
(115,46,164)
#672992
(103,41,146)
#5B2480
(91,36,128)
#4F1F6E
(79,31,110)
#431A5C
(67,26,92)
#37154A
(55,21,74)
#2B1038
(43,16,56)
#1F0B26
(31,11,38)
#130614
(19,6,20)
#000000
(0,0,0)

Tints of #8B38C8

#8B38C8
(139,56,200)
#954ACD
(149,74,205)
#9F5CD2
(159,92,210)
#A96ED7
(169,110,215)
#B380DC
(179,128,220)
#BD92E1
(189,146,225)
#C7A4E6
(199,164,230)
#D1B6EB
(209,182,235)
#DBC8F0
(219,200,240)
#E5DAF5
(229,218,245)
#EFECFA
(239,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B38C8 color. Also use rgb(139,56,200) instead hex code.

Text Font Color

.myTextColor { color: #8B38C8; }

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

This text font color is #8B38C8.


Background Color

.myBgColor { background-color: #8B38C8; }

<div style="background-color:#8B38C8">Inner text</div>

This div background color is #8B38C8.


Border color

.myBorderColor { border: 1px solid #8B38C8; }

<div style="border:3px solid #8B38C8">Div</div>

This div border color is #8B38C8.


Opacity

.myOpacity80 { color: #8B38C8; opacity: 0.8; }

<p style="color:#8B38C8;opacity:0.8;">80%</p>

Text with #8B38C8 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 #8B38C8;}

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

This text has shadow with #8B38C8 color.

.textShadow {text-shadow: 3px 3px 1px #8B38C8, 3px 3px 1px red;}

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

This text has shadow with #8B38C8 primary color and red secondary color.


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

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

This text has shadow with #8B38C8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B38C8 on black background.


Color preview on white background

This text has color #8B38C8 on white background.



Black color preview on #8B38C8 background

This text has black color on #8B38C8 background.


White color preview on #8B38C8 background

This text has white color on #8B38C8 background.