COLOR #9B6BDB

HEX: #9B6BDB
RGB: (155,107,219)

Renk bilgisi

#9B6BDB contains mainly blue color. #9B6BDB ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#9B6BDB color RGB value is (155,107,219).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 107 of 255 = 42%
B 219 of 255 = 86%

155
107
219

R + G + B ~ 63%. #9B6BDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 107 + 219 = 481 (100%)
R 155 of 481 ~ 32.22%
G 107 of 481 ~ 22.25%
B 219 of 481 ~ 45.53%

%32.22
%22.25
%45.53

CMYK RENK MODELİ

#9B6BDB rengi CMYK tonu (29,51,0,14).

  • camgöbeği tonu 29.22%
  • eflatun tonu 51.14%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(29,51,0,14)
C29M51Y0K14 
(29%,51%,0%,14%)
(0.29/0.51/0.00/0.14)	

CMYK yüzdeleri

%29.22
%51.14
%0
%14.12

Codes

Color #9B6BDB in popluar color models

9B6BDB
RGB155107219
HSL266°60.87%63.92%
HSB/HSV266°51.14%85.88%
CMYK29.22%51.14%0.00%
14.12%

Color #9B6BDB in popluar number systems.

HEX9B6BDB
Decimal155107219
Binary10011011110101111011011
Octal233153333

Shades and tints

Shades of #9B6BDB

#9B6BDB
(155,107,219)
#8D62C8
(141,98,200)
#7F59B5
(127,89,181)
#7150A2
(113,80,162)
#63478F
(99,71,143)
#553E7C
(85,62,124)
#473569
(71,53,105)
#392C56
(57,44,86)
#2B2343
(43,35,67)
#1D1A30
(29,26,48)
#0F111D
(15,17,29)
#000000
(0,0,0)

Tints of #9B6BDB

#9B6BDB
(155,107,219)
#A478DE
(164,120,222)
#AD85E1
(173,133,225)
#B692E4
(182,146,228)
#BF9FE7
(191,159,231)
#C8ACEA
(200,172,234)
#D1B9ED
(209,185,237)
#DAC6F0
(218,198,240)
#E3D3F3
(227,211,243)
#ECE0F6
(236,224,246)
#F5EDF9
(245,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6BDB; }

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

This text font color is #9B6BDB.


Background Color

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

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

This div background color is #9B6BDB.


Border color

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

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

This div border color is #9B6BDB.


Opacity

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

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

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

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

This text has shadow with #9B6BDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6BDB on black background.


Color preview on white background

This text has color #9B6BDB on white background.



Black color preview on #9B6BDB background

This text has black color on #9B6BDB background.


White color preview on #9B6BDB background

This text has white color on #9B6BDB background.