COLOR #855A85

HEX: #855A85
RGB: (133,90,133)

Renk bilgisi

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

RGB renk modeli

#855A85 color RGB value is (133,90,133).

  • kırmız ton 133;
  • yeşil ton 90;
  • mavi ton 133.
RGB:
(133,90,133)
(52%,35%,52%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 90 of 255 = 35%
B 133 of 255 = 52%

133
90
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 90 + 133 = 356 (100%)
R 133 of 356 ~ 37.36%
G 90 of 356 ~ 25.28%
B 133 of 356 ~ 37.36%

%37.36
%25.28
%37.36

CMYK RENK MODELİ

#855A85 rengi CMYK tonu (0,32,0,48).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.33%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(0,32,0,48)
C0M32Y0K48 
(0%,32%,0%,48%)
(0.00/0.32/0.00/0.48)	

CMYK yüzdeleri

%0
%32.33
%0
%47.84

Codes

Color #855A85 in popluar color models

855A85
RGB13390133
HSL300°19.28%43.73%
HSB/HSV300°32.33%52.16%
CMYK0.00%32.33%0.00%
47.84%

Color #855A85 in popluar number systems.

HEX855A85
Decimal13390133
Binary10000101101101010000101
Octal205132205

Shades and tints

Shades of #855A85

#855A85
(133,90,133)
#795279
(121,82,121)
#6D4A6D
(109,74,109)
#614261
(97,66,97)
#553A55
(85,58,85)
#493249
(73,50,73)
#3D2A3D
(61,42,61)
#312231
(49,34,49)
#251A25
(37,26,37)
#191219
(25,18,25)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #855A85

#855A85
(133,90,133)
#906990
(144,105,144)
#9B789B
(155,120,155)
#A687A6
(166,135,166)
#B196B1
(177,150,177)
#BCA5BC
(188,165,188)
#C7B4C7
(199,180,199)
#D2C3D2
(210,195,210)
#DDD2DD
(221,210,221)
#E8E1E8
(232,225,232)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855A85; }

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

This text font color is #855A85.


Background Color

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

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

This div background color is #855A85.


Border color

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

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

This div border color is #855A85.


Opacity

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

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

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

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

This text has shadow with #855A85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855A85 on black background.


Color preview on white background

This text has color #855A85 on white background.



Black color preview on #855A85 background

This text has black color on #855A85 background.


White color preview on #855A85 background

This text has white color on #855A85 background.