COLOR #8F24AD

HEX: #8F24AD
RGB: (143,36,173)

Color info

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

RGB color model

#8F24AD color RGB value is (143,36,173).

  • red value is 143;
  • green value is 36;
  • blue value is 173.
RGB:
(143,36,173)
(56%,14%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 36 of 255 = 14%
B 173 of 255 = 68%

143
36
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 36 + 173 = 352 (100%)
R 143 of 352 ~ 40.63%
G 36 of 352 ~ 10.23%
B 173 of 352 ~ 49.15%

%40.63
%10.23
%49.15

CMYK color model

#8F24AD color CMYK value is (17,79,0,32).

  • cyan value is 17.34%
  • magenta value is 79.19%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,79,0,32)
C17M79Y0K32 
(17%,79%,0%,32%)
(0.17/0.79/0.00/0.32)	

CMYK percentages

%17.34
%79.19
%0
%32.16

Codes

Color #8F24AD in popluar color models

8F24AD
RGB14336173
HSL287°65.55%40.98%
HSB/HSV287°79.19%67.84%
CMYK17.34%79.19%0.00%
32.16%

Color #8F24AD in popluar number systems.

HEX8F24AD
Decimal14336173
Binary1000111110010010101101
Octal21744255

Shades and tints

Shades of #8F24AD

#8F24AD
(143,36,173)
#82219E
(130,33,158)
#751E8F
(117,30,143)
#681B80
(104,27,128)
#5B1871
(91,24,113)
#4E1562
(78,21,98)
#411253
(65,18,83)
#340F44
(52,15,68)
#270C35
(39,12,53)
#1A0926
(26,9,38)
#0D0617
(13,6,23)
#000000
(0,0,0)

Tints of #8F24AD

#8F24AD
(143,36,173)
#9937B4
(153,55,180)
#A34ABB
(163,74,187)
#AD5DC2
(173,93,194)
#B770C9
(183,112,201)
#C183D0
(193,131,208)
#CB96D7
(203,150,215)
#D5A9DE
(213,169,222)
#DFBCE5
(223,188,229)
#E9CFEC
(233,207,236)
#F3E2F3
(243,226,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F24AD color. Also use rgb(143,36,173) instead hex code.

Text Font Color

.myTextColor { color: #8F24AD; }

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

This text font color is #8F24AD.


Background Color

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

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

This div background color is #8F24AD.


Border color

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

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

This div border color is #8F24AD.


Opacity

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

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

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

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

This text has shadow with #8F24AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F24AD on black background.


Color preview on white background

This text has color #8F24AD on white background.



Black color preview on #8F24AD background

This text has black color on #8F24AD background.


White color preview on #8F24AD background

This text has white color on #8F24AD background.