COLOR #9072BB

HEX: #9072BB
RGB: (144,114,187)

Color info

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

RGB color model

#9072BB color RGB value is (144,114,187).

  • red value is 144;
  • green value is 114;
  • blue value is 187.
RGB:
(144,114,187)
(56%,45%,73%)

RGB channels and saturation

R 144 of 255 = 56%
G 114 of 255 = 45%
B 187 of 255 = 73%

144
114
187

R + G + B ~ 58%. #9072BB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 114 + 187 = 445 (100%)
R 144 of 445 ~ 32.36%
G 114 of 445 ~ 25.62%
B 187 of 445 ~ 42.02%

%32.36
%25.62
%42.02

CMYK color model

#9072BB color CMYK value is (23,39,0,27).

  • cyan value is 22.99%
  • magenta value is 39.04%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(23,39,0,27)
C23M39Y0K27 
(23%,39%,0%,27%)
(0.23/0.39/0.00/0.27)	

CMYK percentages

%22.99
%39.04
%0
%26.67

Codes

Color #9072BB in popluar color models

9072BB
RGB144114187
HSL265°34.93%59.02%
HSB/HSV265°39.04%73.33%
CMYK22.99%39.04%0.00%
26.67%

Color #9072BB in popluar number systems.

HEX9072BB
Decimal144114187
Binary10010000111001010111011
Octal220162273

Shades and tints

Shades of #9072BB

#9072BB
(144,114,187)
#8368AA
(131,104,170)
#765E99
(118,94,153)
#695488
(105,84,136)
#5C4A77
(92,74,119)
#4F4066
(79,64,102)
#423655
(66,54,85)
#352C44
(53,44,68)
#282233
(40,34,51)
#1B1822
(27,24,34)
#0E0E11
(14,14,17)
#000000
(0,0,0)

Tints of #9072BB

#9072BB
(144,114,187)
#9A7EC1
(154,126,193)
#A48AC7
(164,138,199)
#AE96CD
(174,150,205)
#B8A2D3
(184,162,211)
#C2AED9
(194,174,217)
#CCBADF
(204,186,223)
#D6C6E5
(214,198,229)
#E0D2EB
(224,210,235)
#EADEF1
(234,222,241)
#F4EAF7
(244,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9072BB color. Also use rgb(144,114,187) instead hex code.

Text Font Color

.myTextColor { color: #9072BB; }

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

This text font color is #9072BB.


Background Color

.myBgColor { background-color: #9072BB; }

<div style="background-color:#9072BB">Inner text</div>

This div background color is #9072BB.


Border color

.myBorderColor { border: 1px solid #9072BB; }

<div style="border:3px solid #9072BB">Div</div>

This div border color is #9072BB.


Opacity

.myOpacity80 { color: #9072BB; opacity: 0.8; }

<p style="color:#9072BB;opacity:0.8;">80%</p>

Text with #9072BB 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 #9072BB;}

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

This text has shadow with #9072BB color.

.textShadow {text-shadow: 3px 3px 1px #9072BB, 3px 3px 1px red;}

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

This text has shadow with #9072BB primary color and red secondary color.


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

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

This text has shadow with #9072BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9072BB on black background.


Color preview on white background

This text has color #9072BB on white background.



Black color preview on #9072BB background

This text has black color on #9072BB background.


White color preview on #9072BB background

This text has white color on #9072BB background.