COLOR #855E83

HEX: #855E83
RGB: (133,94,131)

Renk bilgisi

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

RGB renk modeli

#855E83 color RGB value is (133,94,131).

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

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 94 of 255 = 37%
B 131 of 255 = 51%

133
94
131

R + G + B ~ 47%. #855E83 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 94 + 131 = 358 (100%)
R 133 of 358 ~ 37.15%
G 94 of 358 ~ 26.26%
B 131 of 358 ~ 36.59%

%37.15
%26.26
%36.59

CMYK RENK MODELİ

#855E83 rengi CMYK tonu (0,29,2,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 29.32%
  • sarı tonu 1.50%
  • ana renk tonu 47.84%
CMYK:
(0,29,2,48)
C0M29Y2K48 
(0%,29%,2%,48%)
(0.00/0.29/0.02/0.48)	

CMYK yüzdeleri

%0
%29.32
%1.5
%47.84

Codes

Color #855E83 in popluar color models

855E83
RGB13394131
HSL303°17.18%44.51%
HSB/HSV303°29.32%52.16%
CMYK0.00%29.32%1.50%
47.84%

Color #855E83 in popluar number systems.

HEX855E83
Decimal13394131
Binary10000101101111010000011
Octal205136203

Shades and tints

Shades of #855E83

#855E83
(133,94,131)
#795678
(121,86,120)
#6D4E6D
(109,78,109)
#614662
(97,70,98)
#553E57
(85,62,87)
#49364C
(73,54,76)
#3D2E41
(61,46,65)
#312636
(49,38,54)
#251E2B
(37,30,43)
#191620
(25,22,32)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #855E83

#855E83
(133,94,131)
#906C8E
(144,108,142)
#9B7A99
(155,122,153)
#A688A4
(166,136,164)
#B196AF
(177,150,175)
#BCA4BA
(188,164,186)
#C7B2C5
(199,178,197)
#D2C0D0
(210,192,208)
#DDCEDB
(221,206,219)
#E8DCE6
(232,220,230)
#F3EAF1
(243,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #855E83 color. Also use rgb(133,94,131) instead hex code.

Text Font Color

.myTextColor { color: #855E83; }

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

This text font color is #855E83.


Background Color

.myBgColor { background-color: #855E83; }

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

This div background color is #855E83.


Border color

.myBorderColor { border: 1px solid #855E83; }

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

This div border color is #855E83.


Opacity

.myOpacity80 { color: #855E83; opacity: 0.8; }

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

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

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

This text has shadow with #855E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855E83 on black background.


Color preview on white background

This text has color #855E83 on white background.



Black color preview on #855E83 background

This text has black color on #855E83 background.


White color preview on #855E83 background

This text has white color on #855E83 background.