COLOR #8F76DA

HEX: #8F76DA
RGB: (143,118,218)

Color info

#8F76DA contains mainly blue color. Web safe color of #8F76DA is #9966CC (or #96C).

RGB color model

#8F76DA color RGB value is (143,118,218).

  • red value is 143;
  • green value is 118;
  • blue value is 218.
RGB:
(143,118,218)
(56%,46%,85%)

RGB channels and saturation

R 143 of 255 = 56%
G 118 of 255 = 46%
B 218 of 255 = 85%

143
118
218

R + G + B ~ 62%. #8F76DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 118 + 218 = 479 (100%)
R 143 of 479 ~ 29.85%
G 118 of 479 ~ 24.63%
B 218 of 479 ~ 45.51%

%29.85
%24.63
%45.51

CMYK color model

#8F76DA color CMYK value is (34,46,0,15).

  • cyan value is 34.40%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(34,46,0,15)
C34M46Y0K15 
(34%,46%,0%,15%)
(0.34/0.46/0.00/0.15)	

CMYK percentages

%34.4
%45.87
%0
%14.51

Codes

Color #8F76DA in popluar color models

8F76DA
RGB143118218
HSL255°57.47%65.88%
HSB/HSV255°45.87%85.49%
CMYK34.40%45.87%0.00%
14.51%

Color #8F76DA in popluar number systems.

HEX8F76DA
Decimal143118218
Binary10001111111011011011010
Octal217166332

Shades and tints

Shades of #8F76DA

#8F76DA
(143,118,218)
#826CC7
(130,108,199)
#7562B4
(117,98,180)
#6858A1
(104,88,161)
#5B4E8E
(91,78,142)
#4E447B
(78,68,123)
#413A68
(65,58,104)
#343055
(52,48,85)
#272642
(39,38,66)
#1A1C2F
(26,28,47)
#0D121C
(13,18,28)
#000000
(0,0,0)

Tints of #8F76DA

#8F76DA
(143,118,218)
#9982DD
(153,130,221)
#A38EE0
(163,142,224)
#AD9AE3
(173,154,227)
#B7A6E6
(183,166,230)
#C1B2E9
(193,178,233)
#CBBEEC
(203,190,236)
#D5CAEF
(213,202,239)
#DFD6F2
(223,214,242)
#E9E2F5
(233,226,245)
#F3EEF8
(243,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F76DA color. Also use rgb(143,118,218) instead hex code.

Text Font Color

.myTextColor { color: #8F76DA; }

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

This text font color is #8F76DA.


Background Color

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

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

This div background color is #8F76DA.


Border color

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

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

This div border color is #8F76DA.


Opacity

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

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

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

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

This text has shadow with #8F76DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F76DA on black background.


Color preview on white background

This text has color #8F76DA on white background.



Black color preview on #8F76DA background

This text has black color on #8F76DA background.


White color preview on #8F76DA background

This text has white color on #8F76DA background.