COLOR #8B415D

HEX: #8B415D
RGB: (139,65,93)

Color info

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

RGB color model

#8B415D color RGB value is (139,65,93).

  • red value is 139;
  • green value is 65;
  • blue value is 93.
RGB:
(139,65,93)
(55%,25%,36%)

RGB channels and saturation

R 139 of 255 = 55%
G 65 of 255 = 25%
B 93 of 255 = 36%

139
65
93

R + G + B ~ 39%. #8B415D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 65 + 93 = 297 (100%)
R 139 of 297 ~ 46.8%
G 65 of 297 ~ 21.89%
B 93 of 297 ~ 31.31%

%46.8
%21.89
%31.31

CMYK color model

#8B415D color CMYK value is (0,53,33,45).

  • cyan value is 0.00%
  • magenta value is 53.24%
  • yellow value is 33.09%
  • key color value is 45.49%
CMYK:
(0,53,33,45)
C0M53Y33K45 
(0%,53%,33%,45%)
(0.00/0.53/0.33/0.45)	

CMYK percentages

%0
%53.24
%33.09
%45.49

Codes

Color #8B415D in popluar color models

8B415D
RGB1396593
HSL337°36.27%40.00%
HSB/HSV337°53.24%54.51%
CMYK0.00%53.24%33.09%
45.49%

Color #8B415D in popluar number systems.

HEX8B415D
Decimal1396593
Binary1000101110000011011101
Octal213101135

Shades and tints

Shades of #8B415D

#8B415D
(139,65,93)
#7F3C55
(127,60,85)
#73374D
(115,55,77)
#673245
(103,50,69)
#5B2D3D
(91,45,61)
#4F2835
(79,40,53)
#43232D
(67,35,45)
#371E25
(55,30,37)
#2B191D
(43,25,29)
#1F1415
(31,20,21)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #8B415D

#8B415D
(139,65,93)
#95526B
(149,82,107)
#9F6379
(159,99,121)
#A97487
(169,116,135)
#B38595
(179,133,149)
#BD96A3
(189,150,163)
#C7A7B1
(199,167,177)
#D1B8BF
(209,184,191)
#DBC9CD
(219,201,205)
#E5DADB
(229,218,219)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B415D color. Also use rgb(139,65,93) instead hex code.

Text Font Color

.myTextColor { color: #8B415D; }

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

This text font color is #8B415D.


Background Color

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

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

This div background color is #8B415D.


Border color

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

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

This div border color is #8B415D.


Opacity

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

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

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

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

This text has shadow with #8B415D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B415D on black background.


Color preview on white background

This text has color #8B415D on white background.



Black color preview on #8B415D background

This text has black color on #8B415D background.


White color preview on #8B415D background

This text has white color on #8B415D background.