COLOR #8B67D5

HEX: #8B67D5 RGB: (139,103,213)

Color info

#8B67D5 contains mainly blue color. Web safe color of #8B67D5 is #9966CC (or #96C).

RGB color model

#8B67D5 color RGB value is (139,103,213).

RGB: (139,103,213) (55%, 40%, 84%)

RGB channels and saturation

R 139 of 255 = 55%
G 103 of 255 = 40%
B 213 of 255 = 84%

139
103
213

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

Portions of RGB colors in percentages

R + G + B = 139 + 103 + 213 = 455 (100%)
R 139 of 455 ~ 30.55%
G 103 of 455 ~ 22.64%
B 213 of 455 ~ 46.81'%

%30.55
%22.64
%46.81

CMYK color model

#8B67D5 color CMYK value is (35,52,0,16).

  • cyan value is 34.74%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (35,52,0,16)
C35M52Y0K16 (35%, 52%, 0%, 16%)
(0.35 / 0.52 / 0.00 / 0.16)

CMYK percentages

%34.74
%51.64
%0
%16.47

Codes

Color #8B67D5 in popluar color models

8B 67 D5
RGB 139 103 213
HSL 260° 56.70% 61.96%
HSB/HSV 260° 51.64% 83.53%
CMYK 34.74% 51.64% 0.00%
16.47%

Color #8B67D5 in popluar number systems.

HEX 8B 67 D5
Decimal 139 103 213
Binary 10001011 1100111 11010101
Octal 213 147 325

Shades and tints

Shades of #8B67D5

#8B67D5
(139,103,213)
#7F5EC2
(127,94,194)
#7355AF
(115,85,175)
#674C9C
(103,76,156)
#5B4389
(91,67,137)
#4F3A76
(79,58,118)
#433163
(67,49,99)
#372850
(55,40,80)
#2B1F3D
(43,31,61)
#1F162A
(31,22,42)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #8B67D5

#8B67D5
(139,103,213)
#9574D8
(149,116,216)
#9F81DB
(159,129,219)
#A98EDE
(169,142,222)
#B39BE1
(179,155,225)
#BDA8E4
(189,168,228)
#C7B5E7
(199,181,231)
#D1C2EA
(209,194,234)
#DBCFED
(219,207,237)
#E5DCF0
(229,220,240)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B67D5 color. Also use rgb(139,103,213) instead hex code.

Text Font Color

.myTextColor { color: #8B67D5; }

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

This text font color is #8B67D5.

Background Color

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

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

This div background color is #8B67D5.

Border color

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

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

This div border color is #8B67D5.

Opacity

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

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

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

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

This text has shadow with #8B67D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B67D5.

Preview

Color preview on black background

This text has color #8B67D5 on black background.


Color preview on white background

This text has color #8B67D5 on white background.


Black color preview on #8B67D5 background

This text has black color on #8B67D5 background.


White color preview on #8B67D5 background

This text has white color on #8B67D5 background.


Related colors

Complementary color

Complementary color for #hex is #74982A.


I love getcolorcode.com

Triadic colors

1 #D58B67 and #67D58B with #8B67D5 are triadic colors.

2 #D5678B and #678BD5 with #8B67D5 are triadic colors.