COLOR #992FA0

HEX: #992FA0
RGB: (153,47,160)

Color info

#992FA0 contains mainly red and blue colors. Web safe color of #992FA0 is #993399 (or #939).

RGB color model

#992FA0 color RGB value is (153,47,160).

  • red value is 153;
  • green value is 47;
  • blue value is 160.
RGB:
(153,47,160)
(60%,18%,63%)

RGB channels and saturation

R 153 of 255 = 60%
G 47 of 255 = 18%
B 160 of 255 = 63%

153
47
160

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

Portions of RGB colors in percentages

R + G + B =
153 + 47 + 160 = 360 (100%)
R 153 of 360 ~ 42.5%
G 47 of 360 ~ 13.06%
B 160 of 360 ~ 44.44%

%42.5
%13.06
%44.44

CMYK color model

#992FA0 color CMYK value is (4,71,0,37).

  • cyan value is 4.38%
  • magenta value is 70.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(4,71,0,37)
C4M71Y0K37 
(4%,71%,0%,37%)
(0.04/0.71/0.00/0.37)	

CMYK percentages

%4.38
%70.63
%0
%37.25

Codes

Color #992FA0 in popluar color models

992FA0
RGB15347160
HSL296°54.59%40.59%
HSB/HSV296°70.63%62.75%
CMYK4.38%70.63%0.00%
37.25%

Color #992FA0 in popluar number systems.

HEX992FA0
Decimal15347160
Binary1001100110111110100000
Octal23157240

Shades and tints

Shades of #992FA0

#992FA0
(153,47,160)
#8C2B92
(140,43,146)
#7F2784
(127,39,132)
#722376
(114,35,118)
#651F68
(101,31,104)
#581B5A
(88,27,90)
#4B174C
(75,23,76)
#3E133E
(62,19,62)
#310F30
(49,15,48)
#240B22
(36,11,34)
#170714
(23,7,20)
#000000
(0,0,0)

Tints of #992FA0

#992FA0
(153,47,160)
#A241A8
(162,65,168)
#AB53B0
(171,83,176)
#B465B8
(180,101,184)
#BD77C0
(189,119,192)
#C689C8
(198,137,200)
#CF9BD0
(207,155,208)
#D8ADD8
(216,173,216)
#E1BFE0
(225,191,224)
#EAD1E8
(234,209,232)
#F3E3F0
(243,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #992FA0 color. Also use rgb(153,47,160) instead hex code.

Text Font Color

.myTextColor { color: #992FA0; }

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

This text font color is #992FA0.


Background Color

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

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

This div background color is #992FA0.


Border color

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

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

This div border color is #992FA0.


Opacity

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

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

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

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

This text has shadow with #992FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #992FA0 on black background.


Color preview on white background

This text has color #992FA0 on white background.



Black color preview on #992FA0 background

This text has black color on #992FA0 background.


White color preview on #992FA0 background

This text has white color on #992FA0 background.