COLOR #994996

HEX: #994996
RGB: (153,73,150)

Renk bilgisi

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

RGB renk modeli

#994996 color RGB value is (153,73,150).

  • kırmız ton 153;
  • yeşil ton 73;
  • mavi ton 150.
RGB:
(153,73,150)
(60%,29%,59%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 73 of 255 = 29%
B 150 of 255 = 59%

153
73
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 73 + 150 = 376 (100%)
R 153 of 376 ~ 40.69%
G 73 of 376 ~ 19.41%
B 150 of 376 ~ 39.89%

%40.69
%19.41
%39.89

CMYK RENK MODELİ

#994996 rengi CMYK tonu (0,52,2,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.29%
  • sarı tonu 1.96%
  • ana renk tonu 40.00%
CMYK:
(0,52,2,40)
C0M52Y2K40 
(0%,52%,2%,40%)
(0.00/0.52/0.02/0.40)	

CMYK yüzdeleri

%0
%52.29
%1.96
%40

Codes

Color #994996 in popluar color models

994996
RGB15373150
HSL302°35.40%44.31%
HSB/HSV302°52.29%60.00%
CMYK0.00%52.29%1.96%
40.00%

Color #994996 in popluar number systems.

HEX994996
Decimal15373150
Binary10011001100100110010110
Octal231111226

Shades and tints

Shades of #994996

#994996
(153,73,150)
#8C4389
(140,67,137)
#7F3D7C
(127,61,124)
#72376F
(114,55,111)
#653162
(101,49,98)
#582B55
(88,43,85)
#4B2548
(75,37,72)
#3E1F3B
(62,31,59)
#31192E
(49,25,46)
#241321
(36,19,33)
#170D14
(23,13,20)
#000000
(0,0,0)

Tints of #994996

#994996
(153,73,150)
#A2599F
(162,89,159)
#AB69A8
(171,105,168)
#B479B1
(180,121,177)
#BD89BA
(189,137,186)
#C699C3
(198,153,195)
#CFA9CC
(207,169,204)
#D8B9D5
(216,185,213)
#E1C9DE
(225,201,222)
#EAD9E7
(234,217,231)
#F3E9F0
(243,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #994996; }

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

This text font color is #994996.


Background Color

.myBgColor { background-color: #994996; }

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

This div background color is #994996.


Border color

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

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

This div border color is #994996.


Opacity

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

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

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

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

This text has shadow with #994996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #994996 on black background.


Color preview on white background

This text has color #994996 on white background.



Black color preview on #994996 background

This text has black color on #994996 background.


White color preview on #994996 background

This text has white color on #994996 background.