COLOR #8F69A6

HEX: #8F69A6
RGB: (143,105,166)

Color info

#8F69A6 contains mainly red and blue colors. Web safe color of #8F69A6 is #996699 (or #969).

RGB color model

#8F69A6 color RGB value is (143,105,166).

  • red value is 143;
  • green value is 105;
  • blue value is 166.
RGB:
(143,105,166)
(56%,41%,65%)

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 166 of 255 = 65%

143
105
166

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

Portions of RGB colors in percentages

R + G + B =
143 + 105 + 166 = 414 (100%)
R 143 of 414 ~ 34.54%
G 105 of 414 ~ 25.36%
B 166 of 414 ~ 40.1%

%34.54
%25.36
%40.1

CMYK color model

#8F69A6 color CMYK value is (14,37,0,35).

  • cyan value is 13.86%
  • magenta value is 36.75%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(14,37,0,35)
C14M37Y0K35 
(14%,37%,0%,35%)
(0.14/0.37/0.00/0.35)	

CMYK percentages

%13.86
%36.75
%0
%34.9

Codes

Color #8F69A6 in popluar color models

8F69A6
RGB143105166
HSL277°25.52%53.14%
HSB/HSV277°36.75%65.10%
CMYK13.86%36.75%0.00%
34.90%

Color #8F69A6 in popluar number systems.

HEX8F69A6
Decimal143105166
Binary10001111110100110100110
Octal217151246

Shades and tints

Shades of #8F69A6

#8F69A6
(143,105,166)
#826097
(130,96,151)
#755788
(117,87,136)
#684E79
(104,78,121)
#5B456A
(91,69,106)
#4E3C5B
(78,60,91)
#41334C
(65,51,76)
#342A3D
(52,42,61)
#27212E
(39,33,46)
#1A181F
(26,24,31)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #8F69A6

#8F69A6
(143,105,166)
#9976AE
(153,118,174)
#A383B6
(163,131,182)
#AD90BE
(173,144,190)
#B79DC6
(183,157,198)
#C1AACE
(193,170,206)
#CBB7D6
(203,183,214)
#D5C4DE
(213,196,222)
#DFD1E6
(223,209,230)
#E9DEEE
(233,222,238)
#F3EBF6
(243,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F69A6 color. Also use rgb(143,105,166) instead hex code.

Text Font Color

.myTextColor { color: #8F69A6; }

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

This text font color is #8F69A6.


Background Color

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

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

This div background color is #8F69A6.


Border color

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

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

This div border color is #8F69A6.


Opacity

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

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

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

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

This text has shadow with #8F69A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F69A6 on black background.


Color preview on white background

This text has color #8F69A6 on white background.



Black color preview on #8F69A6 background

This text has black color on #8F69A6 background.


White color preview on #8F69A6 background

This text has white color on #8F69A6 background.