COLOR #780883

HEX: #780883 RGB: (120,8,131)

Color info

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

RGB color model

#780883 color RGB value is (120,8,131).

RGB: (120,8,131) (47%, 3%, 51%)

RGB channels and saturation

R 120 of 255 = 47%
G 8 of 255 = 3%
B 131 of 255 = 51%

120
8
131

R + G + B ~ 34%. #780883 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 120 + 8 + 131 = 259 (100%)
R 120 of 259 ~ 46.33%
G 8 of 259 ~ 3.09%
B 131 of 259 ~ 50.58'%

%46.33
%50.58

CMYK color model

#780883 color CMYK value is (8,94,0,49).

  • cyan value is 8.40%
  • magenta value is 93.89%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK: (8,94,0,49) C8M94Y0K49 (8%,94%,0%,49%) (0.08/0.94/0.00/0.49) 

CMYK percentages

%8.4
%93.89
%0
%48.63

Codes

Color #780883 in popluar color models

78 08 83
RGB 120 8 131
HSL 295° 88.49% 27.25%
HSB/HSV 295° 93.89% 51.37%
CMYK 8.40% 93.89% 0.00%
48.63%

Color #780883 in popluar number systems.

HEX 78 08 83
Decimal 120 8 131
Binary 1111000 1000 10000011
Octal 170 10 203

Shades and tints

Shades of #780883

#780883
(120,8,131)
#6E0878
(110,8,120)
#64086D
(100,8,109)
#5A0862
(90,8,98)
#500857
(80,8,87)
#46084C
(70,8,76)
#3C0841
(60,8,65)
#320836
(50,8,54)
#28082B
(40,8,43)
#1E0820
(30,8,32)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #780883

#780883
(120,8,131)
#841E8E
(132,30,142)
#903499
(144,52,153)
#9C4AA4
(156,74,164)
#A860AF
(168,96,175)
#B476BA
(180,118,186)
#C08CC5
(192,140,197)
#CCA2D0
(204,162,208)
#D8B8DB
(216,184,219)
#E4CEE6
(228,206,230)
#F0E4F1
(240,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #780883; }

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

This text font color is #780883.

Background Color

.myBgColor { background-color: #780883; }

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

This div background color is #780883.

Border color

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

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

This div border color is #780883.

Opacity

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

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

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

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

This text has shadow with #780883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #780883.

Preview

Color preview on black background

This text has color #780883 on black background.


Color preview on white background

This text has color #780883 on white background.


Black color preview on #780883 background

This text has black color on #780883 background.


White color preview on #780883 background

This text has white color on #780883 background.


Related colors

Complementary color

Complementary color for #hex is #87F77C.


I love getcolorcode.com

Triadic colors

1 #837808 and #088378 with #780883 are triadic colors.

2 #830878 and #087883 with #780883 are triadic colors.