COLOR #992C7A

HEX: #992C7A
RGB: (153,44,122)

Color info

#992C7A contains mainly red and blue colors. Web safe color of #992C7A is #993366 (or #936).

RGB color model

#992C7A color RGB value is (153,44,122).

  • red value is 153;
  • green value is 44;
  • blue value is 122.
RGB:
(153,44,122)
(60%,17%,48%)

RGB channels and saturation

R 153 of 255 = 60%
G 44 of 255 = 17%
B 122 of 255 = 48%

153
44
122

R + G + B ~ 42%. #992C7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 44 + 122 = 319 (100%)
R 153 of 319 ~ 47.96%
G 44 of 319 ~ 13.79%
B 122 of 319 ~ 38.24%

%47.96
%13.79
%38.24

CMYK color model

#992C7A color CMYK value is (0,71,20,40).

  • cyan value is 0.00%
  • magenta value is 71.24%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK:
(0,71,20,40)
C0M71Y20K40 
(0%,71%,20%,40%)
(0.00/0.71/0.20/0.40)	

CMYK percentages

%0
%71.24
%20.26
%40

Codes

Color #992C7A in popluar color models

992C7A
RGB15344122
HSL317°55.33%38.63%
HSB/HSV317°71.24%60.00%
CMYK0.00%71.24%20.26%
40.00%

Color #992C7A in popluar number systems.

HEX992C7A
Decimal15344122
Binary100110011011001111010
Octal23154172

Shades and tints

Shades of #992C7A

#992C7A
(153,44,122)
#8C286F
(140,40,111)
#7F2464
(127,36,100)
#722059
(114,32,89)
#651C4E
(101,28,78)
#581843
(88,24,67)
#4B1438
(75,20,56)
#3E102D
(62,16,45)
#310C22
(49,12,34)
#240817
(36,8,23)
#17040C
(23,4,12)
#000000
(0,0,0)

Tints of #992C7A

#992C7A
(153,44,122)
#A23F86
(162,63,134)
#AB5292
(171,82,146)
#B4659E
(180,101,158)
#BD78AA
(189,120,170)
#C68BB6
(198,139,182)
#CF9EC2
(207,158,194)
#D8B1CE
(216,177,206)
#E1C4DA
(225,196,218)
#EAD7E6
(234,215,230)
#F3EAF2
(243,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992C7A color. Also use rgb(153,44,122) instead hex code.

Text Font Color

.myTextColor { color: #992C7A; }

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

This text font color is #992C7A.


Background Color

.myBgColor { background-color: #992C7A; }

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

This div background color is #992C7A.


Border color

.myBorderColor { border: 1px solid #992C7A; }

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

This div border color is #992C7A.


Opacity

.myOpacity80 { color: #992C7A; opacity: 0.8; }

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

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

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

This text has shadow with #992C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992C7A on black background.


Color preview on white background

This text has color #992C7A on white background.



Black color preview on #992C7A background

This text has black color on #992C7A background.


White color preview on #992C7A background

This text has white color on #992C7A background.