COLOR #836699

HEX: #836699
RGB: (131,102,153)

Renk bilgisi

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

RGB renk modeli

#836699 color RGB value is (131,102,153).

  • kırmız ton 131;
  • yeşil ton 102;
  • mavi ton 153.
RGB:
(131,102,153)
(51%,40%,60%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 102 of 255 = 40%
B 153 of 255 = 60%

131
102
153

R + G + B ~ 50%. #836699 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 102 + 153 = 386 (100%)
R 131 of 386 ~ 33.94%
G 102 of 386 ~ 26.42%
B 153 of 386 ~ 39.64%

%33.94
%26.42
%39.64

CMYK RENK MODELİ

#836699 rengi CMYK tonu (14,33,0,40).

  • camgöbeği tonu 14.38%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(14,33,0,40)
C14M33Y0K40 
(14%,33%,0%,40%)
(0.14/0.33/0.00/0.40)	

CMYK yüzdeleri

%14.38
%33.33
%0
%40

Codes

Color #836699 in popluar color models

836699
RGB131102153
HSL274°20.00%50.00%
HSB/HSV274°33.33%60.00%
CMYK14.38%33.33%0.00%
40.00%

Color #836699 in popluar number systems.

HEX836699
Decimal131102153
Binary10000011110011010011001
Octal203146231

Shades and tints

Shades of #836699

#836699
(131,102,153)
#785D8C
(120,93,140)
#6D547F
(109,84,127)
#624B72
(98,75,114)
#574265
(87,66,101)
#4C3958
(76,57,88)
#41304B
(65,48,75)
#36273E
(54,39,62)
#2B1E31
(43,30,49)
#201524
(32,21,36)
#150C17
(21,12,23)
#000000
(0,0,0)

Tints of #836699

#836699
(131,102,153)
#8E73A2
(142,115,162)
#9980AB
(153,128,171)
#A48DB4
(164,141,180)
#AF9ABD
(175,154,189)
#BAA7C6
(186,167,198)
#C5B4CF
(197,180,207)
#D0C1D8
(208,193,216)
#DBCEE1
(219,206,225)
#E6DBEA
(230,219,234)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836699 color. Also use rgb(131,102,153) instead hex code.

Text Font Color

.myTextColor { color: #836699; }

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

This text font color is #836699.


Background Color

.myBgColor { background-color: #836699; }

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

This div background color is #836699.


Border color

.myBorderColor { border: 1px solid #836699; }

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

This div border color is #836699.


Opacity

.myOpacity80 { color: #836699; opacity: 0.8; }

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

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

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

This text has shadow with #836699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836699 on black background.


Color preview on white background

This text has color #836699 on white background.



Black color preview on #836699 background

This text has black color on #836699 background.


White color preview on #836699 background

This text has white color on #836699 background.