COLOR #8F6698

HEX: #8F6698
RGB: (143,102,152)

Color info

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

RGB color model

#8F6698 color RGB value is (143,102,152).

  • red value is 143;
  • green value is 102;
  • blue value is 152.
RGB:
(143,102,152)
(56%,40%,60%)

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 152 of 255 = 60%

143
102
152

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

Portions of RGB colors in percentages

R + G + B =
143 + 102 + 152 = 397 (100%)
R 143 of 397 ~ 36.02%
G 102 of 397 ~ 25.69%
B 152 of 397 ~ 38.29%

%36.02
%25.69
%38.29

CMYK color model

#8F6698 color CMYK value is (6,33,0,40).

  • cyan value is 5.92%
  • magenta value is 32.89%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(6,33,0,40)
C6M33Y0K40 
(6%,33%,0%,40%)
(0.06/0.33/0.00/0.40)	

CMYK percentages

%5.92
%32.89
%0
%40.39

Codes

Color #8F6698 in popluar color models

8F6698
RGB143102152
HSL289°19.69%49.80%
HSB/HSV289°32.89%59.61%
CMYK5.92%32.89%0.00%
40.39%

Color #8F6698 in popluar number systems.

HEX8F6698
Decimal143102152
Binary10001111110011010011000
Octal217146230

Shades and tints

Shades of #8F6698

#8F6698
(143,102,152)
#825D8B
(130,93,139)
#75547E
(117,84,126)
#684B71
(104,75,113)
#5B4264
(91,66,100)
#4E3957
(78,57,87)
#41304A
(65,48,74)
#34273D
(52,39,61)
#271E30
(39,30,48)
#1A1523
(26,21,35)
#0D0C16
(13,12,22)
#000000
(0,0,0)

Tints of #8F6698

#8F6698
(143,102,152)
#9973A1
(153,115,161)
#A380AA
(163,128,170)
#AD8DB3
(173,141,179)
#B79ABC
(183,154,188)
#C1A7C5
(193,167,197)
#CBB4CE
(203,180,206)
#D5C1D7
(213,193,215)
#DFCEE0
(223,206,224)
#E9DBE9
(233,219,233)
#F3E8F2
(243,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6698 color. Also use rgb(143,102,152) instead hex code.

Text Font Color

.myTextColor { color: #8F6698; }

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

This text font color is #8F6698.


Background Color

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

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

This div background color is #8F6698.


Border color

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

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

This div border color is #8F6698.


Opacity

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

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

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

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

This text has shadow with #8F6698 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6698 on black background.


Color preview on white background

This text has color #8F6698 on white background.



Black color preview on #8F6698 background

This text has black color on #8F6698 background.


White color preview on #8F6698 background

This text has white color on #8F6698 background.