COLOR #8F4DCB

HEX: #8F4DCB RGB: (143,77,203)

Color info

#8F4DCB contains mainly blue color. Web safe color of #8F4DCB is #9933CC (or #93C).

RGB color model

#8F4DCB color RGB value is (143,77,203).

RGB: (143,77,203) (56%, 30%, 80%)

RGB channels and saturation

R 143 of 255 = 56%
G 77 of 255 = 30%
B 203 of 255 = 80%

143
77
203

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

Portions of RGB colors in percentages

R + G + B = 143 + 77 + 203 = 423 (100%)
R 143 of 423 ~ 33.81%
G 77 of 423 ~ 18.2%
B 203 of 423 ~ 47.99'%

%33.81
%18.2
%47.99

CMYK color model

#8F4DCB color CMYK value is (30,62,0,20).

  • cyan value is 29.56%
  • magenta value is 62.07%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (30,62,0,20)
C30M62Y0K20 (30%, 62%, 0%, 20%)
(0.30 / 0.62 / 0.00 / 0.20)

CMYK percentages

%29.56
%62.07
%0
%20.39

Codes

Color #8F4DCB in popluar color models

8F 4D CB
RGB 143 77 203
HSL 271° 54.78% 54.90%
HSB/HSV 271° 62.07% 79.61%
CMYK 29.56% 62.07% 0.00%
20.39%

Color #8F4DCB in popluar number systems.

HEX 8F 4D CB
Decimal 143 77 203
Binary 10001111 1001101 11001011
Octal 217 115 313

Shades and tints

Shades of #8F4DCB

#8F4DCB
(143,77,203)
#8246B9
(130,70,185)
#753FA7
(117,63,167)
#683895
(104,56,149)
#5B3183
(91,49,131)
#4E2A71
(78,42,113)
#41235F
(65,35,95)
#341C4D
(52,28,77)
#27153B
(39,21,59)
#1A0E29
(26,14,41)
#0D0717
(13,7,23)
#000000
(0,0,0)

Tints of #8F4DCB

#8F4DCB
(143,77,203)
#995DCF
(153,93,207)
#A36DD3
(163,109,211)
#AD7DD7
(173,125,215)
#B78DDB
(183,141,219)
#C19DDF
(193,157,223)
#CBADE3
(203,173,227)
#D5BDE7
(213,189,231)
#DFCDEB
(223,205,235)
#E9DDEF
(233,221,239)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F4DCB color. Also use rgb(143,77,203) instead hex code.

Text Font Color

.myTextColor { color: #8F4DCB; }

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

This text font color is #8F4DCB.

Background Color

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

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

This div background color is #8F4DCB.

Border color

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

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

This div border color is #8F4DCB.

Opacity

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

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

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

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

This text has shadow with #8F4DCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F4DCB.

Preview

Color preview on black background

This text has color #8F4DCB on black background.


Color preview on white background

This text has color #8F4DCB on white background.


Black color preview on #8F4DCB background

This text has black color on #8F4DCB background.


White color preview on #8F4DCB background

This text has white color on #8F4DCB background.


Related colors

Complementary color

Complementary color for #hex is #70B234.


I love getcolorcode.com

Triadic colors

1 #CB8F4D and #4DCB8F with #8F4DCB are triadic colors.

2 #CB4D8F and #4D8FCB with #8F4DCB are triadic colors.