COLOR #996699

HEX: #996699
RGB: (153,102,153)

Renk bilgisi

#996699 contains red, green and blue colors in about the same proportion. #996699 color is web safe color. It maybe written shortly as #969.

RGB renk modeli

#996699 color RGB value is (153,102,153).

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

RGB bağlantıları ve doygunluk

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

153
102
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 102 + 153 = 408 (100%)
R 153 of 408 ~ 37.5%
G 102 of 408 ~ 25%
B 153 of 408 ~ 37.5%

%37.5
%25
%37.5

CMYK RENK MODELİ

#996699 rengi CMYK tonu (0,33,0,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(0,33,0,40)
C0M33Y0K40 
(0%,33%,0%,40%)
(0.00/0.33/0.00/0.40)	

CMYK yüzdeleri

%0
%33.33
%0
%40

Codes

Color #996699 in popluar color models

996699
RGB153102153
HSL300°20.00%50.00%
HSB/HSV300°33.33%60.00%
CMYK0.00%33.33%0.00%
40.00%

Color #996699 in popluar number systems.

HEX996699
Decimal153102153
Binary10011001110011010011001
Octal231146231

Shades and tints

Shades of #996699

#996699
(153,102,153)
#8C5D8C
(140,93,140)
#7F547F
(127,84,127)
#724B72
(114,75,114)
#654265
(101,66,101)
#583958
(88,57,88)
#4B304B
(75,48,75)
#3E273E
(62,39,62)
#311E31
(49,30,49)
#241524
(36,21,36)
#170C17
(23,12,23)
#000000
(0,0,0)

Tints of #996699

#996699
(153,102,153)
#A273A2
(162,115,162)
#AB80AB
(171,128,171)
#B48DB4
(180,141,180)
#BD9ABD
(189,154,189)
#C6A7C6
(198,167,198)
#CFB4CF
(207,180,207)
#D8C1D8
(216,193,216)
#E1CEE1
(225,206,225)
#EADBEA
(234,219,234)
#F3E8F3
(243,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996699; }

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

This text font color is #996699.


Background Color

.myBgColor { background-color: #996699; }

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

This div background color is #996699.


Border color

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

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

This div border color is #996699.


Opacity

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

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

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

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

This text has shadow with #996699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996699 on black background.


Color preview on white background

This text has color #996699 on white background.



Black color preview on #996699 background

This text has black color on #996699 background.


White color preview on #996699 background

This text has white color on #996699 background.