COLOR #850B7E

HEX: #850B7E
RGB: (133,11,126)

Color info

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

RGB color model

#850B7E color RGB value is (133,11,126).

  • red value is 133;
  • green value is 11;
  • blue value is 126.
RGB:
(133,11,126)
(52%,4%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 11 of 255 = 4%
B 126 of 255 = 49%

133
11
126

R + G + B ~ 35%. #850B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 11 + 126 = 270 (100%)
R 133 of 270 ~ 49.26%
G 11 of 270 ~ 4.07%
B 126 of 270 ~ 46.67%

%49.26
%46.67

CMYK color model

#850B7E color CMYK value is (0,92,5,48).

  • cyan value is 0.00%
  • magenta value is 91.73%
  • yellow value is 5.26%
  • key color value is 47.84%
CMYK:
(0,92,5,48)
C0M92Y5K48 
(0%,92%,5%,48%)
(0.00/0.92/0.05/0.48)	

CMYK percentages

%0
%91.73
%5.26
%47.84

Codes

Color #850B7E in popluar color models

850B7E
RGB13311126
HSL303°84.72%28.24%
HSB/HSV303°91.73%52.16%
CMYK0.00%91.73%5.26%
47.84%

Color #850B7E in popluar number systems.

HEX850B7E
Decimal13311126
Binary1000010110111111110
Octal20513176

Shades and tints

Shades of #850B7E

#850B7E
(133,11,126)
#790A73
(121,10,115)
#6D0968
(109,9,104)
#61085D
(97,8,93)
#550752
(85,7,82)
#490647
(73,6,71)
#3D053C
(61,5,60)
#310431
(49,4,49)
#250326
(37,3,38)
#19021B
(25,2,27)
#0D0110
(13,1,16)
#000000
(0,0,0)

Tints of #850B7E

#850B7E
(133,11,126)
#902189
(144,33,137)
#9B3794
(155,55,148)
#A64D9F
(166,77,159)
#B163AA
(177,99,170)
#BC79B5
(188,121,181)
#C78FC0
(199,143,192)
#D2A5CB
(210,165,203)
#DDBBD6
(221,187,214)
#E8D1E1
(232,209,225)
#F3E7EC
(243,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850B7E color. Also use rgb(133,11,126) instead hex code.

Text Font Color

.myTextColor { color: #850B7E; }

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

This text font color is #850B7E.


Background Color

.myBgColor { background-color: #850B7E; }

<div style="background-color:#850B7E">Inner text</div>

This div background color is #850B7E.


Border color

.myBorderColor { border: 1px solid #850B7E; }

<div style="border:3px solid #850B7E">Div</div>

This div border color is #850B7E.


Opacity

.myOpacity80 { color: #850B7E; opacity: 0.8; }

<p style="color:#850B7E;opacity:0.8;">80%</p>

Text with #850B7E 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 #850B7E;}

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

This text has shadow with #850B7E color.

.textShadow {text-shadow: 3px 3px 1px #850B7E, 3px 3px 1px red;}

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

This text has shadow with #850B7E primary color and red secondary color.


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

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

This text has shadow with #850B7E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850B7E on black background.


Color preview on white background

This text has color #850B7E on white background.



Black color preview on #850B7E background

This text has black color on #850B7E background.


White color preview on #850B7E background

This text has white color on #850B7E background.