COLOR #9B6AB1

HEX: #9B6AB1
RGB: (155,106,177)

Renk bilgisi

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

RGB renk modeli

#9B6AB1 color RGB value is (155,106,177).

  • kırmız ton 155;
  • yeşil ton 106;
  • mavi ton 177.
RGB:
(155,106,177)
(61%,42%,69%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 106 of 255 = 42%
B 177 of 255 = 69%

155
106
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 106 + 177 = 438 (100%)
R 155 of 438 ~ 35.39%
G 106 of 438 ~ 24.2%
B 177 of 438 ~ 40.41%

%35.39
%24.2
%40.41

CMYK RENK MODELİ

#9B6AB1 rengi CMYK tonu (12,40,0,31).

  • camgöbeği tonu 12.43%
  • eflatun tonu 40.11%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(12,40,0,31)
C12M40Y0K31 
(12%,40%,0%,31%)
(0.12/0.40/0.00/0.31)	

CMYK yüzdeleri

%12.43
%40.11
%0
%30.59

Codes

Color #9B6AB1 in popluar color models

9B6AB1
RGB155106177
HSL281°31.28%55.49%
HSB/HSV281°40.11%69.41%
CMYK12.43%40.11%0.00%
30.59%

Color #9B6AB1 in popluar number systems.

HEX9B6AB1
Decimal155106177
Binary10011011110101010110001
Octal233152261

Shades and tints

Shades of #9B6AB1

#9B6AB1
(155,106,177)
#8D61A1
(141,97,161)
#7F5891
(127,88,145)
#714F81
(113,79,129)
#634671
(99,70,113)
#553D61
(85,61,97)
#473451
(71,52,81)
#392B41
(57,43,65)
#2B2231
(43,34,49)
#1D1921
(29,25,33)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #9B6AB1

#9B6AB1
(155,106,177)
#A477B8
(164,119,184)
#AD84BF
(173,132,191)
#B691C6
(182,145,198)
#BF9ECD
(191,158,205)
#C8ABD4
(200,171,212)
#D1B8DB
(209,184,219)
#DAC5E2
(218,197,226)
#E3D2E9
(227,210,233)
#ECDFF0
(236,223,240)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6AB1 color. Also use rgb(155,106,177) instead hex code.

Text Font Color

.myTextColor { color: #9B6AB1; }

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

This text font color is #9B6AB1.


Background Color

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

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

This div background color is #9B6AB1.


Border color

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

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

This div border color is #9B6AB1.


Opacity

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

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

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

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

This text has shadow with #9B6AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6AB1 on black background.


Color preview on white background

This text has color #9B6AB1 on white background.



Black color preview on #9B6AB1 background

This text has black color on #9B6AB1 background.


White color preview on #9B6AB1 background

This text has white color on #9B6AB1 background.