COLOR #8C7DAD

HEX: #8C7DAD
RGB: (140,125,173)

Renk bilgisi

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

RGB renk modeli

#8C7DAD color RGB value is (140,125,173).

  • kırmız ton 140;
  • yeşil ton 125;
  • mavi ton 173.
RGB:
(140,125,173)
(55%,49%,68%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 125 of 255 = 49%
B 173 of 255 = 68%

140
125
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 125 + 173 = 438 (100%)
R 140 of 438 ~ 31.96%
G 125 of 438 ~ 28.54%
B 173 of 438 ~ 39.5%

%31.96
%28.54
%39.5

CMYK RENK MODELİ

#8C7DAD rengi CMYK tonu (19,28,0,32).

  • camgöbeği tonu 19.08%
  • eflatun tonu 27.75%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(19,28,0,32)
C19M28Y0K32 
(19%,28%,0%,32%)
(0.19/0.28/0.00/0.32)	

CMYK yüzdeleri

%19.08
%27.75
%0
%32.16

Codes

Color #8C7DAD in popluar color models

8C7DAD
RGB140125173
HSL259°22.64%58.43%
HSB/HSV259°27.75%67.84%
CMYK19.08%27.75%0.00%
32.16%

Color #8C7DAD in popluar number systems.

HEX8C7DAD
Decimal140125173
Binary10001100111110110101101
Octal214175255

Shades and tints

Shades of #8C7DAD

#8C7DAD
(140,125,173)
#80729E
(128,114,158)
#74678F
(116,103,143)
#685C80
(104,92,128)
#5C5171
(92,81,113)
#504662
(80,70,98)
#443B53
(68,59,83)
#383044
(56,48,68)
#2C2535
(44,37,53)
#201A26
(32,26,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #8C7DAD

#8C7DAD
(140,125,173)
#9688B4
(150,136,180)
#A093BB
(160,147,187)
#AA9EC2
(170,158,194)
#B4A9C9
(180,169,201)
#BEB4D0
(190,180,208)
#C8BFD7
(200,191,215)
#D2CADE
(210,202,222)
#DCD5E5
(220,213,229)
#E6E0EC
(230,224,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C7DAD color. Also use rgb(140,125,173) instead hex code.

Text Font Color

.myTextColor { color: #8C7DAD; }

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

This text font color is #8C7DAD.


Background Color

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

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

This div background color is #8C7DAD.


Border color

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

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

This div border color is #8C7DAD.


Opacity

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

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

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

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

This text has shadow with #8C7DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C7DAD on black background.


Color preview on white background

This text has color #8C7DAD on white background.



Black color preview on #8C7DAD background

This text has black color on #8C7DAD background.


White color preview on #8C7DAD background

This text has white color on #8C7DAD background.