COLOR #850F7D

HEX: #850F7D
RGB: (133,15,125)

Color info

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

RGB color model

#850F7D color RGB value is (133,15,125).

  • red value is 133;
  • green value is 15;
  • blue value is 125.
RGB:
(133,15,125)
(52%,6%,49%)

RGB channels and saturation

R 133 of 255 = 52%
G 15 of 255 = 6%
B 125 of 255 = 49%

133
15
125

R + G + B ~ 36%. #850F7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 15 + 125 = 273 (100%)
R 133 of 273 ~ 48.72%
G 15 of 273 ~ 5.49%
B 125 of 273 ~ 45.79%

%48.72
%45.79

CMYK color model

#850F7D color CMYK value is (0,89,6,48).

  • cyan value is 0.00%
  • magenta value is 88.72%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(0,89,6,48)
C0M89Y6K48 
(0%,89%,6%,48%)
(0.00/0.89/0.06/0.48)	

CMYK percentages

%0
%88.72
%6.02
%47.84

Codes

Color #850F7D in popluar color models

850F7D
RGB13315125
HSL304°79.73%29.02%
HSB/HSV304°88.72%52.16%
CMYK0.00%88.72%6.02%
47.84%

Color #850F7D in popluar number systems.

HEX850F7D
Decimal13315125
Binary1000010111111111101
Octal20517175

Shades and tints

Shades of #850F7D

#850F7D
(133,15,125)
#790E72
(121,14,114)
#6D0D67
(109,13,103)
#610C5C
(97,12,92)
#550B51
(85,11,81)
#490A46
(73,10,70)
#3D093B
(61,9,59)
#310830
(49,8,48)
#250725
(37,7,37)
#19061A
(25,6,26)
#0D050F
(13,5,15)
#000000
(0,0,0)

Tints of #850F7D

#850F7D
(133,15,125)
#902488
(144,36,136)
#9B3993
(155,57,147)
#A64E9E
(166,78,158)
#B163A9
(177,99,169)
#BC78B4
(188,120,180)
#C78DBF
(199,141,191)
#D2A2CA
(210,162,202)
#DDB7D5
(221,183,213)
#E8CCE0
(232,204,224)
#F3E1EB
(243,225,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850F7D color. Also use rgb(133,15,125) instead hex code.

Text Font Color

.myTextColor { color: #850F7D; }

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

This text font color is #850F7D.


Background Color

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

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

This div background color is #850F7D.


Border color

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

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

This div border color is #850F7D.


Opacity

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

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

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

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

This text has shadow with #850F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850F7D on black background.


Color preview on white background

This text has color #850F7D on white background.



Black color preview on #850F7D background

This text has black color on #850F7D background.


White color preview on #850F7D background

This text has white color on #850F7D background.