COLOR #963396

HEX: #963396
RGB: (150,51,150)

Renk bilgisi

#963396 contains mainly red and blue colors. #963396 ‘ nin web güvenlik rengi #993399 (ya da #939) dir.

RGB renk modeli

#963396 color RGB value is (150,51,150).

  • kırmız ton 150;
  • yeşil ton 51;
  • mavi ton 150.
RGB:
(150,51,150)
(59%,20%,59%)

RGB bağlantıları ve doygunluk

R 150 of 255 = 59%
G 51 of 255 = 20%
B 150 of 255 = 59%

150
51
150

R + G + B ~ 46%. #963396 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
150 + 51 + 150 = 351 (100%)
R 150 of 351 ~ 42.74%
G 51 of 351 ~ 14.53%
B 150 of 351 ~ 42.74%

%42.74
%14.53
%42.74

CMYK RENK MODELİ

#963396 rengi CMYK tonu (0,66,0,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.00%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(0,66,0,41)
C0M66Y0K41 
(0%,66%,0%,41%)
(0.00/0.66/0.00/0.41)	

CMYK yüzdeleri

%0
%66
%0
%41.18

Codes

Color #963396 in popluar color models

963396
RGB15051150
HSL300°49.25%39.41%
HSB/HSV300°66.00%58.82%
CMYK0.00%66.00%0.00%
41.18%

Color #963396 in popluar number systems.

HEX963396
Decimal15051150
Binary1001011011001110010110
Octal22663226

Shades and tints

Shades of #963396

#963396
(150,51,150)
#892F89
(137,47,137)
#7C2B7C
(124,43,124)
#6F276F
(111,39,111)
#622362
(98,35,98)
#551F55
(85,31,85)
#481B48
(72,27,72)
#3B173B
(59,23,59)
#2E132E
(46,19,46)
#210F21
(33,15,33)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #963396

#963396
(150,51,150)
#9F459F
(159,69,159)
#A857A8
(168,87,168)
#B169B1
(177,105,177)
#BA7BBA
(186,123,186)
#C38DC3
(195,141,195)
#CC9FCC
(204,159,204)
#D5B1D5
(213,177,213)
#DEC3DE
(222,195,222)
#E7D5E7
(231,213,231)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #963396 color. Also use rgb(150,51,150) instead hex code.

Text Font Color

.myTextColor { color: #963396; }

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

This text font color is #963396.


Background Color

.myBgColor { background-color: #963396; }

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

This div background color is #963396.


Border color

.myBorderColor { border: 1px solid #963396; }

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

This div border color is #963396.


Opacity

.myOpacity80 { color: #963396; opacity: 0.8; }

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

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

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

This text has shadow with #963396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #963396 on black background.


Color preview on white background

This text has color #963396 on white background.



Black color preview on #963396 background

This text has black color on #963396 background.


White color preview on #963396 background

This text has white color on #963396 background.