COLOR #851290

HEX: #851290
RGB: (133,18,144)

Color info

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

RGB color model

#851290 color RGB value is (133,18,144).

  • red value is 133;
  • green value is 18;
  • blue value is 144.
RGB:
(133,18,144)
(52%,7%,56%)

RGB channels and saturation

R 133 of 255 = 52%
G 18 of 255 = 7%
B 144 of 255 = 56%

133
18
144

R + G + B ~ 38%. #851290 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 18 + 144 = 295 (100%)
R 133 of 295 ~ 45.08%
G 18 of 295 ~ 6.1%
B 144 of 295 ~ 48.81%

%45.08
%48.81

CMYK color model

#851290 color CMYK value is (8,88,0,44).

  • cyan value is 7.64%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(8,88,0,44)
C8M88Y0K44 
(8%,88%,0%,44%)
(0.08/0.88/0.00/0.44)	

CMYK percentages

%7.64
%87.5
%0
%43.53

Codes

Color #851290 in popluar color models

851290
RGB13318144
HSL295°77.78%31.76%
HSB/HSV295°87.50%56.47%
CMYK7.64%87.50%0.00%
43.53%

Color #851290 in popluar number systems.

HEX851290
Decimal13318144
Binary100001011001010010000
Octal20522220

Shades and tints

Shades of #851290

#851290
(133,18,144)
#791183
(121,17,131)
#6D1076
(109,16,118)
#610F69
(97,15,105)
#550E5C
(85,14,92)
#490D4F
(73,13,79)
#3D0C42
(61,12,66)
#310B35
(49,11,53)
#250A28
(37,10,40)
#19091B
(25,9,27)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #851290

#851290
(133,18,144)
#90279A
(144,39,154)
#9B3CA4
(155,60,164)
#A651AE
(166,81,174)
#B166B8
(177,102,184)
#BC7BC2
(188,123,194)
#C790CC
(199,144,204)
#D2A5D6
(210,165,214)
#DDBAE0
(221,186,224)
#E8CFEA
(232,207,234)
#F3E4F4
(243,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851290 color. Also use rgb(133,18,144) instead hex code.

Text Font Color

.myTextColor { color: #851290; }

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

This text font color is #851290.


Background Color

.myBgColor { background-color: #851290; }

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

This div background color is #851290.


Border color

.myBorderColor { border: 1px solid #851290; }

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

This div border color is #851290.


Opacity

.myOpacity80 { color: #851290; opacity: 0.8; }

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

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

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

This text has shadow with #851290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851290 on black background.


Color preview on white background

This text has color #851290 on white background.



Black color preview on #851290 background

This text has black color on #851290 background.


White color preview on #851290 background

This text has white color on #851290 background.