COLOR #9B5589

HEX: #9B5589
RGB: (155,85,137)

Renk bilgisi

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

RGB renk modeli

#9B5589 color RGB value is (155,85,137).

  • kırmız ton 155;
  • yeşil ton 85;
  • mavi ton 137.
RGB:
(155,85,137)
(61%,33%,54%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 85 of 255 = 33%
B 137 of 255 = 54%

155
85
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 85 + 137 = 377 (100%)
R 155 of 377 ~ 41.11%
G 85 of 377 ~ 22.55%
B 137 of 377 ~ 36.34%

%41.11
%22.55
%36.34

CMYK RENK MODELİ

#9B5589 rengi CMYK tonu (0,45,12,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.16%
  • sarı tonu 11.61%
  • ana renk tonu 39.22%
CMYK:
(0,45,12,39)
C0M45Y12K39 
(0%,45%,12%,39%)
(0.00/0.45/0.12/0.39)	

CMYK yüzdeleri

%0
%45.16
%11.61
%39.22

Codes

Color #9B5589 in popluar color models

9B5589
RGB15585137
HSL315°29.17%47.06%
HSB/HSV315°45.16%60.78%
CMYK0.00%45.16%11.61%
39.22%

Color #9B5589 in popluar number systems.

HEX9B5589
Decimal15585137
Binary10011011101010110001001
Octal233125211

Shades and tints

Shades of #9B5589

#9B5589
(155,85,137)
#8D4E7D
(141,78,125)
#7F4771
(127,71,113)
#714065
(113,64,101)
#633959
(99,57,89)
#55324D
(85,50,77)
#472B41
(71,43,65)
#392435
(57,36,53)
#2B1D29
(43,29,41)
#1D161D
(29,22,29)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #9B5589

#9B5589
(155,85,137)
#A46493
(164,100,147)
#AD739D
(173,115,157)
#B682A7
(182,130,167)
#BF91B1
(191,145,177)
#C8A0BB
(200,160,187)
#D1AFC5
(209,175,197)
#DABECF
(218,190,207)
#E3CDD9
(227,205,217)
#ECDCE3
(236,220,227)
#F5EBED
(245,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B5589 color. Also use rgb(155,85,137) instead hex code.

Text Font Color

.myTextColor { color: #9B5589; }

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

This text font color is #9B5589.


Background Color

.myBgColor { background-color: #9B5589; }

<div style="background-color:#9B5589">Inner text</div>

This div background color is #9B5589.


Border color

.myBorderColor { border: 1px solid #9B5589; }

<div style="border:3px solid #9B5589">Div</div>

This div border color is #9B5589.


Opacity

.myOpacity80 { color: #9B5589; opacity: 0.8; }

<p style="color:#9B5589;opacity:0.8;">80%</p>

Text with #9B5589 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 #9B5589;}

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

This text has shadow with #9B5589 color.

.textShadow {text-shadow: 3px 3px 1px #9B5589, 3px 3px 1px red;}

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

This text has shadow with #9B5589 primary color and red secondary color.


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

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

This text has shadow with #9B5589 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B5589 on black background.


Color preview on white background

This text has color #9B5589 on white background.



Black color preview on #9B5589 background

This text has black color on #9B5589 background.


White color preview on #9B5589 background

This text has white color on #9B5589 background.