COLOR #9B6DAD

HEX: #9B6DAD
RGB: (155,109,173)

Renk bilgisi

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

RGB renk modeli

#9B6DAD color RGB value is (155,109,173).

  • kırmız ton 155;
  • yeşil ton 109;
  • mavi ton 173.
RGB:
(155,109,173)
(61%,43%,68%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 109 of 255 = 43%
B 173 of 255 = 68%

155
109
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 109 + 173 = 437 (100%)
R 155 of 437 ~ 35.47%
G 109 of 437 ~ 24.94%
B 173 of 437 ~ 39.59%

%35.47
%24.94
%39.59

CMYK RENK MODELİ

#9B6DAD rengi CMYK tonu (10,37,0,32).

  • camgöbeği tonu 10.40%
  • eflatun tonu 36.99%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(10,37,0,32)
C10M37Y0K32 
(10%,37%,0%,32%)
(0.10/0.37/0.00/0.32)	

CMYK yüzdeleri

%10.4
%36.99
%0
%32.16

Codes

Color #9B6DAD in popluar color models

9B6DAD
RGB155109173
HSL283°28.07%55.29%
HSB/HSV283°36.99%67.84%
CMYK10.40%36.99%0.00%
32.16%

Color #9B6DAD in popluar number systems.

HEX9B6DAD
Decimal155109173
Binary10011011110110110101101
Octal233155255

Shades and tints

Shades of #9B6DAD

#9B6DAD
(155,109,173)
#8D649E
(141,100,158)
#7F5B8F
(127,91,143)
#715280
(113,82,128)
#634971
(99,73,113)
#554062
(85,64,98)
#473753
(71,55,83)
#392E44
(57,46,68)
#2B2535
(43,37,53)
#1D1C26
(29,28,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #9B6DAD

#9B6DAD
(155,109,173)
#A47AB4
(164,122,180)
#AD87BB
(173,135,187)
#B694C2
(182,148,194)
#BFA1C9
(191,161,201)
#C8AED0
(200,174,208)
#D1BBD7
(209,187,215)
#DAC8DE
(218,200,222)
#E3D5E5
(227,213,229)
#ECE2EC
(236,226,236)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6DAD color. Also use rgb(155,109,173) instead hex code.

Text Font Color

.myTextColor { color: #9B6DAD; }

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

This text font color is #9B6DAD.


Background Color

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

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

This div background color is #9B6DAD.


Border color

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

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

This div border color is #9B6DAD.


Opacity

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

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

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

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

This text has shadow with #9B6DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6DAD on black background.


Color preview on white background

This text has color #9B6DAD on white background.



Black color preview on #9B6DAD background

This text has black color on #9B6DAD background.


White color preview on #9B6DAD background

This text has white color on #9B6DAD background.