COLOR #990C75

HEX: #990C75
RGB: (153,12,117)

Color info

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

RGB color model

#990C75 color RGB value is (153,12,117).

  • red value is 153;
  • green value is 12;
  • blue value is 117.
RGB:
(153,12,117)
(60%,5%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 12 of 255 = 5%
B 117 of 255 = 46%

153
12
117

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

Portions of RGB colors in percentages

R + G + B =
153 + 12 + 117 = 282 (100%)
R 153 of 282 ~ 54.26%
G 12 of 282 ~ 4.26%
B 117 of 282 ~ 41.49%

%54.26
%41.49

CMYK color model

#990C75 color CMYK value is (0,92,24,40).

  • cyan value is 0.00%
  • magenta value is 92.16%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(0,92,24,40)
C0M92Y24K40 
(0%,92%,24%,40%)
(0.00/0.92/0.24/0.40)	

CMYK percentages

%0
%92.16
%23.53
%40

Codes

Color #990C75 in popluar color models

990C75
RGB15312117
HSL315°85.45%32.35%
HSB/HSV315°92.16%60.00%
CMYK0.00%92.16%23.53%
40.00%

Color #990C75 in popluar number systems.

HEX990C75
Decimal15312117
Binary1001100111001110101
Octal23114165

Shades and tints

Shades of #990C75

#990C75
(153,12,117)
#8C0B6B
(140,11,107)
#7F0A61
(127,10,97)
#720957
(114,9,87)
#65084D
(101,8,77)
#580743
(88,7,67)
#4B0639
(75,6,57)
#3E052F
(62,5,47)
#310425
(49,4,37)
#24031B
(36,3,27)
#170211
(23,2,17)
#000000
(0,0,0)

Tints of #990C75

#990C75
(153,12,117)
#A22281
(162,34,129)
#AB388D
(171,56,141)
#B44E99
(180,78,153)
#BD64A5
(189,100,165)
#C67AB1
(198,122,177)
#CF90BD
(207,144,189)
#D8A6C9
(216,166,201)
#E1BCD5
(225,188,213)
#EAD2E1
(234,210,225)
#F3E8ED
(243,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #990C75 color. Also use rgb(153,12,117) instead hex code.

Text Font Color

.myTextColor { color: #990C75; }

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

This text font color is #990C75.


Background Color

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

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

This div background color is #990C75.


Border color

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

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

This div border color is #990C75.


Opacity

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

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

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

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

This text has shadow with #990C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #990C75 on black background.


Color preview on white background

This text has color #990C75 on white background.



Black color preview on #990C75 background

This text has black color on #990C75 background.


White color preview on #990C75 background

This text has white color on #990C75 background.