COLOR #8F498D

HEX: #8F498D
RGB: (143,73,141)

Renk bilgisi

#8F498D contains mainly red and blue colors. #8F498D ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#8F498D color RGB value is (143,73,141).

  • kırmız ton 143;
  • yeşil ton 73;
  • mavi ton 141.
RGB:
(143,73,141)
(56%,29%,55%)

RGB bağlantıları ve doygunluk

R 143 of 255 = 56%
G 73 of 255 = 29%
B 141 of 255 = 55%

143
73
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
143 + 73 + 141 = 357 (100%)
R 143 of 357 ~ 40.06%
G 73 of 357 ~ 20.45%
B 141 of 357 ~ 39.5%

%40.06
%20.45
%39.5

CMYK RENK MODELİ

#8F498D rengi CMYK tonu (0,49,1,44).

  • camgöbeği tonu 0.00%
  • eflatun tonu 48.95%
  • sarı tonu 1.40%
  • ana renk tonu 43.92%
CMYK:
(0,49,1,44)
C0M49Y1K44 
(0%,49%,1%,44%)
(0.00/0.49/0.01/0.44)	

CMYK yüzdeleri

%0
%48.95
%1.4
%43.92

Codes

Color #8F498D in popluar color models

8F498D
RGB14373141
HSL302°32.41%42.35%
HSB/HSV302°48.95%56.08%
CMYK0.00%48.95%1.40%
43.92%

Color #8F498D in popluar number systems.

HEX8F498D
Decimal14373141
Binary10001111100100110001101
Octal217111215

Shades and tints

Shades of #8F498D

#8F498D
(143,73,141)
#824381
(130,67,129)
#753D75
(117,61,117)
#683769
(104,55,105)
#5B315D
(91,49,93)
#4E2B51
(78,43,81)
#412545
(65,37,69)
#341F39
(52,31,57)
#27192D
(39,25,45)
#1A1321
(26,19,33)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #8F498D

#8F498D
(143,73,141)
#995997
(153,89,151)
#A369A1
(163,105,161)
#AD79AB
(173,121,171)
#B789B5
(183,137,181)
#C199BF
(193,153,191)
#CBA9C9
(203,169,201)
#D5B9D3
(213,185,211)
#DFC9DD
(223,201,221)
#E9D9E7
(233,217,231)
#F3E9F1
(243,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F498D color. Also use rgb(143,73,141) instead hex code.

Text Font Color

.myTextColor { color: #8F498D; }

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

This text font color is #8F498D.


Background Color

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

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

This div background color is #8F498D.


Border color

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

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

This div border color is #8F498D.


Opacity

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

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

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

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

This text has shadow with #8F498D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F498D on black background.


Color preview on white background

This text has color #8F498D on white background.



Black color preview on #8F498D background

This text has black color on #8F498D background.


White color preview on #8F498D background

This text has white color on #8F498D background.