COLOR #550980

HEX: #550980
RGB: (85,9,128)

Color info

#550980 contains mainly red and blue colors. Web safe color of #550980 is #660066 (or #606).

RGB color model

#550980 color RGB value is (85,9,128).

  • red value is 85;
  • green value is 9;
  • blue value is 128.
RGB:
(85,9,128)
(33%,4%,50%)

RGB channels and saturation

R 85 of 255 = 33%
G 9 of 255 = 4%
B 128 of 255 = 50%

85
9
128

R + G + B ~ 29%. #550980 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 9 + 128 = 222 (100%)
R 85 of 222 ~ 38.29%
G 9 of 222 ~ 4.05%
B 128 of 222 ~ 57.66%

%38.29
%57.66

CMYK color model

#550980 color CMYK value is (34,93,0,50).

  • cyan value is 33.59%
  • magenta value is 92.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(34,93,0,50)
C34M93Y0K50 
(34%,93%,0%,50%)
(0.34/0.93/0.00/0.50)	

CMYK percentages

%33.59
%92.97
%0
%49.8

Codes

Color #550980 in popluar color models

550980
RGB859128
HSL278°86.86%26.86%
HSB/HSV278°92.97%50.20%
CMYK33.59%92.97%0.00%
49.80%

Color #550980 in popluar number systems.

HEX550980
Decimal859128
Binary1010101100110000000
Octal12511200

Shades and tints

Shades of #550980

#550980
(85,9,128)
#4E0975
(78,9,117)
#47096A
(71,9,106)
#40095F
(64,9,95)
#390954
(57,9,84)
#320949
(50,9,73)
#2B093E
(43,9,62)
#240933
(36,9,51)
#1D0928
(29,9,40)
#16091D
(22,9,29)
#0F0912
(15,9,18)
#000000
(0,0,0)

Tints of #550980

#550980
(85,9,128)
#641F8B
(100,31,139)
#733596
(115,53,150)
#824BA1
(130,75,161)
#9161AC
(145,97,172)
#A077B7
(160,119,183)
#AF8DC2
(175,141,194)
#BEA3CD
(190,163,205)
#CDB9D8
(205,185,216)
#DCCFE3
(220,207,227)
#EBE5EE
(235,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #550980 color. Also use rgb(85,9,128) instead hex code.

Text Font Color

.myTextColor { color: #550980; }

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

This text font color is #550980.


Background Color

.myBgColor { background-color: #550980; }

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

This div background color is #550980.


Border color

.myBorderColor { border: 1px solid #550980; }

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

This div border color is #550980.


Opacity

.myOpacity80 { color: #550980; opacity: 0.8; }

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

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

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

This text has shadow with #550980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #550980 on black background.


Color preview on white background

This text has color #550980 on white background.



Black color preview on #550980 background

This text has black color on #550980 background.


White color preview on #550980 background

This text has white color on #550980 background.