COLOR #8B297F

HEX: #8B297F
RGB: (139,41,127)

Color info

#8B297F contains mainly red and blue colors. Web safe color of #8B297F is #993366 (or #936).

RGB color model

#8B297F color RGB value is (139,41,127).

  • red value is 139;
  • green value is 41;
  • blue value is 127.
RGB:
(139,41,127)
(55%,16%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 41 of 255 = 16%
B 127 of 255 = 50%

139
41
127

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

Portions of RGB colors in percentages

R + G + B =
139 + 41 + 127 = 307 (100%)
R 139 of 307 ~ 45.28%
G 41 of 307 ~ 13.36%
B 127 of 307 ~ 41.37%

%45.28
%13.36
%41.37

CMYK color model

#8B297F color CMYK value is (0,71,9,45).

  • cyan value is 0.00%
  • magenta value is 70.50%
  • yellow value is 8.63%
  • key color value is 45.49%
CMYK:
(0,71,9,45)
C0M71Y9K45 
(0%,71%,9%,45%)
(0.00/0.71/0.09/0.45)	

CMYK percentages

%0
%70.5
%8.63
%45.49

Codes

Color #8B297F in popluar color models

8B297F
RGB13941127
HSL307°54.44%35.29%
HSB/HSV307°70.50%54.51%
CMYK0.00%70.50%8.63%
45.49%

Color #8B297F in popluar number systems.

HEX8B297F
Decimal13941127
Binary100010111010011111111
Octal21351177

Shades and tints

Shades of #8B297F

#8B297F
(139,41,127)
#7F2674
(127,38,116)
#732369
(115,35,105)
#67205E
(103,32,94)
#5B1D53
(91,29,83)
#4F1A48
(79,26,72)
#43173D
(67,23,61)
#371432
(55,20,50)
#2B1127
(43,17,39)
#1F0E1C
(31,14,28)
#130B11
(19,11,17)
#000000
(0,0,0)

Tints of #8B297F

#8B297F
(139,41,127)
#953C8A
(149,60,138)
#9F4F95
(159,79,149)
#A962A0
(169,98,160)
#B375AB
(179,117,171)
#BD88B6
(189,136,182)
#C79BC1
(199,155,193)
#D1AECC
(209,174,204)
#DBC1D7
(219,193,215)
#E5D4E2
(229,212,226)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B297F color. Also use rgb(139,41,127) instead hex code.

Text Font Color

.myTextColor { color: #8B297F; }

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

This text font color is #8B297F.


Background Color

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

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

This div background color is #8B297F.


Border color

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

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

This div border color is #8B297F.


Opacity

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

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

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

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

This text has shadow with #8B297F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B297F on black background.


Color preview on white background

This text has color #8B297F on white background.



Black color preview on #8B297F background

This text has black color on #8B297F background.


White color preview on #8B297F background

This text has white color on #8B297F background.