COLOR #8F23C1

HEX: #8F23C1
RGB: (143,35,193)

Color info

#8F23C1 contains mainly red and blue colors. Web safe color of #8F23C1 is #9933CC (or #93C).

RGB color model

#8F23C1 color RGB value is (143,35,193).

  • red value is 143;
  • green value is 35;
  • blue value is 193.
RGB:
(143,35,193)
(56%,14%,76%)

RGB channels and saturation

R 143 of 255 = 56%
G 35 of 255 = 14%
B 193 of 255 = 76%

143
35
193

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

Portions of RGB colors in percentages

R + G + B =
143 + 35 + 193 = 371 (100%)
R 143 of 371 ~ 38.54%
G 35 of 371 ~ 9.43%
B 193 of 371 ~ 52.02%

%38.54
%52.02

CMYK color model

#8F23C1 color CMYK value is (26,82,0,24).

  • cyan value is 25.91%
  • magenta value is 81.87%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(26,82,0,24)
C26M82Y0K24 
(26%,82%,0%,24%)
(0.26/0.82/0.00/0.24)	

CMYK percentages

%25.91
%81.87
%0
%24.31

Codes

Color #8F23C1 in popluar color models

8F23C1
RGB14335193
HSL281°69.30%44.71%
HSB/HSV281°81.87%75.69%
CMYK25.91%81.87%0.00%
24.31%

Color #8F23C1 in popluar number systems.

HEX8F23C1
Decimal14335193
Binary1000111110001111000001
Octal21743301

Shades and tints

Shades of #8F23C1

#8F23C1
(143,35,193)
#8220B0
(130,32,176)
#751D9F
(117,29,159)
#681A8E
(104,26,142)
#5B177D
(91,23,125)
#4E146C
(78,20,108)
#41115B
(65,17,91)
#340E4A
(52,14,74)
#270B39
(39,11,57)
#1A0828
(26,8,40)
#0D0517
(13,5,23)
#000000
(0,0,0)

Tints of #8F23C1

#8F23C1
(143,35,193)
#9937C6
(153,55,198)
#A34BCB
(163,75,203)
#AD5FD0
(173,95,208)
#B773D5
(183,115,213)
#C187DA
(193,135,218)
#CB9BDF
(203,155,223)
#D5AFE4
(213,175,228)
#DFC3E9
(223,195,233)
#E9D7EE
(233,215,238)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F23C1 color. Also use rgb(143,35,193) instead hex code.

Text Font Color

.myTextColor { color: #8F23C1; }

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

This text font color is #8F23C1.


Background Color

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

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

This div background color is #8F23C1.


Border color

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

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

This div border color is #8F23C1.


Opacity

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

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

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

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

This text has shadow with #8F23C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F23C1 on black background.


Color preview on white background

This text has color #8F23C1 on white background.



Black color preview on #8F23C1 background

This text has black color on #8F23C1 background.


White color preview on #8F23C1 background

This text has white color on #8F23C1 background.