COLOR #8F75AD

HEX: #8F75AD RGB: (143,117,173)

Color info

#8F75AD contains red, green and blue colors in about the same proportion. Web safe color of #8F75AD is #996699 (or #969).

RGB color model

#8F75AD color RGB value is (143,117,173).

RGB: (143,117,173) (56%, 46%, 68%)

RGB channels and saturation

R 143 of 255 = 56%
G 117 of 255 = 46%
B 173 of 255 = 68%

143
117
173

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

Portions of RGB colors in percentages

R + G + B = 143 + 117 + 173 = 433 (100%)
R 143 of 433 ~ 33.03%
G 117 of 433 ~ 27.02%
B 173 of 433 ~ 39.95'%

%33.03
%27.02
%39.95

CMYK color model

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

  • cyan value is 17.34%
  • magenta value is 32.37%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (17,32,0,32)
C17M32Y0K32 (17%, 32%, 0%, 32%)
(0.17 / 0.32 / 0.00 / 0.32)

CMYK percentages

%17.34
%32.37
%0
%32.16

Codes

Color #8F75AD in popluar color models

8F 75 AD
RGB 143 117 173
HSL 268° 25.45% 56.86%
HSB/HSV 268° 32.37% 67.84%
CMYK 17.34% 32.37% 0.00%
32.16%

Color #8F75AD in popluar number systems.

HEX 8F 75 AD
Decimal 143 117 173
Binary 10001111 1110101 10101101
Octal 217 165 255

Shades and tints

Shades of #8F75AD

#8F75AD
(143,117,173)
#826B9E
(130,107,158)
#75618F
(117,97,143)
#685780
(104,87,128)
#5B4D71
(91,77,113)
#4E4362
(78,67,98)
#413953
(65,57,83)
#342F44
(52,47,68)
#272535
(39,37,53)
#1A1B26
(26,27,38)
#0D1117
(13,17,23)
#000000
(0,0,0)

Tints of #8F75AD

#8F75AD
(143,117,173)
#9981B4
(153,129,180)
#A38DBB
(163,141,187)
#AD99C2
(173,153,194)
#B7A5C9
(183,165,201)
#C1B1D0
(193,177,208)
#CBBDD7
(203,189,215)
#D5C9DE
(213,201,222)
#DFD5E5
(223,213,229)
#E9E1EC
(233,225,236)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F75AD; }

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

This text font color is #8F75AD.

Background Color

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

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

This div background color is #8F75AD.

Border color

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

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

This div border color is #8F75AD.

Opacity

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

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

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

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

This text has shadow with #8F75AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F75AD.

Preview

Color preview on black background

This text has color #8F75AD on black background.


Color preview on white background

This text has color #8F75AD on white background.


Black color preview on #8F75AD background

This text has black color on #8F75AD background.


White color preview on #8F75AD background

This text has white color on #8F75AD background.


Related colors

Complementary color

Complementary color for #hex is #708A52.


I love getcolorcode.com

Triadic colors

1 #AD8F75 and #75AD8F with #8F75AD are triadic colors.

2 #AD758F and #758FAD with #8F75AD are triadic colors.