COLOR #8F6CCD

HEX: #8F6CCD
RGB: (143,108,205)

Color info

#8F6CCD contains mainly blue color. Web safe color of #8F6CCD is #9966CC (or #96C).

RGB color model

#8F6CCD color RGB value is (143,108,205).

  • red value is 143;
  • green value is 108;
  • blue value is 205.
RGB:
(143,108,205)
(56%,42%,80%)

RGB channels and saturation

R 143 of 255 = 56%
G 108 of 255 = 42%
B 205 of 255 = 80%

143
108
205

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

Portions of RGB colors in percentages

R + G + B =
143 + 108 + 205 = 456 (100%)
R 143 of 456 ~ 31.36%
G 108 of 456 ~ 23.68%
B 205 of 456 ~ 44.96%

%31.36
%23.68
%44.96

CMYK color model

#8F6CCD color CMYK value is (30,47,0,20).

  • cyan value is 30.24%
  • magenta value is 47.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(30,47,0,20)
C30M47Y0K20 
(30%,47%,0%,20%)
(0.30/0.47/0.00/0.20)	

CMYK percentages

%30.24
%47.32
%0
%19.61

Codes

Color #8F6CCD in popluar color models

8F6CCD
RGB143108205
HSL262°49.24%61.37%
HSB/HSV262°47.32%80.39%
CMYK30.24%47.32%0.00%
19.61%

Color #8F6CCD in popluar number systems.

HEX8F6CCD
Decimal143108205
Binary10001111110110011001101
Octal217154315

Shades and tints

Shades of #8F6CCD

#8F6CCD
(143,108,205)
#8263BB
(130,99,187)
#755AA9
(117,90,169)
#685197
(104,81,151)
#5B4885
(91,72,133)
#4E3F73
(78,63,115)
#413661
(65,54,97)
#342D4F
(52,45,79)
#27243D
(39,36,61)
#1A1B2B
(26,27,43)
#0D1219
(13,18,25)
#000000
(0,0,0)

Tints of #8F6CCD

#8F6CCD
(143,108,205)
#9979D1
(153,121,209)
#A386D5
(163,134,213)
#AD93D9
(173,147,217)
#B7A0DD
(183,160,221)
#C1ADE1
(193,173,225)
#CBBAE5
(203,186,229)
#D5C7E9
(213,199,233)
#DFD4ED
(223,212,237)
#E9E1F1
(233,225,241)
#F3EEF5
(243,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6CCD color. Also use rgb(143,108,205) instead hex code.

Text Font Color

.myTextColor { color: #8F6CCD; }

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

This text font color is #8F6CCD.


Background Color

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

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

This div background color is #8F6CCD.


Border color

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

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

This div border color is #8F6CCD.


Opacity

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

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

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

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

This text has shadow with #8F6CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6CCD on black background.


Color preview on white background

This text has color #8F6CCD on white background.



Black color preview on #8F6CCD background

This text has black color on #8F6CCD background.


White color preview on #8F6CCD background

This text has white color on #8F6CCD background.