COLOR #9074B6

HEX: #9074B6
RGB: (144,116,182)

Color info

#9074B6 contains mainly red and blue colors. Web safe color of #9074B6 is #9966CC (or #96C).

RGB color model

#9074B6 color RGB value is (144,116,182).

  • red value is 144;
  • green value is 116;
  • blue value is 182.
RGB:
(144,116,182)
(56%,45%,71%)

RGB channels and saturation

R 144 of 255 = 56%
G 116 of 255 = 45%
B 182 of 255 = 71%

144
116
182

R + G + B ~ 57%. #9074B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 116 + 182 = 442 (100%)
R 144 of 442 ~ 32.58%
G 116 of 442 ~ 26.24%
B 182 of 442 ~ 41.18%

%32.58
%26.24
%41.18

CMYK color model

#9074B6 color CMYK value is (21,36,0,29).

  • cyan value is 20.88%
  • magenta value is 36.26%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(21,36,0,29)
C21M36Y0K29 
(21%,36%,0%,29%)
(0.21/0.36/0.00/0.29)	

CMYK percentages

%20.88
%36.26
%0
%28.63

Codes

Color #9074B6 in popluar color models

9074B6
RGB144116182
HSL265°31.13%58.43%
HSB/HSV265°36.26%71.37%
CMYK20.88%36.26%0.00%
28.63%

Color #9074B6 in popluar number systems.

HEX9074B6
Decimal144116182
Binary10010000111010010110110
Octal220164266

Shades and tints

Shades of #9074B6

#9074B6
(144,116,182)
#836AA6
(131,106,166)
#766096
(118,96,150)
#695686
(105,86,134)
#5C4C76
(92,76,118)
#4F4266
(79,66,102)
#423856
(66,56,86)
#352E46
(53,46,70)
#282436
(40,36,54)
#1B1A26
(27,26,38)
#0E1016
(14,16,22)
#000000
(0,0,0)

Tints of #9074B6

#9074B6
(144,116,182)
#9A80BC
(154,128,188)
#A48CC2
(164,140,194)
#AE98C8
(174,152,200)
#B8A4CE
(184,164,206)
#C2B0D4
(194,176,212)
#CCBCDA
(204,188,218)
#D6C8E0
(214,200,224)
#E0D4E6
(224,212,230)
#EAE0EC
(234,224,236)
#F4ECF2
(244,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9074B6 color. Also use rgb(144,116,182) instead hex code.

Text Font Color

.myTextColor { color: #9074B6; }

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

This text font color is #9074B6.


Background Color

.myBgColor { background-color: #9074B6; }

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

This div background color is #9074B6.


Border color

.myBorderColor { border: 1px solid #9074B6; }

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

This div border color is #9074B6.


Opacity

.myOpacity80 { color: #9074B6; opacity: 0.8; }

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

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

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

This text has shadow with #9074B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9074B6 on black background.


Color preview on white background

This text has color #9074B6 on white background.



Black color preview on #9074B6 background

This text has black color on #9074B6 background.


White color preview on #9074B6 background

This text has white color on #9074B6 background.