COLOR #996D9A

HEX: #996D9A
RGB: (153,109,154)

Renk bilgisi

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

RGB renk modeli

#996D9A color RGB value is (153,109,154).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 109 of 255 = 43%
B 154 of 255 = 60%

153
109
154

R + G + B ~ 54%. #996D9A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 109 + 154 = 416 (100%)
R 153 of 416 ~ 36.78%
G 109 of 416 ~ 26.2%
B 154 of 416 ~ 37.02%

%36.78
%26.2
%37.02

CMYK RENK MODELİ

#996D9A rengi CMYK tonu (1,29,0,40).

  • camgöbeği tonu 0.65%
  • eflatun tonu 29.22%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(1,29,0,40)
C1M29Y0K40 
(1%,29%,0%,40%)
(0.01/0.29/0.00/0.40)	

CMYK yüzdeleri

%0.65
%29.22
%0
%39.61

Codes

Color #996D9A in popluar color models

996D9A
RGB153109154
HSL299°18.22%51.57%
HSB/HSV299°29.22%60.39%
CMYK0.65%29.22%0.00%
39.61%

Color #996D9A in popluar number systems.

HEX996D9A
Decimal153109154
Binary10011001110110110011010
Octal231155232

Shades and tints

Shades of #996D9A

#996D9A
(153,109,154)
#8C648C
(140,100,140)
#7F5B7E
(127,91,126)
#725270
(114,82,112)
#654962
(101,73,98)
#584054
(88,64,84)
#4B3746
(75,55,70)
#3E2E38
(62,46,56)
#31252A
(49,37,42)
#241C1C
(36,28,28)
#17130E
(23,19,14)
#000000
(0,0,0)

Tints of #996D9A

#996D9A
(153,109,154)
#A27AA3
(162,122,163)
#AB87AC
(171,135,172)
#B494B5
(180,148,181)
#BDA1BE
(189,161,190)
#C6AEC7
(198,174,199)
#CFBBD0
(207,187,208)
#D8C8D9
(216,200,217)
#E1D5E2
(225,213,226)
#EAE2EB
(234,226,235)
#F3EFF4
(243,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996D9A color. Also use rgb(153,109,154) instead hex code.

Text Font Color

.myTextColor { color: #996D9A; }

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

This text font color is #996D9A.


Background Color

.myBgColor { background-color: #996D9A; }

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

This div background color is #996D9A.


Border color

.myBorderColor { border: 1px solid #996D9A; }

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

This div border color is #996D9A.


Opacity

.myOpacity80 { color: #996D9A; opacity: 0.8; }

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

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

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

This text has shadow with #996D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996D9A on black background.


Color preview on white background

This text has color #996D9A on white background.



Black color preview on #996D9A background

This text has black color on #996D9A background.


White color preview on #996D9A background

This text has white color on #996D9A background.