COLOR #836390

HEX: #836390
RGB: (131,99,144)

Renk bilgisi

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

RGB renk modeli

#836390 color RGB value is (131,99,144).

  • kırmız ton 131;
  • yeşil ton 99;
  • mavi ton 144.
RGB:
(131,99,144)
(51%,39%,56%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 99 of 255 = 39%
B 144 of 255 = 56%

131
99
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 99 + 144 = 374 (100%)
R 131 of 374 ~ 35.03%
G 99 of 374 ~ 26.47%
B 144 of 374 ~ 38.5%

%35.03
%26.47
%38.5

CMYK RENK MODELİ

#836390 rengi CMYK tonu (9,31,0,44).

  • camgöbeği tonu 9.03%
  • eflatun tonu 31.25%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(9,31,0,44)
C9M31Y0K44 
(9%,31%,0%,44%)
(0.09/0.31/0.00/0.44)	

CMYK yüzdeleri

%9.03
%31.25
%0
%43.53

Codes

Color #836390 in popluar color models

836390
RGB13199144
HSL283°18.52%47.65%
HSB/HSV283°31.25%56.47%
CMYK9.03%31.25%0.00%
43.53%

Color #836390 in popluar number systems.

HEX836390
Decimal13199144
Binary10000011110001110010000
Octal203143220

Shades and tints

Shades of #836390

#836390
(131,99,144)
#785A83
(120,90,131)
#6D5176
(109,81,118)
#624869
(98,72,105)
#573F5C
(87,63,92)
#4C364F
(76,54,79)
#412D42
(65,45,66)
#362435
(54,36,53)
#2B1B28
(43,27,40)
#20121B
(32,18,27)
#15090E
(21,9,14)
#000000
(0,0,0)

Tints of #836390

#836390
(131,99,144)
#8E719A
(142,113,154)
#997FA4
(153,127,164)
#A48DAE
(164,141,174)
#AF9BB8
(175,155,184)
#BAA9C2
(186,169,194)
#C5B7CC
(197,183,204)
#D0C5D6
(208,197,214)
#DBD3E0
(219,211,224)
#E6E1EA
(230,225,234)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #836390 color. Also use rgb(131,99,144) instead hex code.

Text Font Color

.myTextColor { color: #836390; }

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

This text font color is #836390.


Background Color

.myBgColor { background-color: #836390; }

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

This div background color is #836390.


Border color

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

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

This div border color is #836390.


Opacity

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

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

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

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

This text has shadow with #836390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #836390 on black background.


Color preview on white background

This text has color #836390 on white background.



Black color preview on #836390 background

This text has black color on #836390 background.


White color preview on #836390 background

This text has white color on #836390 background.