COLOR #9B6B9D

HEX: #9B6B9D
RGB: (155,107,157)

Renk bilgisi

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

RGB renk modeli

#9B6B9D color RGB value is (155,107,157).

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

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 107 of 255 = 42%
B 157 of 255 = 62%

155
107
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 107 + 157 = 419 (100%)
R 155 of 419 ~ 36.99%
G 107 of 419 ~ 25.54%
B 157 of 419 ~ 37.47%

%36.99
%25.54
%37.47

CMYK RENK MODELİ

#9B6B9D rengi CMYK tonu (1,32,0,38).

  • camgöbeği tonu 1.27%
  • eflatun tonu 31.85%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(1,32,0,38)
C1M32Y0K38 
(1%,32%,0%,38%)
(0.01/0.32/0.00/0.38)	

CMYK yüzdeleri

%1.27
%31.85
%0
%38.43

Codes

Color #9B6B9D in popluar color models

9B6B9D
RGB155107157
HSL298°20.33%51.76%
HSB/HSV298°31.85%61.57%
CMYK1.27%31.85%0.00%
38.43%

Color #9B6B9D in popluar number systems.

HEX9B6B9D
Decimal155107157
Binary10011011110101110011101
Octal233153235

Shades and tints

Shades of #9B6B9D

#9B6B9D
(155,107,157)
#8D628F
(141,98,143)
#7F5981
(127,89,129)
#715073
(113,80,115)
#634765
(99,71,101)
#553E57
(85,62,87)
#473549
(71,53,73)
#392C3B
(57,44,59)
#2B232D
(43,35,45)
#1D1A1F
(29,26,31)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #9B6B9D

#9B6B9D
(155,107,157)
#A478A5
(164,120,165)
#AD85AD
(173,133,173)
#B692B5
(182,146,181)
#BF9FBD
(191,159,189)
#C8ACC5
(200,172,197)
#D1B9CD
(209,185,205)
#DAC6D5
(218,198,213)
#E3D3DD
(227,211,221)
#ECE0E5
(236,224,229)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B6B9D; }

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

This text font color is #9B6B9D.


Background Color

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

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

This div background color is #9B6B9D.


Border color

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

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

This div border color is #9B6B9D.


Opacity

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

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

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

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

This text has shadow with #9B6B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6B9D on black background.


Color preview on white background

This text has color #9B6B9D on white background.



Black color preview on #9B6B9D background

This text has black color on #9B6B9D background.


White color preview on #9B6B9D background

This text has white color on #9B6B9D background.