COLOR #9B6384

HEX: #9B6384
RGB: (155,99,132)

Renk bilgisi

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

RGB renk modeli

#9B6384 color RGB value is (155,99,132).

  • kırmız ton 155;
  • yeşil ton 99;
  • mavi ton 132.
RGB:
(155,99,132)
(61%,39%,52%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 99 of 255 = 39%
B 132 of 255 = 52%

155
99
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 99 + 132 = 386 (100%)
R 155 of 386 ~ 40.16%
G 99 of 386 ~ 25.65%
B 132 of 386 ~ 34.2%

%40.16
%25.65
%34.2

CMYK RENK MODELİ

#9B6384 rengi CMYK tonu (0,36,15,39).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.13%
  • sarı tonu 14.84%
  • ana renk tonu 39.22%
CMYK:
(0,36,15,39)
C0M36Y15K39 
(0%,36%,15%,39%)
(0.00/0.36/0.15/0.39)	

CMYK yüzdeleri

%0
%36.13
%14.84
%39.22

Codes

Color #9B6384 in popluar color models

9B6384
RGB15599132
HSL325°22.05%49.80%
HSB/HSV325°36.13%60.78%
CMYK0.00%36.13%14.84%
39.22%

Color #9B6384 in popluar number systems.

HEX9B6384
Decimal15599132
Binary10011011110001110000100
Octal233143204

Shades and tints

Shades of #9B6384

#9B6384
(155,99,132)
#8D5A78
(141,90,120)
#7F516C
(127,81,108)
#714860
(113,72,96)
#633F54
(99,63,84)
#553648
(85,54,72)
#472D3C
(71,45,60)
#392430
(57,36,48)
#2B1B24
(43,27,36)
#1D1218
(29,18,24)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #9B6384

#9B6384
(155,99,132)
#A4718F
(164,113,143)
#AD7F9A
(173,127,154)
#B68DA5
(182,141,165)
#BF9BB0
(191,155,176)
#C8A9BB
(200,169,187)
#D1B7C6
(209,183,198)
#DAC5D1
(218,197,209)
#E3D3DC
(227,211,220)
#ECE1E7
(236,225,231)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B6384 color. Also use rgb(155,99,132) instead hex code.

Text Font Color

.myTextColor { color: #9B6384; }

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

This text font color is #9B6384.


Background Color

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

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

This div background color is #9B6384.


Border color

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

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

This div border color is #9B6384.


Opacity

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

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

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

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

This text has shadow with #9B6384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B6384 on black background.


Color preview on white background

This text has color #9B6384 on white background.



Black color preview on #9B6384 background

This text has black color on #9B6384 background.


White color preview on #9B6384 background

This text has white color on #9B6384 background.