COLOR #8B0180

HEX: #8B0180
RGB: (139,1,128)

Color info

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

RGB color model

#8B0180 color RGB value is (139,1,128).

  • red value is 139;
  • green value is 1;
  • blue value is 128.
RGB:
(139,1,128)
(55%,0%,50%)

RGB channels and saturation

R 139 of 255 = 55%
G 1 of 255 = 0%
B 128 of 255 = 50%

139
1
128

R + G + B ~ 35%. #8B0180 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 1 + 128 = 268 (100%)
R 139 of 268 ~ 51.87%
G 1 of 268 ~ 0.37%
B 128 of 268 ~ 47.76%

%51.87
%47.76

CMYK color model

#8B0180 color CMYK value is (0,99,8,45).

  • cyan value is 0.00%
  • magenta value is 99.28%
  • yellow value is 7.91%
  • key color value is 45.49%
CMYK:
(0,99,8,45)
C0M99Y8K45 
(0%,99%,8%,45%)
(0.00/0.99/0.08/0.45)	

CMYK percentages

%0
%99.28
%7.91
%45.49

Codes

Color #8B0180 in popluar color models

8B0180
RGB1391128
HSL305°98.57%27.45%
HSB/HSV305°99.28%54.51%
CMYK0.00%99.28%7.91%
45.49%

Color #8B0180 in popluar number systems.

HEX8B0180
Decimal1391128
Binary10001011110000000
Octal2131200

Shades and tints

Shades of #8B0180

#8B0180
(139,1,128)
#7F0175
(127,1,117)
#73016A
(115,1,106)
#67015F
(103,1,95)
#5B0154
(91,1,84)
#4F0149
(79,1,73)
#43013E
(67,1,62)
#370133
(55,1,51)
#2B0128
(43,1,40)
#1F011D
(31,1,29)
#130112
(19,1,18)
#000000
(0,0,0)

Tints of #8B0180

#8B0180
(139,1,128)
#95188B
(149,24,139)
#9F2F96
(159,47,150)
#A946A1
(169,70,161)
#B35DAC
(179,93,172)
#BD74B7
(189,116,183)
#C78BC2
(199,139,194)
#D1A2CD
(209,162,205)
#DBB9D8
(219,185,216)
#E5D0E3
(229,208,227)
#EFE7EE
(239,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0180 color. Also use rgb(139,1,128) instead hex code.

Text Font Color

.myTextColor { color: #8B0180; }

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

This text font color is #8B0180.


Background Color

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

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

This div background color is #8B0180.


Border color

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

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

This div border color is #8B0180.


Opacity

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

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

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

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

This text has shadow with #8B0180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B0180 on black background.


Color preview on white background

This text has color #8B0180 on white background.



Black color preview on #8B0180 background

This text has black color on #8B0180 background.


White color preview on #8B0180 background

This text has white color on #8B0180 background.