COLOR #850DBE

HEX: #850DBE
RGB: (133,13,190)

Color info

#850DBE contains mainly red and blue colors. Web safe color of #850DBE is #9900CC (or #90C).

RGB color model

#850DBE color RGB value is (133,13,190).

  • red value is 133;
  • green value is 13;
  • blue value is 190.
RGB:
(133,13,190)
(52%,5%,75%)

RGB channels and saturation

R 133 of 255 = 52%
G 13 of 255 = 5%
B 190 of 255 = 75%

133
13
190

R + G + B ~ 44%. #850DBE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 13 + 190 = 336 (100%)
R 133 of 336 ~ 39.58%
G 13 of 336 ~ 3.87%
B 190 of 336 ~ 56.55%

%39.58
%56.55

CMYK color model

#850DBE color CMYK value is (30,93,0,25).

  • cyan value is 30.00%
  • magenta value is 93.16%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(30,93,0,25)
C30M93Y0K25 
(30%,93%,0%,25%)
(0.30/0.93/0.00/0.25)	

CMYK percentages

%30
%93.16
%0
%25.49

Codes

Color #850DBE in popluar color models

850DBE
RGB13313190
HSL281°87.19%39.80%
HSB/HSV281°93.16%74.51%
CMYK30.00%93.16%0.00%
25.49%

Color #850DBE in popluar number systems.

HEX850DBE
Decimal13313190
Binary10000101110110111110
Octal20515276

Shades and tints

Shades of #850DBE

#850DBE
(133,13,190)
#790CAD
(121,12,173)
#6D0B9C
(109,11,156)
#610A8B
(97,10,139)
#55097A
(85,9,122)
#490869
(73,8,105)
#3D0758
(61,7,88)
#310647
(49,6,71)
#250536
(37,5,54)
#190425
(25,4,37)
#0D0314
(13,3,20)
#000000
(0,0,0)

Tints of #850DBE

#850DBE
(133,13,190)
#9023C3
(144,35,195)
#9B39C8
(155,57,200)
#A64FCD
(166,79,205)
#B165D2
(177,101,210)
#BC7BD7
(188,123,215)
#C791DC
(199,145,220)
#D2A7E1
(210,167,225)
#DDBDE6
(221,189,230)
#E8D3EB
(232,211,235)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850DBE color. Also use rgb(133,13,190) instead hex code.

Text Font Color

.myTextColor { color: #850DBE; }

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

This text font color is #850DBE.


Background Color

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

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

This div background color is #850DBE.


Border color

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

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

This div border color is #850DBE.


Opacity

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

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

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

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

This text has shadow with #850DBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850DBE on black background.


Color preview on white background

This text has color #850DBE on white background.



Black color preview on #850DBE background

This text has black color on #850DBE background.


White color preview on #850DBE background

This text has white color on #850DBE background.