COLOR #8C6199

HEX: #8C6199
RGB: (140,97,153)

Renk bilgisi

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

RGB renk modeli

#8C6199 color RGB value is (140,97,153).

  • kırmız ton 140;
  • yeşil ton 97;
  • mavi ton 153.
RGB:
(140,97,153)
(55%,38%,60%)

RGB bağlantıları ve doygunluk

R 140 of 255 = 55%
G 97 of 255 = 38%
B 153 of 255 = 60%

140
97
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
140 + 97 + 153 = 390 (100%)
R 140 of 390 ~ 35.9%
G 97 of 390 ~ 24.87%
B 153 of 390 ~ 39.23%

%35.9
%24.87
%39.23

CMYK RENK MODELİ

#8C6199 rengi CMYK tonu (8,37,0,40).

  • camgöbeği tonu 8.50%
  • eflatun tonu 36.60%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(8,37,0,40)
C8M37Y0K40 
(8%,37%,0%,40%)
(0.08/0.37/0.00/0.40)	

CMYK yüzdeleri

%8.5
%36.6
%0
%40

Codes

Color #8C6199 in popluar color models

8C6199
RGB14097153
HSL286°22.40%49.02%
HSB/HSV286°36.60%60.00%
CMYK8.50%36.60%0.00%
40.00%

Color #8C6199 in popluar number systems.

HEX8C6199
Decimal14097153
Binary10001100110000110011001
Octal214141231

Shades and tints

Shades of #8C6199

#8C6199
(140,97,153)
#80598C
(128,89,140)
#74517F
(116,81,127)
#684972
(104,73,114)
#5C4165
(92,65,101)
#503958
(80,57,88)
#44314B
(68,49,75)
#38293E
(56,41,62)
#2C2131
(44,33,49)
#201924
(32,25,36)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #8C6199

#8C6199
(140,97,153)
#966FA2
(150,111,162)
#A07DAB
(160,125,171)
#AA8BB4
(170,139,180)
#B499BD
(180,153,189)
#BEA7C6
(190,167,198)
#C8B5CF
(200,181,207)
#D2C3D8
(210,195,216)
#DCD1E1
(220,209,225)
#E6DFEA
(230,223,234)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C6199 color. Also use rgb(140,97,153) instead hex code.

Text Font Color

.myTextColor { color: #8C6199; }

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

This text font color is #8C6199.


Background Color

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

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

This div background color is #8C6199.


Border color

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

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

This div border color is #8C6199.


Opacity

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

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

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

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

This text has shadow with #8C6199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C6199 on black background.


Color preview on white background

This text has color #8C6199 on white background.



Black color preview on #8C6199 background

This text has black color on #8C6199 background.


White color preview on #8C6199 background

This text has white color on #8C6199 background.