COLOR #8B0052

HEX: #8B0052
RGB: (139,0,82)

Color info

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

RGB color model

#8B0052 color RGB value is (139,0,82).

  • red value is 139;
  • green value is 0;
  • blue value is 82.
RGB:
(139,0,82)
(55%,0%,32%)

RGB channels and saturation

R 139 of 255 = 55%
G 0 of 255 = 0%
B 82 of 255 = 32%

139
0
82

R + G + B ~ 29%. #8B0052 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 0 + 82 = 221 (100%)
R 139 of 221 ~ 62.9%
G 0 of 221 ~ 0%
B 82 of 221 ~ 37.1%

%62.9
%37.1

CMYK color model

#8B0052 color CMYK value is (0,100,41,45).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 41.01%
  • key color value is 45.49%
CMYK:
(0,100,41,45)
C0M100Y41K45 
(0%,100%,41%,45%)
(0.00/1.00/0.41/0.45)	

CMYK percentages

%0
%100
%41.01
%45.49

Codes

Color #8B0052 in popluar color models

8B0052
RGB139082
HSL325°100.00%27.25%
HSB/HSV325°100.00%54.51%
CMYK0.00%100.00%41.01%
45.49%

Color #8B0052 in popluar number systems.

HEX8B0052
Decimal139082
Binary1000101101010010
Octal2130122

Shades and tints

Shades of #8B0052

#8B0052
(139,0,82)
#7F004B
(127,0,75)
#730044
(115,0,68)
#67003D
(103,0,61)
#5B0036
(91,0,54)
#4F002F
(79,0,47)
#430028
(67,0,40)
#370021
(55,0,33)
#2B001A
(43,0,26)
#1F0013
(31,0,19)
#13000C
(19,0,12)
#000000
(0,0,0)

Tints of #8B0052

#8B0052
(139,0,82)
#951761
(149,23,97)
#9F2E70
(159,46,112)
#A9457F
(169,69,127)
#B35C8E
(179,92,142)
#BD739D
(189,115,157)
#C78AAC
(199,138,172)
#D1A1BB
(209,161,187)
#DBB8CA
(219,184,202)
#E5CFD9
(229,207,217)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B0052 color. Also use rgb(139,0,82) instead hex code.

Text Font Color

.myTextColor { color: #8B0052; }

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

This text font color is #8B0052.


Background Color

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

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

This div background color is #8B0052.


Border color

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

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

This div border color is #8B0052.


Opacity

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

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

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

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

This text has shadow with #8B0052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B0052 on black background.


Color preview on white background

This text has color #8B0052 on white background.



Black color preview on #8B0052 background

This text has black color on #8B0052 background.


White color preview on #8B0052 background

This text has white color on #8B0052 background.