COLOR #9B6EB5

HEX: #9B6EB5
RGB: (155,110,181)

Renk bilgisi

#9B6EB5 contains mainly red and blue colors. #9B6EB5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#9B6EB5 color RGB value is (155,110,181).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 110 of 255 = 43%
B 181 of 255 = 71%

155
110
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 110 + 181 = 446 (100%)
R 155 of 446 ~ 34.75%
G 110 of 446 ~ 24.66%
B 181 of 446 ~ 40.58%

%34.75
%24.66
%40.58

CMYK RENK MODELİ

#9B6EB5 rengi CMYK tonu (14,39,0,29).

  • camgöbeği tonu 14.36%
  • eflatun tonu 39.23%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(14,39,0,29)
C14M39Y0K29 
(14%,39%,0%,29%)
(0.14/0.39/0.00/0.29)	

CMYK yüzdeleri

%14.36
%39.23
%0
%29.02

Codes

Color #9B6EB5 in popluar color models

9B6EB5
RGB155110181
HSL278°32.42%57.06%
HSB/HSV278°39.23%70.98%
CMYK14.36%39.23%0.00%
29.02%

Color #9B6EB5 in popluar number systems.

HEX9B6EB5
Decimal155110181
Binary10011011110111010110101
Octal233156265

Shades and tints

Shades of #9B6EB5

#9B6EB5
(155,110,181)
#8D64A5
(141,100,165)
#7F5A95
(127,90,149)
#715085
(113,80,133)
#634675
(99,70,117)
#553C65
(85,60,101)
#473255
(71,50,85)
#392845
(57,40,69)
#2B1E35
(43,30,53)
#1D1425
(29,20,37)
#0F0A15
(15,10,21)
#000000
(0,0,0)

Tints of #9B6EB5

#9B6EB5
(155,110,181)
#A47BBB
(164,123,187)
#AD88C1
(173,136,193)
#B695C7
(182,149,199)
#BFA2CD
(191,162,205)
#C8AFD3
(200,175,211)
#D1BCD9
(209,188,217)
#DAC9DF
(218,201,223)
#E3D6E5
(227,214,229)
#ECE3EB
(236,227,235)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6EB5; }

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

This text font color is #9B6EB5.


Background Color

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

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

This div background color is #9B6EB5.


Border color

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

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

This div border color is #9B6EB5.


Opacity

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

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

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

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

This text has shadow with #9B6EB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6EB5 on black background.


Color preview on white background

This text has color #9B6EB5 on white background.



Black color preview on #9B6EB5 background

This text has black color on #9B6EB5 background.


White color preview on #9B6EB5 background

This text has white color on #9B6EB5 background.