COLOR #8F68A5

HEX: #8F68A5 RGB: (143,104,165)

Color info

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

RGB color model

#8F68A5 color RGB value is (143,104,165).

RGB: (143,104,165) (56%, 41%, 65%)

RGB channels and saturation

R 143 of 255 = 56%
G 104 of 255 = 41%
B 165 of 255 = 65%

143
104
165

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

Portions of RGB colors in percentages

R + G + B = 143 + 104 + 165 = 412 (100%)
R 143 of 412 ~ 34.71%
G 104 of 412 ~ 25.24%
B 165 of 412 ~ 40.05'%

%34.71
%25.24
%40.05

CMYK color model

#8F68A5 color CMYK value is (13,37,0,35).

  • cyan value is 13.33%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (13,37,0,35)
C13M37Y0K35 (13%, 37%, 0%, 35%)
(0.13 / 0.37 / 0.00 / 0.35)

CMYK percentages

%13.33
%36.97
%0
%35.29

Codes

Color #8F68A5 in popluar color models

8F 68 A5
RGB 143 104 165
HSL 278° 25.31% 52.75%
HSB/HSV 278° 36.97% 64.71%
CMYK 13.33% 36.97% 0.00%
35.29%

Color #8F68A5 in popluar number systems.

HEX 8F 68 A5
Decimal 143 104 165
Binary 10001111 1101000 10100101
Octal 217 150 245

Shades and tints

Shades of #8F68A5

#8F68A5
(143,104,165)
#825F96
(130,95,150)
#755687
(117,86,135)
#684D78
(104,77,120)
#5B4469
(91,68,105)
#4E3B5A
(78,59,90)
#41324B
(65,50,75)
#34293C
(52,41,60)
#27202D
(39,32,45)
#1A171E
(26,23,30)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #8F68A5

#8F68A5
(143,104,165)
#9975AD
(153,117,173)
#A382B5
(163,130,181)
#AD8FBD
(173,143,189)
#B79CC5
(183,156,197)
#C1A9CD
(193,169,205)
#CBB6D5
(203,182,213)
#D5C3DD
(213,195,221)
#DFD0E5
(223,208,229)
#E9DDED
(233,221,237)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F68A5 color. Also use rgb(143,104,165) instead hex code.

Text Font Color

.myTextColor { color: #8F68A5; }

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

This text font color is #8F68A5.

Background Color

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

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

This div background color is #8F68A5.

Border color

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

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

This div border color is #8F68A5.

Opacity

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

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

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

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

This text has shadow with #8F68A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F68A5.

Preview

Color preview on black background

This text has color #8F68A5 on black background.


Color preview on white background

This text has color #8F68A5 on white background.


Black color preview on #8F68A5 background

This text has black color on #8F68A5 background.


White color preview on #8F68A5 background

This text has white color on #8F68A5 background.


Related colors

Complementary color

Complementary color for #hex is #70975A.


I love getcolorcode.com

Triadic colors

1 #A58F68 and #68A58F with #8F68A5 are triadic colors.

2 #A5688F and #688FA5 with #8F68A5 are triadic colors.