COLOR #9B6597

HEX: #9B6597
RGB: (155,101,151)

Renk bilgisi

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

RGB renk modeli

#9B6597 color RGB value is (155,101,151).

  • kırmız ton 155;
  • yeşil ton 101;
  • mavi ton 151.
RGB:
(155,101,151)
(61%,40%,59%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 101 of 255 = 40%
B 151 of 255 = 59%

155
101
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 101 + 151 = 407 (100%)
R 155 of 407 ~ 38.08%
G 101 of 407 ~ 24.82%
B 151 of 407 ~ 37.1%

%38.08
%24.82
%37.1

CMYK RENK MODELİ

#9B6597 rengi CMYK tonu (0,35,3,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.84%
  • sarı tonu 2.58%
  • ana renk tonu 39.22%
CMYK:
(0,35,3,39)
C0M35Y3K39 
(0%,35%,3%,39%)
(0.00/0.35/0.03/0.39)	

CMYK yüzdeleri

%0
%34.84
%2.58
%39.22

Codes

Color #9B6597 in popluar color models

9B6597
RGB155101151
HSL304°21.26%50.20%
HSB/HSV304°34.84%60.78%
CMYK0.00%34.84%2.58%
39.22%

Color #9B6597 in popluar number systems.

HEX9B6597
Decimal155101151
Binary10011011110010110010111
Octal233145227

Shades and tints

Shades of #9B6597

#9B6597
(155,101,151)
#8D5C8A
(141,92,138)
#7F537D
(127,83,125)
#714A70
(113,74,112)
#634163
(99,65,99)
#553856
(85,56,86)
#472F49
(71,47,73)
#39263C
(57,38,60)
#2B1D2F
(43,29,47)
#1D1422
(29,20,34)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #9B6597

#9B6597
(155,101,151)
#A473A0
(164,115,160)
#AD81A9
(173,129,169)
#B68FB2
(182,143,178)
#BF9DBB
(191,157,187)
#C8ABC4
(200,171,196)
#D1B9CD
(209,185,205)
#DAC7D6
(218,199,214)
#E3D5DF
(227,213,223)
#ECE3E8
(236,227,232)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6597 color. Also use rgb(155,101,151) instead hex code.

Text Font Color

.myTextColor { color: #9B6597; }

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

This text font color is #9B6597.


Background Color

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

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

This div background color is #9B6597.


Border color

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

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

This div border color is #9B6597.


Opacity

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

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

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

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

This text has shadow with #9B6597 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6597 on black background.


Color preview on white background

This text has color #9B6597 on white background.



Black color preview on #9B6597 background

This text has black color on #9B6597 background.


White color preview on #9B6597 background

This text has white color on #9B6597 background.