COLOR #850A9A

HEX: #850A9A
RGB: (133,10,154)

Color info

#850A9A contains mainly red and blue colors. Web safe color of #850A9A is #990099 (or #909).

RGB color model

#850A9A color RGB value is (133,10,154).

  • red value is 133;
  • green value is 10;
  • blue value is 154.
RGB:
(133,10,154)
(52%,4%,60%)

RGB channels and saturation

R 133 of 255 = 52%
G 10 of 255 = 4%
B 154 of 255 = 60%

133
10
154

R + G + B ~ 39%. #850A9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 10 + 154 = 297 (100%)
R 133 of 297 ~ 44.78%
G 10 of 297 ~ 3.37%
B 154 of 297 ~ 51.85%

%44.78
%51.85

CMYK color model

#850A9A color CMYK value is (14,94,0,40).

  • cyan value is 13.64%
  • magenta value is 93.51%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(14,94,0,40)
C14M94Y0K40 
(14%,94%,0%,40%)
(0.14/0.94/0.00/0.40)	

CMYK percentages

%13.64
%93.51
%0
%39.61

Codes

Color #850A9A in popluar color models

850A9A
RGB13310154
HSL291°87.80%32.16%
HSB/HSV291°93.51%60.39%
CMYK13.64%93.51%0.00%
39.61%

Color #850A9A in popluar number systems.

HEX850A9A
Decimal13310154
Binary10000101101010011010
Octal20512232

Shades and tints

Shades of #850A9A

#850A9A
(133,10,154)
#790A8C
(121,10,140)
#6D0A7E
(109,10,126)
#610A70
(97,10,112)
#550A62
(85,10,98)
#490A54
(73,10,84)
#3D0A46
(61,10,70)
#310A38
(49,10,56)
#250A2A
(37,10,42)
#190A1C
(25,10,28)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #850A9A

#850A9A
(133,10,154)
#9020A3
(144,32,163)
#9B36AC
(155,54,172)
#A64CB5
(166,76,181)
#B162BE
(177,98,190)
#BC78C7
(188,120,199)
#C78ED0
(199,142,208)
#D2A4D9
(210,164,217)
#DDBAE2
(221,186,226)
#E8D0EB
(232,208,235)
#F3E6F4
(243,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #850A9A color. Also use rgb(133,10,154) instead hex code.

Text Font Color

.myTextColor { color: #850A9A; }

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

This text font color is #850A9A.


Background Color

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

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

This div background color is #850A9A.


Border color

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

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

This div border color is #850A9A.


Opacity

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

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

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

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

This text has shadow with #850A9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #850A9A on black background.


Color preview on white background

This text has color #850A9A on white background.



Black color preview on #850A9A background

This text has black color on #850A9A background.


White color preview on #850A9A background

This text has white color on #850A9A background.