COLOR #9B6BA5

HEX: #9B6BA5
RGB: (155,107,165)

Renk bilgisi

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

RGB renk modeli

#9B6BA5 color RGB value is (155,107,165).

  • kırmız ton 155;
  • yeşil ton 107;
  • mavi ton 165.
RGB:
(155,107,165)
(61%,42%,65%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 107 of 255 = 42%
B 165 of 255 = 65%

155
107
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 107 + 165 = 427 (100%)
R 155 of 427 ~ 36.3%
G 107 of 427 ~ 25.06%
B 165 of 427 ~ 38.64%

%36.3
%25.06
%38.64

CMYK RENK MODELİ

#9B6BA5 rengi CMYK tonu (6,35,0,35).

  • camgöbeği tonu 6.06%
  • eflatun tonu 35.15%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(6,35,0,35)
C6M35Y0K35 
(6%,35%,0%,35%)
(0.06/0.35/0.00/0.35)	

CMYK yüzdeleri

%6.06
%35.15
%0
%35.29

Codes

Color #9B6BA5 in popluar color models

9B6BA5
RGB155107165
HSL290°24.37%53.33%
HSB/HSV290°35.15%64.71%
CMYK6.06%35.15%0.00%
35.29%

Color #9B6BA5 in popluar number systems.

HEX9B6BA5
Decimal155107165
Binary10011011110101110100101
Octal233153245

Shades and tints

Shades of #9B6BA5

#9B6BA5
(155,107,165)
#8D6296
(141,98,150)
#7F5987
(127,89,135)
#715078
(113,80,120)
#634769
(99,71,105)
#553E5A
(85,62,90)
#47354B
(71,53,75)
#392C3C
(57,44,60)
#2B232D
(43,35,45)
#1D1A1E
(29,26,30)
#0F110F
(15,17,15)
#000000
(0,0,0)

Tints of #9B6BA5

#9B6BA5
(155,107,165)
#A478AD
(164,120,173)
#AD85B5
(173,133,181)
#B692BD
(182,146,189)
#BF9FC5
(191,159,197)
#C8ACCD
(200,172,205)
#D1B9D5
(209,185,213)
#DAC6DD
(218,198,221)
#E3D3E5
(227,211,229)
#ECE0ED
(236,224,237)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6BA5 color. Also use rgb(155,107,165) instead hex code.

Text Font Color

.myTextColor { color: #9B6BA5; }

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

This text font color is #9B6BA5.


Background Color

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

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

This div background color is #9B6BA5.


Border color

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

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

This div border color is #9B6BA5.


Opacity

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

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

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

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

This text has shadow with #9B6BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6BA5 on black background.


Color preview on white background

This text has color #9B6BA5 on white background.



Black color preview on #9B6BA5 background

This text has black color on #9B6BA5 background.


White color preview on #9B6BA5 background

This text has white color on #9B6BA5 background.