COLOR #9080D0

HEX: #9080D0
RGB: (144,128,208)

Color info

#9080D0 contains mainly blue color. Web safe color of #9080D0 is #9966CC (or #96C).

RGB color model

#9080D0 color RGB value is (144,128,208).

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

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 208 of 255 = 82%

144
128
208

R + G + B ~ 63%. #9080D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 208 = 480 (100%)
R 144 of 480 ~ 30%
G 128 of 480 ~ 26.67%
B 208 of 480 ~ 43.33%

%30
%26.67
%43.33

CMYK color model

#9080D0 color CMYK value is (31,38,0,18).

  • cyan value is 30.77%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(31,38,0,18)
C31M38Y0K18 
(31%,38%,0%,18%)
(0.31/0.38/0.00/0.18)	

CMYK percentages

%30.77
%38.46
%0
%18.43

Codes

Color #9080D0 in popluar color models

9080D0
RGB144128208
HSL252°45.98%65.88%
HSB/HSV252°38.46%81.57%
CMYK30.77%38.46%0.00%
18.43%

Color #9080D0 in popluar number systems.

HEX9080D0
Decimal144128208
Binary100100001000000011010000
Octal220200320

Shades and tints

Shades of #9080D0

#9080D0
(144,128,208)
#8375BE
(131,117,190)
#766AAC
(118,106,172)
#695F9A
(105,95,154)
#5C5488
(92,84,136)
#4F4976
(79,73,118)
#423E64
(66,62,100)
#353352
(53,51,82)
#282840
(40,40,64)
#1B1D2E
(27,29,46)
#0E121C
(14,18,28)
#000000
(0,0,0)

Tints of #9080D0

#9080D0
(144,128,208)
#9A8BD4
(154,139,212)
#A496D8
(164,150,216)
#AEA1DC
(174,161,220)
#B8ACE0
(184,172,224)
#C2B7E4
(194,183,228)
#CCC2E8
(204,194,232)
#D6CDEC
(214,205,236)
#E0D8F0
(224,216,240)
#EAE3F4
(234,227,244)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9080D0; }

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

This text font color is #9080D0.


Background Color

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

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

This div background color is #9080D0.


Border color

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

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

This div border color is #9080D0.


Opacity

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

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

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

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

This text has shadow with #9080D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9080D0 on black background.


Color preview on white background

This text has color #9080D0 on white background.



Black color preview on #9080D0 background

This text has black color on #9080D0 background.


White color preview on #9080D0 background

This text has white color on #9080D0 background.