COLOR #9B6EA5

HEX: #9B6EA5
RGB: (155,110,165)

Renk bilgisi

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

RGB renk modeli

#9B6EA5 color RGB value is (155,110,165).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 110 of 255 = 43%
B 165 of 255 = 65%

155
110
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 110 + 165 = 430 (100%)
R 155 of 430 ~ 36.05%
G 110 of 430 ~ 25.58%
B 165 of 430 ~ 38.37%

%36.05
%25.58
%38.37

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%6.06
%33.33
%0
%35.29

Codes

Color #9B6EA5 in popluar color models

9B6EA5
RGB155110165
HSL289°23.40%53.92%
HSB/HSV289°33.33%64.71%
CMYK6.06%33.33%0.00%
35.29%

Color #9B6EA5 in popluar number systems.

HEX9B6EA5
Decimal155110165
Binary10011011110111010100101
Octal233156245

Shades and tints

Shades of #9B6EA5

#9B6EA5
(155,110,165)
#8D6496
(141,100,150)
#7F5A87
(127,90,135)
#715078
(113,80,120)
#634669
(99,70,105)
#553C5A
(85,60,90)
#47324B
(71,50,75)
#39283C
(57,40,60)
#2B1E2D
(43,30,45)
#1D141E
(29,20,30)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #9B6EA5

#9B6EA5
(155,110,165)
#A47BAD
(164,123,173)
#AD88B5
(173,136,181)
#B695BD
(182,149,189)
#BFA2C5
(191,162,197)
#C8AFCD
(200,175,205)
#D1BCD5
(209,188,213)
#DAC9DD
(218,201,221)
#E3D6E5
(227,214,229)
#ECE3ED
(236,227,237)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6EA5; }

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

This text font color is #9B6EA5.


Background Color

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

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

This div background color is #9B6EA5.


Border color

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

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

This div border color is #9B6EA5.


Opacity

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

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

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

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

This text has shadow with #9B6EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6EA5 on black background.


Color preview on white background

This text has color #9B6EA5 on white background.



Black color preview on #9B6EA5 background

This text has black color on #9B6EA5 background.


White color preview on #9B6EA5 background

This text has white color on #9B6EA5 background.