COLOR #500B91

HEX: #500B91
RGB: (80,11,145)

Color info

#500B91 contains mainly blue color. Web safe color of #500B91 is #660099 (or #609).

RGB color model

#500B91 color RGB value is (80,11,145).

  • red value is 80;
  • green value is 11;
  • blue value is 145.
RGB:
(80,11,145)
(31%,4%,57%)

RGB channels and saturation

R 80 of 255 = 31%
G 11 of 255 = 4%
B 145 of 255 = 57%

80
11
145

R + G + B ~ 31%. #500B91 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 11 + 145 = 236 (100%)
R 80 of 236 ~ 33.9%
G 11 of 236 ~ 4.66%
B 145 of 236 ~ 61.44%

%33.9
%61.44

CMYK color model

#500B91 color CMYK value is (45,92,0,43).

  • cyan value is 44.83%
  • magenta value is 92.41%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(45,92,0,43)
C45M92Y0K43 
(45%,92%,0%,43%)
(0.45/0.92/0.00/0.43)	

CMYK percentages

%44.83
%92.41
%0
%43.14

Codes

Color #500B91 in popluar color models

500B91
RGB8011145
HSL271°85.90%30.59%
HSB/HSV271°92.41%56.86%
CMYK44.83%92.41%0.00%
43.14%

Color #500B91 in popluar number systems.

HEX500B91
Decimal8011145
Binary1010000101110010001
Octal12013221

Shades and tints

Shades of #500B91

#500B91
(80,11,145)
#490A84
(73,10,132)
#420977
(66,9,119)
#3B086A
(59,8,106)
#34075D
(52,7,93)
#2D0650
(45,6,80)
#260543
(38,5,67)
#1F0436
(31,4,54)
#180329
(24,3,41)
#11021C
(17,2,28)
#0A010F
(10,1,15)
#000000
(0,0,0)

Tints of #500B91

#500B91
(80,11,145)
#5F219B
(95,33,155)
#6E37A5
(110,55,165)
#7D4DAF
(125,77,175)
#8C63B9
(140,99,185)
#9B79C3
(155,121,195)
#AA8FCD
(170,143,205)
#B9A5D7
(185,165,215)
#C8BBE1
(200,187,225)
#D7D1EB
(215,209,235)
#E6E7F5
(230,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #500B91 color. Also use rgb(80,11,145) instead hex code.

Text Font Color

.myTextColor { color: #500B91; }

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

This text font color is #500B91.


Background Color

.myBgColor { background-color: #500B91; }

<div style="background-color:#500B91">Inner text</div>

This div background color is #500B91.


Border color

.myBorderColor { border: 1px solid #500B91; }

<div style="border:3px solid #500B91">Div</div>

This div border color is #500B91.


Opacity

.myOpacity80 { color: #500B91; opacity: 0.8; }

<p style="color:#500B91;opacity:0.8;">80%</p>

Text with #500B91 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 #500B91;}

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

This text has shadow with #500B91 color.

.textShadow {text-shadow: 3px 3px 1px #500B91, 3px 3px 1px red;}

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

This text has shadow with #500B91 primary color and red secondary color.


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

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

This text has shadow with #500B91 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #500B91 on black background.


Color preview on white background

This text has color #500B91 on white background.



Black color preview on #500B91 background

This text has black color on #500B91 background.


White color preview on #500B91 background

This text has white color on #500B91 background.