COLOR #8D129E

HEX: #8D129E
RGB: (141,18,158)

Color info

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

RGB color model

#8D129E color RGB value is (141,18,158).

  • red value is 141;
  • green value is 18;
  • blue value is 158.
RGB:
(141,18,158)
(55%,7%,62%)

RGB channels and saturation

R 141 of 255 = 55%
G 18 of 255 = 7%
B 158 of 255 = 62%

141
18
158

R + G + B ~ 41%. #8D129E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
141 + 18 + 158 = 317 (100%)
R 141 of 317 ~ 44.48%
G 18 of 317 ~ 5.68%
B 158 of 317 ~ 49.84%

%44.48
%49.84

CMYK color model

#8D129E color CMYK value is (11,89,0,38).

  • cyan value is 10.76%
  • magenta value is 88.61%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(11,89,0,38)
C11M89Y0K38 
(11%,89%,0%,38%)
(0.11/0.89/0.00/0.38)	

CMYK percentages

%10.76
%88.61
%0
%38.04

Codes

Color #8D129E in popluar color models

8D129E
RGB14118158
HSL293°79.55%34.51%
HSB/HSV293°88.61%61.96%
CMYK10.76%88.61%0.00%
38.04%

Color #8D129E in popluar number systems.

HEX8D129E
Decimal14118158
Binary100011011001010011110
Octal21522236

Shades and tints

Shades of #8D129E

#8D129E
(141,18,158)
#811190
(129,17,144)
#751082
(117,16,130)
#690F74
(105,15,116)
#5D0E66
(93,14,102)
#510D58
(81,13,88)
#450C4A
(69,12,74)
#390B3C
(57,11,60)
#2D0A2E
(45,10,46)
#210920
(33,9,32)
#150812
(21,8,18)
#000000
(0,0,0)

Tints of #8D129E

#8D129E
(141,18,158)
#9727A6
(151,39,166)
#A13CAE
(161,60,174)
#AB51B6
(171,81,182)
#B566BE
(181,102,190)
#BF7BC6
(191,123,198)
#C990CE
(201,144,206)
#D3A5D6
(211,165,214)
#DDBADE
(221,186,222)
#E7CFE6
(231,207,230)
#F1E4EE
(241,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D129E color. Also use rgb(141,18,158) instead hex code.

Text Font Color

.myTextColor { color: #8D129E; }

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

This text font color is #8D129E.


Background Color

.myBgColor { background-color: #8D129E; }

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

This div background color is #8D129E.


Border color

.myBorderColor { border: 1px solid #8D129E; }

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

This div border color is #8D129E.


Opacity

.myOpacity80 { color: #8D129E; opacity: 0.8; }

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

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

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

This text has shadow with #8D129E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D129E on black background.


Color preview on white background

This text has color #8D129E on white background.



Black color preview on #8D129E background

This text has black color on #8D129E background.


White color preview on #8D129E background

This text has white color on #8D129E background.