COLOR #8F64AA

HEX: #8F64AA
RGB: (143,100,170)

Color info

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

RGB color model

#8F64AA color RGB value is (143,100,170).

  • red value is 143;
  • green value is 100;
  • blue value is 170.
RGB:
(143,100,170)
(56%,39%,67%)

RGB channels and saturation

R 143 of 255 = 56%
G 100 of 255 = 39%
B 170 of 255 = 67%

143
100
170

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

Portions of RGB colors in percentages

R + G + B =
143 + 100 + 170 = 413 (100%)
R 143 of 413 ~ 34.62%
G 100 of 413 ~ 24.21%
B 170 of 413 ~ 41.16%

%34.62
%24.21
%41.16

CMYK color model

#8F64AA color CMYK value is (16,41,0,33).

  • cyan value is 15.88%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,41,0,33)
C16M41Y0K33 
(16%,41%,0%,33%)
(0.16/0.41/0.00/0.33)	

CMYK percentages

%15.88
%41.18
%0
%33.33

Codes

Color #8F64AA in popluar color models

8F64AA
RGB143100170
HSL277°29.17%52.94%
HSB/HSV277°41.18%66.67%
CMYK15.88%41.18%0.00%
33.33%

Color #8F64AA in popluar number systems.

HEX8F64AA
Decimal143100170
Binary10001111110010010101010
Octal217144252

Shades and tints

Shades of #8F64AA

#8F64AA
(143,100,170)
#825B9B
(130,91,155)
#75528C
(117,82,140)
#68497D
(104,73,125)
#5B406E
(91,64,110)
#4E375F
(78,55,95)
#412E50
(65,46,80)
#342541
(52,37,65)
#271C32
(39,28,50)
#1A1323
(26,19,35)
#0D0A14
(13,10,20)
#000000
(0,0,0)

Tints of #8F64AA

#8F64AA
(143,100,170)
#9972B1
(153,114,177)
#A380B8
(163,128,184)
#AD8EBF
(173,142,191)
#B79CC6
(183,156,198)
#C1AACD
(193,170,205)
#CBB8D4
(203,184,212)
#D5C6DB
(213,198,219)
#DFD4E2
(223,212,226)
#E9E2E9
(233,226,233)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F64AA color. Also use rgb(143,100,170) instead hex code.

Text Font Color

.myTextColor { color: #8F64AA; }

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

This text font color is #8F64AA.


Background Color

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

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

This div background color is #8F64AA.


Border color

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

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

This div border color is #8F64AA.


Opacity

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

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

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

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

This text has shadow with #8F64AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F64AA on black background.


Color preview on white background

This text has color #8F64AA on white background.



Black color preview on #8F64AA background

This text has black color on #8F64AA background.


White color preview on #8F64AA background

This text has white color on #8F64AA background.