COLOR #835E96

HEX: #835E96
RGB: (131,94,150)

Renk bilgisi

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

RGB renk modeli

#835E96 color RGB value is (131,94,150).

  • kırmız ton 131;
  • yeşil ton 94;
  • mavi ton 150.
RGB:
(131,94,150)
(51%,37%,59%)

RGB bağlantıları ve doygunluk

R 131 of 255 = 51%
G 94 of 255 = 37%
B 150 of 255 = 59%

131
94
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
131 + 94 + 150 = 375 (100%)
R 131 of 375 ~ 34.93%
G 94 of 375 ~ 25.07%
B 150 of 375 ~ 40%

%34.93
%25.07
%40

CMYK RENK MODELİ

#835E96 rengi CMYK tonu (13,37,0,41).

  • camgöbeği tonu 12.67%
  • eflatun tonu 37.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(13,37,0,41)
C13M37Y0K41 
(13%,37%,0%,41%)
(0.13/0.37/0.00/0.41)	

CMYK yüzdeleri

%12.67
%37.33
%0
%41.18

Codes

Color #835E96 in popluar color models

835E96
RGB13194150
HSL280°22.95%47.84%
HSB/HSV280°37.33%58.82%
CMYK12.67%37.33%0.00%
41.18%

Color #835E96 in popluar number systems.

HEX835E96
Decimal13194150
Binary10000011101111010010110
Octal203136226

Shades and tints

Shades of #835E96

#835E96
(131,94,150)
#785689
(120,86,137)
#6D4E7C
(109,78,124)
#62466F
(98,70,111)
#573E62
(87,62,98)
#4C3655
(76,54,85)
#412E48
(65,46,72)
#36263B
(54,38,59)
#2B1E2E
(43,30,46)
#201621
(32,22,33)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #835E96

#835E96
(131,94,150)
#8E6C9F
(142,108,159)
#997AA8
(153,122,168)
#A488B1
(164,136,177)
#AF96BA
(175,150,186)
#BAA4C3
(186,164,195)
#C5B2CC
(197,178,204)
#D0C0D5
(208,192,213)
#DBCEDE
(219,206,222)
#E6DCE7
(230,220,231)
#F1EAF0
(241,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #835E96 color. Also use rgb(131,94,150) instead hex code.

Text Font Color

.myTextColor { color: #835E96; }

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

This text font color is #835E96.


Background Color

.myBgColor { background-color: #835E96; }

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

This div background color is #835E96.


Border color

.myBorderColor { border: 1px solid #835E96; }

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

This div border color is #835E96.


Opacity

.myOpacity80 { color: #835E96; opacity: 0.8; }

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

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

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

This text has shadow with #835E96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #835E96 on black background.


Color preview on white background

This text has color #835E96 on white background.



Black color preview on #835E96 background

This text has black color on #835E96 background.


White color preview on #835E96 background

This text has white color on #835E96 background.