COLOR #8B0C7E

HEX: #8B0C7E RGB: (139,12,126)

Color info

#8B0C7E contains mainly red and blue colors. Web safe color of #8B0C7E is #990066 (or #906).

RGB color model

#8B0C7E color RGB value is (139,12,126).

RGB: (139,12,126) (55%, 5%, 49%)

RGB channels and saturation

R 139 of 255 = 55%
G 12 of 255 = 5%
B 126 of 255 = 49%

139
12
126

R + G + B ~ 36%. #8B0C7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 139 + 12 + 126 = 277 (100%)
R 139 of 277 ~ 50.18%
G 12 of 277 ~ 4.33%
B 126 of 277 ~ 45.49'%

%50.18
%45.49

CMYK color model

#8B0C7E color CMYK value is (0,91,9,45).

  • cyan value is 0.00%
  • magenta value is 91.37%
  • yellow value is 9.35%
  • key color value is 45.49%

CMYK: (0,91,9,45)
C0M91Y9K45 (0%, 91%, 9%, 45%)
(0.00 / 0.91 / 0.09 / 0.45)

CMYK percentages

%0
%91.37
%9.35
%45.49

Codes

Color #8B0C7E in popluar color models

8B 0C 7E
RGB 139 12 126
HSL 306° 84.11% 29.61%
HSB/HSV 306° 91.37% 54.51%
CMYK 0.00% 91.37% 9.35%
45.49%

Color #8B0C7E in popluar number systems.

HEX 8B 0C 7E
Decimal 139 12 126
Binary 10001011 1100 1111110
Octal 213 14 176

Shades and tints

Shades of #8B0C7E

#8B0C7E
(139,12,126)
#7F0B73
(127,11,115)
#730A68
(115,10,104)
#67095D
(103,9,93)
#5B0852
(91,8,82)
#4F0747
(79,7,71)
#43063C
(67,6,60)
#370531
(55,5,49)
#2B0426
(43,4,38)
#1F031B
(31,3,27)
#130210
(19,2,16)
#000000
(0,0,0)

Tints of #8B0C7E

#8B0C7E
(139,12,126)
#952289
(149,34,137)
#9F3894
(159,56,148)
#A94E9F
(169,78,159)
#B364AA
(179,100,170)
#BD7AB5
(189,122,181)
#C790C0
(199,144,192)
#D1A6CB
(209,166,203)
#DBBCD6
(219,188,214)
#E5D2E1
(229,210,225)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0C7E color. Also use rgb(139,12,126) instead hex code.

Text Font Color

.myTextColor { color: #8B0C7E; }

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

This text font color is #8B0C7E.

Background Color

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

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

This div background color is #8B0C7E.

Border color

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

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

This div border color is #8B0C7E.

Opacity

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

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

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

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

This text has shadow with #8B0C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8B0C7E.

Preview

Color preview on black background

This text has color #8B0C7E on black background.


Color preview on white background

This text has color #8B0C7E on white background.


Black color preview on #8B0C7E background

This text has black color on #8B0C7E background.


White color preview on #8B0C7E background

This text has white color on #8B0C7E background.


Related colors

Complementary color

Complementary color for #8B0C7E is #74F381.


I love getcolorcode.com

Triadic colors

1 #7E8B0C and #0C7E8B with #8B0C7E are triadic colors.

2 #7E0C8B and #0C8B7E with #8B0C7E are triadic colors.