COLOR #996199

HEX: #996199
RGB: (153,97,153)

Renk bilgisi

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

RGB renk modeli

#996199 color RGB value is (153,97,153).

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

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 97 of 255 = 38%
B 153 of 255 = 60%

153
97
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 97 + 153 = 403 (100%)
R 153 of 403 ~ 37.97%
G 97 of 403 ~ 24.07%
B 153 of 403 ~ 37.97%

%37.97
%24.07
%37.97

CMYK RENK MODELİ

#996199 rengi CMYK tonu (0,37,0,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.60%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(0,37,0,40)
C0M37Y0K40 
(0%,37%,0%,40%)
(0.00/0.37/0.00/0.40)	

CMYK yüzdeleri

%0
%36.6
%0
%40

Codes

Color #996199 in popluar color models

996199
RGB15397153
HSL300°22.40%49.02%
HSB/HSV300°36.60%60.00%
CMYK0.00%36.60%0.00%
40.00%

Color #996199 in popluar number systems.

HEX996199
Decimal15397153
Binary10011001110000110011001
Octal231141231

Shades and tints

Shades of #996199

#996199
(153,97,153)
#8C598C
(140,89,140)
#7F517F
(127,81,127)
#724972
(114,73,114)
#654165
(101,65,101)
#583958
(88,57,88)
#4B314B
(75,49,75)
#3E293E
(62,41,62)
#312131
(49,33,49)
#241924
(36,25,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #996199

#996199
(153,97,153)
#A26FA2
(162,111,162)
#AB7DAB
(171,125,171)
#B48BB4
(180,139,180)
#BD99BD
(189,153,189)
#C6A7C6
(198,167,198)
#CFB5CF
(207,181,207)
#D8C3D8
(216,195,216)
#E1D1E1
(225,209,225)
#EADFEA
(234,223,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #996199; }

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

This text font color is #996199.


Background Color

.myBgColor { background-color: #996199; }

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

This div background color is #996199.


Border color

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

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

This div border color is #996199.


Opacity

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

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

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

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

This text has shadow with #996199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996199 on black background.


Color preview on white background

This text has color #996199 on white background.



Black color preview on #996199 background

This text has black color on #996199 background.


White color preview on #996199 background

This text has white color on #996199 background.