COLOR #8F6DA5

HEX: #8F6DA5
RGB: (143,109,165)

Renk bilgisi

#8F6DA5 contains red, green and blue colors in about the same proportion. #8F6DA5 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#8F6DA5 color RGB value is (143,109,165).

  • kırmız ton 143;
  • yeşil ton 109;
  • mavi ton 165.
RGB:
(143,109,165)
(56%,43%,65%)

RGB bağlantıları ve doygunluk

R 143 of 255 = 56%
G 109 of 255 = 43%
B 165 of 255 = 65%

143
109
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
143 + 109 + 165 = 417 (100%)
R 143 of 417 ~ 34.29%
G 109 of 417 ~ 26.14%
B 165 of 417 ~ 39.57%

%34.29
%26.14
%39.57

CMYK RENK MODELİ

#8F6DA5 rengi CMYK tonu (13,34,0,35).

  • camgöbeği tonu 13.33%
  • eflatun tonu 33.94%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(13,34,0,35)
C13M34Y0K35 
(13%,34%,0%,35%)
(0.13/0.34/0.00/0.35)	

CMYK yüzdeleri

%13.33
%33.94
%0
%35.29

Codes

Color #8F6DA5 in popluar color models

8F6DA5
RGB143109165
HSL276°23.73%53.73%
HSB/HSV276°33.94%64.71%
CMYK13.33%33.94%0.00%
35.29%

Color #8F6DA5 in popluar number systems.

HEX8F6DA5
Decimal143109165
Binary10001111110110110100101
Octal217155245

Shades and tints

Shades of #8F6DA5

#8F6DA5
(143,109,165)
#826496
(130,100,150)
#755B87
(117,91,135)
#685278
(104,82,120)
#5B4969
(91,73,105)
#4E405A
(78,64,90)
#41374B
(65,55,75)
#342E3C
(52,46,60)
#27252D
(39,37,45)
#1A1C1E
(26,28,30)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #8F6DA5

#8F6DA5
(143,109,165)
#997AAD
(153,122,173)
#A387B5
(163,135,181)
#AD94BD
(173,148,189)
#B7A1C5
(183,161,197)
#C1AECD
(193,174,205)
#CBBBD5
(203,187,213)
#D5C8DD
(213,200,221)
#DFD5E5
(223,213,229)
#E9E2ED
(233,226,237)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F6DA5 color. Also use rgb(143,109,165) instead hex code.

Text Font Color

.myTextColor { color: #8F6DA5; }

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

This text font color is #8F6DA5.


Background Color

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

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

This div background color is #8F6DA5.


Border color

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

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

This div border color is #8F6DA5.


Opacity

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

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

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

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

This text has shadow with #8F6DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F6DA5 on black background.


Color preview on white background

This text has color #8F6DA5 on white background.



Black color preview on #8F6DA5 background

This text has black color on #8F6DA5 background.


White color preview on #8F6DA5 background

This text has white color on #8F6DA5 background.