COLOR #9B6F8D

HEX: #9B6F8D
RGB: (155,111,141)

Renk bilgisi

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

RGB renk modeli

#9B6F8D color RGB value is (155,111,141).

  • kırmız ton 155;
  • yeşil ton 111;
  • mavi ton 141.
RGB:
(155,111,141)
(61%,44%,55%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 111 of 255 = 44%
B 141 of 255 = 55%

155
111
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 111 + 141 = 407 (100%)
R 155 of 407 ~ 38.08%
G 111 of 407 ~ 27.27%
B 141 of 407 ~ 34.64%

%38.08
%27.27
%34.64

CMYK RENK MODELİ

#9B6F8D rengi CMYK tonu (0,28,9,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.39%
  • sarı tonu 9.03%
  • ana renk tonu 39.22%
CMYK:
(0,28,9,39)
C0M28Y9K39 
(0%,28%,9%,39%)
(0.00/0.28/0.09/0.39)	

CMYK yüzdeleri

%0
%28.39
%9.03
%39.22

Codes

Color #9B6F8D in popluar color models

9B6F8D
RGB155111141
HSL319°18.03%52.16%
HSB/HSV319°28.39%60.78%
CMYK0.00%28.39%9.03%
39.22%

Color #9B6F8D in popluar number systems.

HEX9B6F8D
Decimal155111141
Binary10011011110111110001101
Octal233157215

Shades and tints

Shades of #9B6F8D

#9B6F8D
(155,111,141)
#8D6581
(141,101,129)
#7F5B75
(127,91,117)
#715169
(113,81,105)
#63475D
(99,71,93)
#553D51
(85,61,81)
#473345
(71,51,69)
#392939
(57,41,57)
#2B1F2D
(43,31,45)
#1D1521
(29,21,33)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #9B6F8D

#9B6F8D
(155,111,141)
#A47C97
(164,124,151)
#AD89A1
(173,137,161)
#B696AB
(182,150,171)
#BFA3B5
(191,163,181)
#C8B0BF
(200,176,191)
#D1BDC9
(209,189,201)
#DACAD3
(218,202,211)
#E3D7DD
(227,215,221)
#ECE4E7
(236,228,231)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6F8D color. Also use rgb(155,111,141) instead hex code.

Text Font Color

.myTextColor { color: #9B6F8D; }

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

This text font color is #9B6F8D.


Background Color

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

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

This div background color is #9B6F8D.


Border color

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

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

This div border color is #9B6F8D.


Opacity

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

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

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

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

This text has shadow with #9B6F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6F8D on black background.


Color preview on white background

This text has color #9B6F8D on white background.



Black color preview on #9B6F8D background

This text has black color on #9B6F8D background.


White color preview on #9B6F8D background

This text has white color on #9B6F8D background.