COLOR #851C92

HEX: #851C92
RGB: (133,28,146)

Color info

#851C92 contains mainly red and blue colors. Web safe color of #851C92 is #993399 (or #939).

RGB color model

#851C92 color RGB value is (133,28,146).

  • red value is 133;
  • green value is 28;
  • blue value is 146.
RGB:
(133,28,146)
(52%,11%,57%)

RGB channels and saturation

R 133 of 255 = 52%
G 28 of 255 = 11%
B 146 of 255 = 57%

133
28
146

R + G + B ~ 40%. #851C92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
133 + 28 + 146 = 307 (100%)
R 133 of 307 ~ 43.32%
G 28 of 307 ~ 9.12%
B 146 of 307 ~ 47.56%

%43.32
%47.56

CMYK color model

#851C92 color CMYK value is (9,81,0,43).

  • cyan value is 8.90%
  • magenta value is 80.82%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(9,81,0,43)
C9M81Y0K43 
(9%,81%,0%,43%)
(0.09/0.81/0.00/0.43)	

CMYK percentages

%8.9
%80.82
%0
%42.75

Codes

Color #851C92 in popluar color models

851C92
RGB13328146
HSL293°67.82%34.12%
HSB/HSV293°80.82%57.25%
CMYK8.90%80.82%0.00%
42.75%

Color #851C92 in popluar number systems.

HEX851C92
Decimal13328146
Binary100001011110010010010
Octal20534222

Shades and tints

Shades of #851C92

#851C92
(133,28,146)
#791A85
(121,26,133)
#6D1878
(109,24,120)
#61166B
(97,22,107)
#55145E
(85,20,94)
#491251
(73,18,81)
#3D1044
(61,16,68)
#310E37
(49,14,55)
#250C2A
(37,12,42)
#190A1D
(25,10,29)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #851C92

#851C92
(133,28,146)
#90309B
(144,48,155)
#9B44A4
(155,68,164)
#A658AD
(166,88,173)
#B16CB6
(177,108,182)
#BC80BF
(188,128,191)
#C794C8
(199,148,200)
#D2A8D1
(210,168,209)
#DDBCDA
(221,188,218)
#E8D0E3
(232,208,227)
#F3E4EC
(243,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851C92 color. Also use rgb(133,28,146) instead hex code.

Text Font Color

.myTextColor { color: #851C92; }

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

This text font color is #851C92.


Background Color

.myBgColor { background-color: #851C92; }

<div style="background-color:#851C92">Inner text</div>

This div background color is #851C92.


Border color

.myBorderColor { border: 1px solid #851C92; }

<div style="border:3px solid #851C92">Div</div>

This div border color is #851C92.


Opacity

.myOpacity80 { color: #851C92; opacity: 0.8; }

<p style="color:#851C92;opacity:0.8;">80%</p>

Text with #851C92 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 #851C92;}

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

This text has shadow with #851C92 color.

.textShadow {text-shadow: 3px 3px 1px #851C92, 3px 3px 1px red;}

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

This text has shadow with #851C92 primary color and red secondary color.


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

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

This text has shadow with #851C92 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851C92 on black background.


Color preview on white background

This text has color #851C92 on white background.



Black color preview on #851C92 background

This text has black color on #851C92 background.


White color preview on #851C92 background

This text has white color on #851C92 background.