COLOR #836099

HEX: #836099
RGB: (131,96,153)

Renk bilgisi

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

RGB renk modeli

#836099 color RGB value is (131,96,153).

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

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 96 of 255 = 38%
B 153 of 255 = 60%

131
96
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 96 + 153 = 380 (100%)
R 131 of 380 ~ 34.47%
G 96 of 380 ~ 25.26%
B 153 of 380 ~ 40.26%

%34.47
%25.26
%40.26

CMYK RENK MODELİ

#836099 rengi CMYK tonu (14,37,0,40).

  • camgöbeği tonu 14.38%
  • eflatun tonu 37.25%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(14,37,0,40)
C14M37Y0K40 
(14%,37%,0%,40%)
(0.14/0.37/0.00/0.40)	

CMYK yüzdeleri

%14.38
%37.25
%0
%40

Codes

Color #836099 in popluar color models

836099
RGB13196153
HSL277°22.89%48.82%
HSB/HSV277°37.25%60.00%
CMYK14.38%37.25%0.00%
40.00%

Color #836099 in popluar number systems.

HEX836099
Decimal13196153
Binary10000011110000010011001
Octal203140231

Shades and tints

Shades of #836099

#836099
(131,96,153)
#78588C
(120,88,140)
#6D507F
(109,80,127)
#624872
(98,72,114)
#574065
(87,64,101)
#4C3858
(76,56,88)
#41304B
(65,48,75)
#36283E
(54,40,62)
#2B2031
(43,32,49)
#201824
(32,24,36)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #836099

#836099
(131,96,153)
#8E6EA2
(142,110,162)
#997CAB
(153,124,171)
#A48AB4
(164,138,180)
#AF98BD
(175,152,189)
#BAA6C6
(186,166,198)
#C5B4CF
(197,180,207)
#D0C2D8
(208,194,216)
#DBD0E1
(219,208,225)
#E6DEEA
(230,222,234)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #836099; }

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

This text font color is #836099.


Background Color

.myBgColor { background-color: #836099; }

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

This div background color is #836099.


Border color

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

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

This div border color is #836099.


Opacity

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

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

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

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

This text has shadow with #836099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836099 on black background.


Color preview on white background

This text has color #836099 on white background.



Black color preview on #836099 background

This text has black color on #836099 background.


White color preview on #836099 background

This text has white color on #836099 background.