COLOR #836DB1

HEX: #836DB1
RGB: (131,109,177)

Renk bilgisi

#836DB1 contains mainly red and blue colors. #836DB1 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#836DB1 color RGB value is (131,109,177).

  • kırmız ton 131;
  • yeşil ton 109;
  • mavi ton 177.
RGB:
(131,109,177)
(51%,43%,69%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 109 of 255 = 43%
B 177 of 255 = 69%

131
109
177

R + G + B ~ 54%. #836DB1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 109 + 177 = 417 (100%)
R 131 of 417 ~ 31.41%
G 109 of 417 ~ 26.14%
B 177 of 417 ~ 42.45%

%31.41
%26.14
%42.45

CMYK RENK MODELİ

#836DB1 rengi CMYK tonu (26,38,0,31).

  • camgöbeği tonu 25.99%
  • eflatun tonu 38.42%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(26,38,0,31)
C26M38Y0K31 
(26%,38%,0%,31%)
(0.26/0.38/0.00/0.31)	

CMYK yüzdeleri

%25.99
%38.42
%0
%30.59

Codes

Color #836DB1 in popluar color models

836DB1
RGB131109177
HSL259°30.36%56.08%
HSB/HSV259°38.42%69.41%
CMYK25.99%38.42%0.00%
30.59%

Color #836DB1 in popluar number systems.

HEX836DB1
Decimal131109177
Binary10000011110110110110001
Octal203155261

Shades and tints

Shades of #836DB1

#836DB1
(131,109,177)
#7864A1
(120,100,161)
#6D5B91
(109,91,145)
#625281
(98,82,129)
#574971
(87,73,113)
#4C4061
(76,64,97)
#413751
(65,55,81)
#362E41
(54,46,65)
#2B2531
(43,37,49)
#201C21
(32,28,33)
#151311
(21,19,17)
#000000
(0,0,0)

Tints of #836DB1

#836DB1
(131,109,177)
#8E7AB8
(142,122,184)
#9987BF
(153,135,191)
#A494C6
(164,148,198)
#AFA1CD
(175,161,205)
#BAAED4
(186,174,212)
#C5BBDB
(197,187,219)
#D0C8E2
(208,200,226)
#DBD5E9
(219,213,233)
#E6E2F0
(230,226,240)
#F1EFF7
(241,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836DB1 color. Also use rgb(131,109,177) instead hex code.

Text Font Color

.myTextColor { color: #836DB1; }

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

This text font color is #836DB1.


Background Color

.myBgColor { background-color: #836DB1; }

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

This div background color is #836DB1.


Border color

.myBorderColor { border: 1px solid #836DB1; }

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

This div border color is #836DB1.


Opacity

.myOpacity80 { color: #836DB1; opacity: 0.8; }

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

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

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

This text has shadow with #836DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836DB1 on black background.


Color preview on white background

This text has color #836DB1 on white background.



Black color preview on #836DB1 background

This text has black color on #836DB1 background.


White color preview on #836DB1 background

This text has white color on #836DB1 background.