COLOR #855DB1

HEX: #855DB1
RGB: (133,93,177)

Renk bilgisi

#855DB1 contains mainly red and blue colors. #855DB1 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#855DB1 color RGB value is (133,93,177).

  • kırmız ton 133;
  • yeşil ton 93;
  • mavi ton 177.
RGB:
(133,93,177)
(52%,36%,69%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 93 of 255 = 36%
B 177 of 255 = 69%

133
93
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 93 + 177 = 403 (100%)
R 133 of 403 ~ 33%
G 93 of 403 ~ 23.08%
B 177 of 403 ~ 43.92%

%33
%23.08
%43.92

CMYK RENK MODELİ

#855DB1 rengi CMYK tonu (25,47,0,31).

  • camgöbeği tonu 24.86%
  • eflatun tonu 47.46%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(25,47,0,31)
C25M47Y0K31 
(25%,47%,0%,31%)
(0.25/0.47/0.00/0.31)	

CMYK yüzdeleri

%24.86
%47.46
%0
%30.59

Codes

Color #855DB1 in popluar color models

855DB1
RGB13393177
HSL269°35.00%52.94%
HSB/HSV269°47.46%69.41%
CMYK24.86%47.46%0.00%
30.59%

Color #855DB1 in popluar number systems.

HEX855DB1
Decimal13393177
Binary10000101101110110110001
Octal205135261

Shades and tints

Shades of #855DB1

#855DB1
(133,93,177)
#7955A1
(121,85,161)
#6D4D91
(109,77,145)
#614581
(97,69,129)
#553D71
(85,61,113)
#493561
(73,53,97)
#3D2D51
(61,45,81)
#312541
(49,37,65)
#251D31
(37,29,49)
#191521
(25,21,33)
#0D0D11
(13,13,17)
#000000
(0,0,0)

Tints of #855DB1

#855DB1
(133,93,177)
#906BB8
(144,107,184)
#9B79BF
(155,121,191)
#A687C6
(166,135,198)
#B195CD
(177,149,205)
#BCA3D4
(188,163,212)
#C7B1DB
(199,177,219)
#D2BFE2
(210,191,226)
#DDCDE9
(221,205,233)
#E8DBF0
(232,219,240)
#F3E9F7
(243,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855DB1; }

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

This text font color is #855DB1.


Background Color

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

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

This div background color is #855DB1.


Border color

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

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

This div border color is #855DB1.


Opacity

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

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

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

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

This text has shadow with #855DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855DB1 on black background.


Color preview on white background

This text has color #855DB1 on white background.



Black color preview on #855DB1 background

This text has black color on #855DB1 background.


White color preview on #855DB1 background

This text has white color on #855DB1 background.