COLOR #8F42BD

HEX: #8F42BD RGB: (143,66,189)

Color info

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

RGB color model

#8F42BD color RGB value is (143,66,189).

RGB: (143,66,189) (56%, 26%, 74%)

RGB channels and saturation

R 143 of 255 = 56%
G 66 of 255 = 26%
B 189 of 255 = 74%

143
66
189

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

Portions of RGB colors in percentages

R + G + B = 143 + 66 + 189 = 398 (100%)
R 143 of 398 ~ 35.93%
G 66 of 398 ~ 16.58%
B 189 of 398 ~ 47.49'%

%35.93
%16.58
%47.49

CMYK color model

#8F42BD color CMYK value is (24,65,0,26).

  • cyan value is 24.34%
  • magenta value is 65.08%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (24,65,0,26)
C24M65Y0K26 (24%, 65%, 0%, 26%)
(0.24 / 0.65 / 0.00 / 0.26)

CMYK percentages

%24.34
%65.08
%0
%25.88

Codes

Color #8F42BD in popluar color models

8F 42 BD
RGB 143 66 189
HSL 278° 48.24% 50.00%
HSB/HSV 278° 65.08% 74.12%
CMYK 24.34% 65.08% 0.00%
25.88%

Color #8F42BD in popluar number systems.

HEX 8F 42 BD
Decimal 143 66 189
Binary 10001111 1000010 10111101
Octal 217 102 275

Shades and tints

Shades of #8F42BD

#8F42BD
(143,66,189)
#823CAC
(130,60,172)
#75369B
(117,54,155)
#68308A
(104,48,138)
#5B2A79
(91,42,121)
#4E2468
(78,36,104)
#411E57
(65,30,87)
#341846
(52,24,70)
#271235
(39,18,53)
#1A0C24
(26,12,36)
#0D0613
(13,6,19)
#000000
(0,0,0)

Tints of #8F42BD

#8F42BD
(143,66,189)
#9953C3
(153,83,195)
#A364C9
(163,100,201)
#AD75CF
(173,117,207)
#B786D5
(183,134,213)
#C197DB
(193,151,219)
#CBA8E1
(203,168,225)
#D5B9E7
(213,185,231)
#DFCAED
(223,202,237)
#E9DBF3
(233,219,243)
#F3ECF9
(243,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F42BD color. Also use rgb(143,66,189) instead hex code.

Text Font Color

.myTextColor { color: #8F42BD; }

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

This text font color is #8F42BD.

Background Color

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

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

This div background color is #8F42BD.

Border color

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

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

This div border color is #8F42BD.

Opacity

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

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

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

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

This text has shadow with #8F42BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F42BD.

Preview

Color preview on black background

This text has color #8F42BD on black background.


Color preview on white background

This text has color #8F42BD on white background.


Black color preview on #8F42BD background

This text has black color on #8F42BD background.


White color preview on #8F42BD background

This text has white color on #8F42BD background.


Related colors

Complementary color

Complementary color for #hex is #70BD42.


I love getcolorcode.com

Triadic colors

1 #BD8F42 and #42BD8F with #8F42BD are triadic colors.

2 #BD428F and #428FBD with #8F42BD are triadic colors.