COLOR #9080C4

HEX: #9080C4
RGB: (144,128,196)

Color info

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

RGB color model

#9080C4 color RGB value is (144,128,196).

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

RGB channels and saturation

R 144 of 255 = 56%
G 128 of 255 = 50%
B 196 of 255 = 77%

144
128
196

R + G + B ~ 61%. #9080C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 128 + 196 = 468 (100%)
R 144 of 468 ~ 30.77%
G 128 of 468 ~ 27.35%
B 196 of 468 ~ 41.88%

%30.77
%27.35
%41.88

CMYK color model

#9080C4 color CMYK value is (27,35,0,23).

  • cyan value is 26.53%
  • magenta value is 34.69%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(27,35,0,23)
C27M35Y0K23 
(27%,35%,0%,23%)
(0.27/0.35/0.00/0.23)	

CMYK percentages

%26.53
%34.69
%0
%23.14

Codes

Color #9080C4 in popluar color models

9080C4
RGB144128196
HSL254°36.56%63.53%
HSB/HSV254°34.69%76.86%
CMYK26.53%34.69%0.00%
23.14%

Color #9080C4 in popluar number systems.

HEX9080C4
Decimal144128196
Binary100100001000000011000100
Octal220200304

Shades and tints

Shades of #9080C4

#9080C4
(144,128,196)
#8375B3
(131,117,179)
#766AA2
(118,106,162)
#695F91
(105,95,145)
#5C5480
(92,84,128)
#4F496F
(79,73,111)
#423E5E
(66,62,94)
#35334D
(53,51,77)
#28283C
(40,40,60)
#1B1D2B
(27,29,43)
#0E121A
(14,18,26)
#000000
(0,0,0)

Tints of #9080C4

#9080C4
(144,128,196)
#9A8BC9
(154,139,201)
#A496CE
(164,150,206)
#AEA1D3
(174,161,211)
#B8ACD8
(184,172,216)
#C2B7DD
(194,183,221)
#CCC2E2
(204,194,226)
#D6CDE7
(214,205,231)
#E0D8EC
(224,216,236)
#EAE3F1
(234,227,241)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9080C4; }

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

This text font color is #9080C4.


Background Color

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

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

This div background color is #9080C4.


Border color

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

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

This div border color is #9080C4.


Opacity

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

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

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

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

This text has shadow with #9080C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9080C4 on black background.


Color preview on white background

This text has color #9080C4 on white background.



Black color preview on #9080C4 background

This text has black color on #9080C4 background.


White color preview on #9080C4 background

This text has white color on #9080C4 background.