COLOR #9B6699

HEX: #9B6699
RGB: (155,102,153)

Renk bilgisi

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

RGB renk modeli

#9B6699 color RGB value is (155,102,153).

  • kırmız ton 155;
  • yeşil ton 102;
  • mavi ton 153.
RGB:
(155,102,153)
(61%,40%,60%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 102 of 255 = 40%
B 153 of 255 = 60%

155
102
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 102 + 153 = 410 (100%)
R 155 of 410 ~ 37.8%
G 102 of 410 ~ 24.88%
B 153 of 410 ~ 37.32%

%37.8
%24.88
%37.32

CMYK RENK MODELİ

#9B6699 rengi CMYK tonu (0,34,1,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.19%
  • sarı tonu 1.29%
  • ana renk tonu 39.22%
CMYK:
(0,34,1,39)
C0M34Y1K39 
(0%,34%,1%,39%)
(0.00/0.34/0.01/0.39)	

CMYK yüzdeleri

%0
%34.19
%1.29
%39.22

Codes

Color #9B6699 in popluar color models

9B6699
RGB155102153
HSL302°20.95%50.39%
HSB/HSV302°34.19%60.78%
CMYK0.00%34.19%1.29%
39.22%

Color #9B6699 in popluar number systems.

HEX9B6699
Decimal155102153
Binary10011011110011010011001
Octal233146231

Shades and tints

Shades of #9B6699

#9B6699
(155,102,153)
#8D5D8C
(141,93,140)
#7F547F
(127,84,127)
#714B72
(113,75,114)
#634265
(99,66,101)
#553958
(85,57,88)
#47304B
(71,48,75)
#39273E
(57,39,62)
#2B1E31
(43,30,49)
#1D1524
(29,21,36)
#0F0C17
(15,12,23)
#000000
(0,0,0)

Tints of #9B6699

#9B6699
(155,102,153)
#A473A2
(164,115,162)
#AD80AB
(173,128,171)
#B68DB4
(182,141,180)
#BF9ABD
(191,154,189)
#C8A7C6
(200,167,198)
#D1B4CF
(209,180,207)
#DAC1D8
(218,193,216)
#E3CEE1
(227,206,225)
#ECDBEA
(236,219,234)
#F5E8F3
(245,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6699 color. Also use rgb(155,102,153) instead hex code.

Text Font Color

.myTextColor { color: #9B6699; }

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

This text font color is #9B6699.


Background Color

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

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

This div background color is #9B6699.


Border color

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

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

This div border color is #9B6699.


Opacity

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

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

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

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

This text has shadow with #9B6699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6699 on black background.


Color preview on white background

This text has color #9B6699 on white background.



Black color preview on #9B6699 background

This text has black color on #9B6699 background.


White color preview on #9B6699 background

This text has white color on #9B6699 background.