COLOR #8F69AD

HEX: #8F69AD
RGB: (143,105,173)

Color info

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

RGB color model

#8F69AD color RGB value is (143,105,173).

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

RGB channels and saturation

R 143 of 255 = 56%
G 105 of 255 = 41%
B 173 of 255 = 68%

143
105
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 105 + 173 = 421 (100%)
R 143 of 421 ~ 33.97%
G 105 of 421 ~ 24.94%
B 173 of 421 ~ 41.09%

%33.97
%24.94
%41.09

CMYK color model

#8F69AD color CMYK value is (17,39,0,32).

  • cyan value is 17.34%
  • magenta value is 39.31%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,39,0,32)
C17M39Y0K32 
(17%,39%,0%,32%)
(0.17/0.39/0.00/0.32)	

CMYK percentages

%17.34
%39.31
%0
%32.16

Codes

Color #8F69AD in popluar color models

8F69AD
RGB143105173
HSL274°29.31%54.51%
HSB/HSV274°39.31%67.84%
CMYK17.34%39.31%0.00%
32.16%

Color #8F69AD in popluar number systems.

HEX8F69AD
Decimal143105173
Binary10001111110100110101101
Octal217151255

Shades and tints

Shades of #8F69AD

#8F69AD
(143,105,173)
#82609E
(130,96,158)
#75578F
(117,87,143)
#684E80
(104,78,128)
#5B4571
(91,69,113)
#4E3C62
(78,60,98)
#413353
(65,51,83)
#342A44
(52,42,68)
#272135
(39,33,53)
#1A1826
(26,24,38)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #8F69AD

#8F69AD
(143,105,173)
#9976B4
(153,118,180)
#A383BB
(163,131,187)
#AD90C2
(173,144,194)
#B79DC9
(183,157,201)
#C1AAD0
(193,170,208)
#CBB7D7
(203,183,215)
#D5C4DE
(213,196,222)
#DFD1E5
(223,209,229)
#E9DEEC
(233,222,236)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F69AD; }

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

This text font color is #8F69AD.


Background Color

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

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

This div background color is #8F69AD.


Border color

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

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

This div border color is #8F69AD.


Opacity

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

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

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

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

This text has shadow with #8F69AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F69AD on black background.


Color preview on white background

This text has color #8F69AD on white background.



Black color preview on #8F69AD background

This text has black color on #8F69AD background.


White color preview on #8F69AD background

This text has white color on #8F69AD background.