COLOR #855F99

HEX: #855F99
RGB: (133,95,153)

Renk bilgisi

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

RGB renk modeli

#855F99 color RGB value is (133,95,153).

  • kırmız ton 133;
  • yeşil ton 95;
  • mavi ton 153.
RGB:
(133,95,153)
(52%,37%,60%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 95 of 255 = 37%
B 153 of 255 = 60%

133
95
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 95 + 153 = 381 (100%)
R 133 of 381 ~ 34.91%
G 95 of 381 ~ 24.93%
B 153 of 381 ~ 40.16%

%34.91
%24.93
%40.16

CMYK RENK MODELİ

#855F99 rengi CMYK tonu (13,38,0,40).

  • camgöbeği tonu 13.07%
  • eflatun tonu 37.91%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(13,38,0,40)
C13M38Y0K40 
(13%,38%,0%,40%)
(0.13/0.38/0.00/0.40)	

CMYK yüzdeleri

%13.07
%37.91
%0
%40

Codes

Color #855F99 in popluar color models

855F99
RGB13395153
HSL279°23.39%48.63%
HSB/HSV279°37.91%60.00%
CMYK13.07%37.91%0.00%
40.00%

Color #855F99 in popluar number systems.

HEX855F99
Decimal13395153
Binary10000101101111110011001
Octal205137231

Shades and tints

Shades of #855F99

#855F99
(133,95,153)
#79578C
(121,87,140)
#6D4F7F
(109,79,127)
#614772
(97,71,114)
#553F65
(85,63,101)
#493758
(73,55,88)
#3D2F4B
(61,47,75)
#31273E
(49,39,62)
#251F31
(37,31,49)
#191724
(25,23,36)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #855F99

#855F99
(133,95,153)
#906DA2
(144,109,162)
#9B7BAB
(155,123,171)
#A689B4
(166,137,180)
#B197BD
(177,151,189)
#BCA5C6
(188,165,198)
#C7B3CF
(199,179,207)
#D2C1D8
(210,193,216)
#DDCFE1
(221,207,225)
#E8DDEA
(232,221,234)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #855F99; }

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

This text font color is #855F99.


Background Color

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

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

This div background color is #855F99.


Border color

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

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

This div border color is #855F99.


Opacity

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

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

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

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

This text has shadow with #855F99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #855F99 on black background.


Color preview on white background

This text has color #855F99 on white background.



Black color preview on #855F99 background

This text has black color on #855F99 background.


White color preview on #855F99 background

This text has white color on #855F99 background.