COLOR #8F75DA

HEX: #8F75DA
RGB: (143,117,218)

Color info

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

RGB color model

#8F75DA color RGB value is (143,117,218).

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

RGB channels and saturation

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

143
117
218

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

Portions of RGB colors in percentages

R + G + B =
143 + 117 + 218 = 478 (100%)
R 143 of 478 ~ 29.92%
G 117 of 478 ~ 24.48%
B 218 of 478 ~ 45.61%

%29.92
%24.48
%45.61

CMYK color model

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

  • cyan value is 34.40%
  • magenta value is 46.33%
  • 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
%46.33
%0
%14.51

Codes

Color #8F75DA in popluar color models

8F75DA
RGB143117218
HSL255°57.71%65.69%
HSB/HSV255°46.33%85.49%
CMYK34.40%46.33%0.00%
14.51%

Color #8F75DA in popluar number systems.

HEX8F75DA
Decimal143117218
Binary10001111111010111011010
Octal217165332

Shades and tints

Shades of #8F75DA

#8F75DA
(143,117,218)
#826BC7
(130,107,199)
#7561B4
(117,97,180)
#6857A1
(104,87,161)
#5B4D8E
(91,77,142)
#4E437B
(78,67,123)
#413968
(65,57,104)
#342F55
(52,47,85)
#272542
(39,37,66)
#1A1B2F
(26,27,47)
#0D111C
(13,17,28)
#000000
(0,0,0)

Tints of #8F75DA

#8F75DA
(143,117,218)
#9981DD
(153,129,221)
#A38DE0
(163,141,224)
#AD99E3
(173,153,227)
#B7A5E6
(183,165,230)
#C1B1E9
(193,177,233)
#CBBDEC
(203,189,236)
#D5C9EF
(213,201,239)
#DFD5F2
(223,213,242)
#E9E1F5
(233,225,245)
#F3EDF8
(243,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F75DA; }

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

This text font color is #8F75DA.


Background Color

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

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

This div background color is #8F75DA.


Border color

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

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

This div border color is #8F75DA.


Opacity

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

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

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

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

This text has shadow with #8F75DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F75DA on black background.


Color preview on white background

This text has color #8F75DA on white background.



Black color preview on #8F75DA background

This text has black color on #8F75DA background.


White color preview on #8F75DA background

This text has white color on #8F75DA background.