COLOR #780889

HEX: #780889
RGB: (120,8,137)

Color info

#780889 contains mainly red and blue colors. Web safe color of #780889 is #660099 (or #609).

RGB color model

#780889 color RGB value is (120,8,137).

  • red value is 120;
  • green value is 8;
  • blue value is 137.
RGB:
(120,8,137)
(47%,3%,54%)

RGB channels and saturation

R 120 of 255 = 47%
G 8 of 255 = 3%
B 137 of 255 = 54%

120
8
137

R + G + B ~ 35%. #780889 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 8 + 137 = 265 (100%)
R 120 of 265 ~ 45.28%
G 8 of 265 ~ 3.02%
B 137 of 265 ~ 51.7%

%45.28
%51.7

CMYK color model

#780889 color CMYK value is (12,94,0,46).

  • cyan value is 12.41%
  • magenta value is 94.16%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(12,94,0,46)
C12M94Y0K46 
(12%,94%,0%,46%)
(0.12/0.94/0.00/0.46)	

CMYK percentages

%12.41
%94.16
%0
%46.27

Codes

Color #780889 in popluar color models

780889
RGB1208137
HSL292°88.97%28.43%
HSB/HSV292°94.16%53.73%
CMYK12.41%94.16%0.00%
46.27%

Color #780889 in popluar number systems.

HEX780889
Decimal1208137
Binary1111000100010001001
Octal17010211

Shades and tints

Shades of #780889

#780889
(120,8,137)
#6E087D
(110,8,125)
#640871
(100,8,113)
#5A0865
(90,8,101)
#500859
(80,8,89)
#46084D
(70,8,77)
#3C0841
(60,8,65)
#320835
(50,8,53)
#280829
(40,8,41)
#1E081D
(30,8,29)
#140811
(20,8,17)
#000000
(0,0,0)

Tints of #780889

#780889
(120,8,137)
#841E93
(132,30,147)
#90349D
(144,52,157)
#9C4AA7
(156,74,167)
#A860B1
(168,96,177)
#B476BB
(180,118,187)
#C08CC5
(192,140,197)
#CCA2CF
(204,162,207)
#D8B8D9
(216,184,217)
#E4CEE3
(228,206,227)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #780889 color. Also use rgb(120,8,137) instead hex code.

Text Font Color

.myTextColor { color: #780889; }

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

This text font color is #780889.


Background Color

.myBgColor { background-color: #780889; }

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

This div background color is #780889.


Border color

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

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

This div border color is #780889.


Opacity

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

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

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

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

This text has shadow with #780889 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #780889 on black background.


Color preview on white background

This text has color #780889 on white background.



Black color preview on #780889 background

This text has black color on #780889 background.


White color preview on #780889 background

This text has white color on #780889 background.