COLOR #8F6693

HEX: #8F6693 RGB: (143,102,147)

Color info

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

RGB color model

#8F6693 color RGB value is (143,102,147).

RGB: (143,102,147) (56%, 40%, 58%)

RGB channels and saturation

R 143 of 255 = 56%
G 102 of 255 = 40%
B 147 of 255 = 58%

143
102
147

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

Portions of RGB colors in percentages

R + G + B = 143 + 102 + 147 = 392 (100%)
R 143 of 392 ~ 36.48%
G 102 of 392 ~ 26.02%
B 147 of 392 ~ 37.5'%

%36.48
%26.02
%37.5

CMYK color model

#8F6693 color CMYK value is (3,31,0,42).

  • cyan value is 2.72%
  • magenta value is 30.61%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (3,31,0,42)
C3M31Y0K42 (3%, 31%, 0%, 42%)
(0.03 / 0.31 / 0.00 / 0.42)

CMYK percentages

%2.72
%30.61
%0
%42.35

Codes

Color #8F6693 in popluar color models

8F 66 93
RGB 143 102 147
HSL 295° 18.07% 48.82%
HSB/HSV 295° 30.61% 57.65%
CMYK 2.72% 30.61% 0.00%
42.35%

Color #8F6693 in popluar number systems.

HEX 8F 66 93
Decimal 143 102 147
Binary 10001111 1100110 10010011
Octal 217 146 223

Shades and tints

Shades of #8F6693

#8F6693
(143,102,147)
#825D86
(130,93,134)
#755479
(117,84,121)
#684B6C
(104,75,108)
#5B425F
(91,66,95)
#4E3952
(78,57,82)
#413045
(65,48,69)
#342738
(52,39,56)
#271E2B
(39,30,43)
#1A151E
(26,21,30)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #8F6693

#8F6693
(143,102,147)
#99739C
(153,115,156)
#A380A5
(163,128,165)
#AD8DAE
(173,141,174)
#B79AB7
(183,154,183)
#C1A7C0
(193,167,192)
#CBB4C9
(203,180,201)
#D5C1D2
(213,193,210)
#DFCEDB
(223,206,219)
#E9DBE4
(233,219,228)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F6693; }

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

This text font color is #8F6693.

Background Color

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

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

This div background color is #8F6693.

Border color

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

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

This div border color is #8F6693.

Opacity

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

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

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

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

This text has shadow with #8F6693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F6693.

Preview

Color preview on black background

This text has color #8F6693 on black background.


Color preview on white background

This text has color #8F6693 on white background.


Black color preview on #8F6693 background

This text has black color on #8F6693 background.


White color preview on #8F6693 background

This text has white color on #8F6693 background.


Related colors

Complementary color

Complementary color for #hex is #70996C.


I love getcolorcode.com

Triadic colors

1 #938F66 and #66938F with #8F6693 are triadic colors.

2 #93668F and #668F93 with #8F6693 are triadic colors.