COLOR #8D248E

HEX: #8D248E
RGB: (141,36,142)

Color info

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

RGB color model

#8D248E color RGB value is (141,36,142).

  • red value is 141;
  • green value is 36;
  • blue value is 142.
RGB:
(141,36,142)
(55%,14%,56%)

RGB channels and saturation

R 141 of 255 = 55%
G 36 of 255 = 14%
B 142 of 255 = 56%

141
36
142

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

Portions of RGB colors in percentages

R + G + B =
141 + 36 + 142 = 319 (100%)
R 141 of 319 ~ 44.2%
G 36 of 319 ~ 11.29%
B 142 of 319 ~ 44.51%

%44.2
%11.29
%44.51

CMYK color model

#8D248E color CMYK value is (1,75,0,44).

  • cyan value is 0.70%
  • magenta value is 74.65%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(1,75,0,44)
C1M75Y0K44 
(1%,75%,0%,44%)
(0.01/0.75/0.00/0.44)	

CMYK percentages

%0.7
%74.65
%0
%44.31

Codes

Color #8D248E in popluar color models

8D248E
RGB14136142
HSL299°59.55%34.90%
HSB/HSV299°74.65%55.69%
CMYK0.70%74.65%0.00%
44.31%

Color #8D248E in popluar number systems.

HEX8D248E
Decimal14136142
Binary1000110110010010001110
Octal21544216

Shades and tints

Shades of #8D248E

#8D248E
(141,36,142)
#812182
(129,33,130)
#751E76
(117,30,118)
#691B6A
(105,27,106)
#5D185E
(93,24,94)
#511552
(81,21,82)
#451246
(69,18,70)
#390F3A
(57,15,58)
#2D0C2E
(45,12,46)
#210922
(33,9,34)
#150616
(21,6,22)
#000000
(0,0,0)

Tints of #8D248E

#8D248E
(141,36,142)
#973798
(151,55,152)
#A14AA2
(161,74,162)
#AB5DAC
(171,93,172)
#B570B6
(181,112,182)
#BF83C0
(191,131,192)
#C996CA
(201,150,202)
#D3A9D4
(211,169,212)
#DDBCDE
(221,188,222)
#E7CFE8
(231,207,232)
#F1E2F2
(241,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D248E color. Also use rgb(141,36,142) instead hex code.

Text Font Color

.myTextColor { color: #8D248E; }

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

This text font color is #8D248E.


Background Color

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

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

This div background color is #8D248E.


Border color

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

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

This div border color is #8D248E.


Opacity

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

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

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

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

This text has shadow with #8D248E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D248E on black background.


Color preview on white background

This text has color #8D248E on white background.



Black color preview on #8D248E background

This text has black color on #8D248E background.


White color preview on #8D248E background

This text has white color on #8D248E background.