COLOR #8F6395

HEX: #8F6395
RGB: (143,99,149)

Color info

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

RGB color model

#8F6395 color RGB value is (143,99,149).

  • red value is 143;
  • green value is 99;
  • blue value is 149.
RGB:
(143,99,149)
(56%,39%,58%)

RGB channels and saturation

R 143 of 255 = 56%
G 99 of 255 = 39%
B 149 of 255 = 58%

143
99
149

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

Portions of RGB colors in percentages

R + G + B =
143 + 99 + 149 = 391 (100%)
R 143 of 391 ~ 36.57%
G 99 of 391 ~ 25.32%
B 149 of 391 ~ 38.11%

%36.57
%25.32
%38.11

CMYK color model

#8F6395 color CMYK value is (4,34,0,42).

  • cyan value is 4.03%
  • magenta value is 33.56%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(4,34,0,42)
C4M34Y0K42 
(4%,34%,0%,42%)
(0.04/0.34/0.00/0.42)	

CMYK percentages

%4.03
%33.56
%0
%41.57

Codes

Color #8F6395 in popluar color models

8F6395
RGB14399149
HSL293°20.16%48.63%
HSB/HSV293°33.56%58.43%
CMYK4.03%33.56%0.00%
41.57%

Color #8F6395 in popluar number systems.

HEX8F6395
Decimal14399149
Binary10001111110001110010101
Octal217143225

Shades and tints

Shades of #8F6395

#8F6395
(143,99,149)
#825A88
(130,90,136)
#75517B
(117,81,123)
#68486E
(104,72,110)
#5B3F61
(91,63,97)
#4E3654
(78,54,84)
#412D47
(65,45,71)
#34243A
(52,36,58)
#271B2D
(39,27,45)
#1A1220
(26,18,32)
#0D0913
(13,9,19)
#000000
(0,0,0)

Tints of #8F6395

#8F6395
(143,99,149)
#99719E
(153,113,158)
#A37FA7
(163,127,167)
#AD8DB0
(173,141,176)
#B79BB9
(183,155,185)
#C1A9C2
(193,169,194)
#CBB7CB
(203,183,203)
#D5C5D4
(213,197,212)
#DFD3DD
(223,211,221)
#E9E1E6
(233,225,230)
#F3EFEF
(243,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6395 color. Also use rgb(143,99,149) instead hex code.

Text Font Color

.myTextColor { color: #8F6395; }

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

This text font color is #8F6395.


Background Color

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

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

This div background color is #8F6395.


Border color

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

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

This div border color is #8F6395.


Opacity

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

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

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

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

This text has shadow with #8F6395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6395 on black background.


Color preview on white background

This text has color #8F6395 on white background.



Black color preview on #8F6395 background

This text has black color on #8F6395 background.


White color preview on #8F6395 background

This text has white color on #8F6395 background.