COLOR #851188

HEX: #851188
RGB: (133,17,136)

Color info

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

RGB color model

#851188 color RGB value is (133,17,136).

  • red value is 133;
  • green value is 17;
  • blue value is 136.
RGB:
(133,17,136)
(52%,7%,53%)

RGB channels and saturation

R 133 of 255 = 52%
G 17 of 255 = 7%
B 136 of 255 = 53%

133
17
136

R + G + B ~ 37%. #851188 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
133 + 17 + 136 = 286 (100%)
R 133 of 286 ~ 46.5%
G 17 of 286 ~ 5.94%
B 136 of 286 ~ 47.55%

%46.5
%47.55

CMYK color model

#851188 color CMYK value is (2,88,0,47).

  • cyan value is 2.21%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(2,88,0,47)
C2M88Y0K47 
(2%,88%,0%,47%)
(0.02/0.88/0.00/0.47)	

CMYK percentages

%2.21
%87.5
%0
%46.67

Codes

Color #851188 in popluar color models

851188
RGB13317136
HSL298°77.78%30.00%
HSB/HSV298°87.50%53.33%
CMYK2.21%87.50%0.00%
46.67%

Color #851188 in popluar number systems.

HEX851188
Decimal13317136
Binary100001011000110001000
Octal20521210

Shades and tints

Shades of #851188

#851188
(133,17,136)
#79107C
(121,16,124)
#6D0F70
(109,15,112)
#610E64
(97,14,100)
#550D58
(85,13,88)
#490C4C
(73,12,76)
#3D0B40
(61,11,64)
#310A34
(49,10,52)
#250928
(37,9,40)
#19081C
(25,8,28)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #851188

#851188
(133,17,136)
#902692
(144,38,146)
#9B3B9C
(155,59,156)
#A650A6
(166,80,166)
#B165B0
(177,101,176)
#BC7ABA
(188,122,186)
#C78FC4
(199,143,196)
#D2A4CE
(210,164,206)
#DDB9D8
(221,185,216)
#E8CEE2
(232,206,226)
#F3E3EC
(243,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #851188 color. Also use rgb(133,17,136) instead hex code.

Text Font Color

.myTextColor { color: #851188; }

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

This text font color is #851188.


Background Color

.myBgColor { background-color: #851188; }

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

This div background color is #851188.


Border color

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

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

This div border color is #851188.


Opacity

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

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

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

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

This text has shadow with #851188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #851188 on black background.


Color preview on white background

This text has color #851188 on white background.



Black color preview on #851188 background

This text has black color on #851188 background.


White color preview on #851188 background

This text has white color on #851188 background.