COLOR #8C479C

HEX: #8C479C
RGB: (140,71,156)

Renk bilgisi

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

RGB renk modeli

#8C479C color RGB value is (140,71,156).

  • kırmız ton 140;
  • yeşil ton 71;
  • mavi ton 156.
RGB:
(140,71,156)
(55%,28%,61%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 71 of 255 = 28%
B 156 of 255 = 61%

140
71
156

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 71 + 156 = 367 (100%)
R 140 of 367 ~ 38.15%
G 71 of 367 ~ 19.35%
B 156 of 367 ~ 42.51%

%38.15
%19.35
%42.51

CMYK RENK MODELİ

#8C479C rengi CMYK tonu (10,54,0,39).

  • camgöbeği tonu 10.26%
  • eflatun tonu 54.49%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(10,54,0,39)
C10M54Y0K39 
(10%,54%,0%,39%)
(0.10/0.54/0.00/0.39)	

CMYK yüzdeleri

%10.26
%54.49
%0
%38.82

Codes

Color #8C479C in popluar color models

8C479C
RGB14071156
HSL289°37.44%44.51%
HSB/HSV289°54.49%61.18%
CMYK10.26%54.49%0.00%
38.82%

Color #8C479C in popluar number systems.

HEX8C479C
Decimal14071156
Binary10001100100011110011100
Octal214107234

Shades and tints

Shades of #8C479C

#8C479C
(140,71,156)
#80418E
(128,65,142)
#743B80
(116,59,128)
#683572
(104,53,114)
#5C2F64
(92,47,100)
#502956
(80,41,86)
#442348
(68,35,72)
#381D3A
(56,29,58)
#2C172C
(44,23,44)
#20111E
(32,17,30)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #8C479C

#8C479C
(140,71,156)
#9657A5
(150,87,165)
#A067AE
(160,103,174)
#AA77B7
(170,119,183)
#B487C0
(180,135,192)
#BE97C9
(190,151,201)
#C8A7D2
(200,167,210)
#D2B7DB
(210,183,219)
#DCC7E4
(220,199,228)
#E6D7ED
(230,215,237)
#F0E7F6
(240,231,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C479C color. Also use rgb(140,71,156) instead hex code.

Text Font Color

.myTextColor { color: #8C479C; }

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

This text font color is #8C479C.


Background Color

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

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

This div background color is #8C479C.


Border color

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

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

This div border color is #8C479C.


Opacity

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

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

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

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

This text has shadow with #8C479C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C479C on black background.


Color preview on white background

This text has color #8C479C on white background.



Black color preview on #8C479C background

This text has black color on #8C479C background.


White color preview on #8C479C background

This text has white color on #8C479C background.