COLOR #990F76

HEX: #990F76 RGB: (153,15,118)

Color info

#990F76 contains mainly red and blue colors. Web safe color of #990F76 is #990066 (or #906).

RGB color model

#990F76 color RGB value is (153,15,118).

RGB: (153,15,118) (60%, 6%, 46%)

RGB channels and saturation

R 153 of 255 = 60%
G 15 of 255 = 6%
B 118 of 255 = 46%

153
15
118

R + G + B ~ 37%. #990F76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 153 + 15 + 118 = 286 (100%)
R 153 of 286 ~ 53.5%
G 15 of 286 ~ 5.24%
B 118 of 286 ~ 41.26'%

%53.5
%41.26

CMYK color model

#990F76 color CMYK value is (0,90,23,40).

  • cyan value is 0.00%
  • magenta value is 90.20%
  • yellow value is 22.88%
  • key color value is 40.00%

CMYK: (0,90,23,40)
C0M90Y23K40 (0%, 90%, 23%, 40%)
(0.00 / 0.90 / 0.23 / 0.40)

CMYK percentages

%0
%90.2
%22.88
%40

Codes

Color #990F76 in popluar color models

99 0F 76
RGB 153 15 118
HSL 315° 82.14% 32.94%
HSB/HSV 315° 90.20% 60.00%
CMYK 0.00% 90.20% 22.88%
40.00%

Color #990F76 in popluar number systems.

HEX 99 0F 76
Decimal 153 15 118
Binary 10011001 1111 1110110
Octal 231 17 166

Shades and tints

Shades of #990F76

#990F76
(153,15,118)
#8C0E6C
(140,14,108)
#7F0D62
(127,13,98)
#720C58
(114,12,88)
#650B4E
(101,11,78)
#580A44
(88,10,68)
#4B093A
(75,9,58)
#3E0830
(62,8,48)
#310726
(49,7,38)
#24061C
(36,6,28)
#170512
(23,5,18)
#000000
(0,0,0)

Tints of #990F76

#990F76
(153,15,118)
#A22482
(162,36,130)
#AB398E
(171,57,142)
#B44E9A
(180,78,154)
#BD63A6
(189,99,166)
#C678B2
(198,120,178)
#CF8DBE
(207,141,190)
#D8A2CA
(216,162,202)
#E1B7D6
(225,183,214)
#EACCE2
(234,204,226)
#F3E1EE
(243,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #990F76 color. Also use rgb(153,15,118) instead hex code.

Text Font Color

.myTextColor { color: #990F76; }

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

This text font color is #990F76.

Background Color

.myBgColor { background-color: #990F76; }

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

This div background color is #990F76.

Border color

.myBorderColor { border: 1px solid #990F76; }

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

This div border color is #990F76.

Opacity

.myOpacity80 { color: #990F76; opacity: 0.8; }

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

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

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

This text has shadow with #990F76 color.


.textShadow {text-shadow: 3px 3px 1px #990F76', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #990F76; -webkit-box-shadow: 1px 1px 3px 2px #990F76; box-shadow:1px 1px 3px 2px #990F76;">
Div content here
</div>

This div box has shadow with color #990F76.

Preview

Color preview on black background

This text has color #990F76 on black background.


Color preview on white background

This text has color #990F76 on white background.


Black color preview on #990F76 background

This text has black color on #990F76 background.


White color preview on #990F76 background

This text has white color on #990F76 background.


Related colors

Complementary color

Complementary color for #hex is #66F089.


I love getcolorcode.com

Triadic colors

1 #76990F and #0F7699 with #990F76 are triadic colors.

2 #760F99 and #0F9976 with #990F76 are triadic colors.