COLOR #8F64BF

HEX: #8F64BF
RGB: (143,100,191)

Color info

#8F64BF contains mainly red and blue colors. Web safe color of #8F64BF is #9966CC (or #96C).

RGB color model

#8F64BF color RGB value is (143,100,191).

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

RGB channels and saturation

R 143 of 255 = 56%
G 100 of 255 = 39%
B 191 of 255 = 75%

143
100
191

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

Portions of RGB colors in percentages

R + G + B =
143 + 100 + 191 = 434 (100%)
R 143 of 434 ~ 32.95%
G 100 of 434 ~ 23.04%
B 191 of 434 ~ 44.01%

%32.95
%23.04
%44.01

CMYK color model

#8F64BF color CMYK value is (25,48,0,25).

  • cyan value is 25.13%
  • magenta value is 47.64%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(25,48,0,25)
C25M48Y0K25 
(25%,48%,0%,25%)
(0.25/0.48/0.00/0.25)	

CMYK percentages

%25.13
%47.64
%0
%25.1

Codes

Color #8F64BF in popluar color models

8F64BF
RGB143100191
HSL268°41.55%57.06%
HSB/HSV268°47.64%74.90%
CMYK25.13%47.64%0.00%
25.10%

Color #8F64BF in popluar number systems.

HEX8F64BF
Decimal143100191
Binary10001111110010010111111
Octal217144277

Shades and tints

Shades of #8F64BF

#8F64BF
(143,100,191)
#825BAE
(130,91,174)
#75529D
(117,82,157)
#68498C
(104,73,140)
#5B407B
(91,64,123)
#4E376A
(78,55,106)
#412E59
(65,46,89)
#342548
(52,37,72)
#271C37
(39,28,55)
#1A1326
(26,19,38)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #8F64BF

#8F64BF
(143,100,191)
#9972C4
(153,114,196)
#A380C9
(163,128,201)
#AD8ECE
(173,142,206)
#B79CD3
(183,156,211)
#C1AAD8
(193,170,216)
#CBB8DD
(203,184,221)
#D5C6E2
(213,198,226)
#DFD4E7
(223,212,231)
#E9E2EC
(233,226,236)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F64BF; }

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

This text font color is #8F64BF.


Background Color

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

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

This div background color is #8F64BF.


Border color

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

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

This div border color is #8F64BF.


Opacity

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

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

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

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

This text has shadow with #8F64BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F64BF on black background.


Color preview on white background

This text has color #8F64BF on white background.



Black color preview on #8F64BF background

This text has black color on #8F64BF background.


White color preview on #8F64BF background

This text has white color on #8F64BF background.