COLOR #9080B8

HEX: #9080B8
RGB: (144,128,184)

Color info

#9080B8 contains red, green and blue colors in about the same proportion. Web safe color of #9080B8 is #9966CC (or #96C).

RGB color model

#9080B8 color RGB value is (144,128,184).

  • red value is 144;
  • green value is 128;
  • blue value is 184.
RGB:
(144,128,184)
(56%,50%,72%)

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 184 of 255 = 72%

144
128
184

R + G + B ~ 59%. #9080B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 184 = 456 (100%)
R 144 of 456 ~ 31.58%
G 128 of 456 ~ 28.07%
B 184 of 456 ~ 40.35%

%31.58
%28.07
%40.35

CMYK color model

#9080B8 color CMYK value is (22,30,0,28).

  • cyan value is 21.74%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(22,30,0,28)
C22M30Y0K28 
(22%,30%,0%,28%)
(0.22/0.30/0.00/0.28)	

CMYK percentages

%21.74
%30.43
%0
%27.84

Codes

Color #9080B8 in popluar color models

9080B8
RGB144128184
HSL257°28.28%61.18%
HSB/HSV257°30.43%72.16%
CMYK21.74%30.43%0.00%
27.84%

Color #9080B8 in popluar number systems.

HEX9080B8
Decimal144128184
Binary100100001000000010111000
Octal220200270

Shades and tints

Shades of #9080B8

#9080B8
(144,128,184)
#8375A8
(131,117,168)
#766A98
(118,106,152)
#695F88
(105,95,136)
#5C5478
(92,84,120)
#4F4968
(79,73,104)
#423E58
(66,62,88)
#353348
(53,51,72)
#282838
(40,40,56)
#1B1D28
(27,29,40)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #9080B8

#9080B8
(144,128,184)
#9A8BBE
(154,139,190)
#A496C4
(164,150,196)
#AEA1CA
(174,161,202)
#B8ACD0
(184,172,208)
#C2B7D6
(194,183,214)
#CCC2DC
(204,194,220)
#D6CDE2
(214,205,226)
#E0D8E8
(224,216,232)
#EAE3EE
(234,227,238)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9080B8 color. Also use rgb(144,128,184) instead hex code.

Text Font Color

.myTextColor { color: #9080B8; }

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

This text font color is #9080B8.


Background Color

.myBgColor { background-color: #9080B8; }

<div style="background-color:#9080B8">Inner text</div>

This div background color is #9080B8.


Border color

.myBorderColor { border: 1px solid #9080B8; }

<div style="border:3px solid #9080B8">Div</div>

This div border color is #9080B8.


Opacity

.myOpacity80 { color: #9080B8; opacity: 0.8; }

<p style="color:#9080B8;opacity:0.8;">80%</p>

Text with #9080B8 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 #9080B8;}

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

This text has shadow with #9080B8 color.

.textShadow {text-shadow: 3px 3px 1px #9080B8, 3px 3px 1px red;}

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

This text has shadow with #9080B8 primary color and red secondary color.


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

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

This text has shadow with #9080B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9080B8 on black background.


Color preview on white background

This text has color #9080B8 on white background.



Black color preview on #9080B8 background

This text has black color on #9080B8 background.


White color preview on #9080B8 background

This text has white color on #9080B8 background.