COLOR #8D237A

HEX: #8D237A
RGB: (141,35,122)

Color info

#8D237A contains mainly red and blue colors. Web safe color of #8D237A is #993366 (or #936).

RGB color model

#8D237A color RGB value is (141,35,122).

  • red value is 141;
  • green value is 35;
  • blue value is 122.
RGB:
(141,35,122)
(55%,14%,48%)

RGB channels and saturation

R 141 of 255 = 55%
G 35 of 255 = 14%
B 122 of 255 = 48%

141
35
122

R + G + B ~ 39%. #8D237A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
141 + 35 + 122 = 298 (100%)
R 141 of 298 ~ 47.32%
G 35 of 298 ~ 11.74%
B 122 of 298 ~ 40.94%

%47.32
%11.74
%40.94

CMYK color model

#8D237A color CMYK value is (0,75,13,45).

  • cyan value is 0.00%
  • magenta value is 75.18%
  • yellow value is 13.48%
  • key color value is 44.71%
CMYK:
(0,75,13,45)
C0M75Y13K45 
(0%,75%,13%,45%)
(0.00/0.75/0.13/0.45)	

CMYK percentages

%0
%75.18
%13.48
%44.71

Codes

Color #8D237A in popluar color models

8D237A
RGB14135122
HSL311°60.23%34.51%
HSB/HSV311°75.18%55.29%
CMYK0.00%75.18%13.48%
44.71%

Color #8D237A in popluar number systems.

HEX8D237A
Decimal14135122
Binary100011011000111111010
Octal21543172

Shades and tints

Shades of #8D237A

#8D237A
(141,35,122)
#81206F
(129,32,111)
#751D64
(117,29,100)
#691A59
(105,26,89)
#5D174E
(93,23,78)
#511443
(81,20,67)
#451138
(69,17,56)
#390E2D
(57,14,45)
#2D0B22
(45,11,34)
#210817
(33,8,23)
#15050C
(21,5,12)
#000000
(0,0,0)

Tints of #8D237A

#8D237A
(141,35,122)
#973786
(151,55,134)
#A14B92
(161,75,146)
#AB5F9E
(171,95,158)
#B573AA
(181,115,170)
#BF87B6
(191,135,182)
#C99BC2
(201,155,194)
#D3AFCE
(211,175,206)
#DDC3DA
(221,195,218)
#E7D7E6
(231,215,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D237A color. Also use rgb(141,35,122) instead hex code.

Text Font Color

.myTextColor { color: #8D237A; }

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

This text font color is #8D237A.


Background Color

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

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

This div background color is #8D237A.


Border color

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

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

This div border color is #8D237A.


Opacity

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

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

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

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

This text has shadow with #8D237A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D237A on black background.


Color preview on white background

This text has color #8D237A on white background.



Black color preview on #8D237A background

This text has black color on #8D237A background.


White color preview on #8D237A background

This text has white color on #8D237A background.