COLOR #784F95

HEX: #784F95 RGB: (120,79,149)

Color info

#784F95 contains mainly red and blue colors. Web safe color of #784F95 is #666699 (or #669).

RGB color model

#784F95 color RGB value is (120,79,149).

RGB: (120,79,149) (47%, 31%, 58%)

RGB channels and saturation

R 120 of 255 = 47%
G 79 of 255 = 31%
B 149 of 255 = 58%

120
79
149

R + G + B ~ 45%. #784F95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 79 + 149 = 348 (100%)
R 120 of 348 ~ 34.48%
G 79 of 348 ~ 22.7%
B 149 of 348 ~ 42.82'%

%34.48
%22.7
%42.82

CMYK color model

#784F95 color CMYK value is (19,47,0,42).

  • cyan value is 19.46%
  • magenta value is 46.98%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (19,47,0,42)
C19M47Y0K42 (19%, 47%, 0%, 42%)
(0.19 / 0.47 / 0.00 / 0.42)

CMYK percentages

%19.46
%46.98
%0
%41.57

Codes

Color #784F95 in popluar color models

78 4F 95
RGB 120 79 149
HSL 275° 30.70% 44.71%
HSB/HSV 275° 46.98% 58.43%
CMYK 19.46% 46.98% 0.00%
41.57%

Color #784F95 in popluar number systems.

HEX 78 4F 95
Decimal 120 79 149
Binary 1111000 1001111 10010101
Octal 170 117 225

Shades and tints

Shades of #784F95

#784F95
(120,79,149)
#6E4888
(110,72,136)
#64417B
(100,65,123)
#5A3A6E
(90,58,110)
#503361
(80,51,97)
#462C54
(70,44,84)
#3C2547
(60,37,71)
#321E3A
(50,30,58)
#28172D
(40,23,45)
#1E1020
(30,16,32)
#140913
(20,9,19)
#000000
(0,0,0)

Tints of #784F95

#784F95
(120,79,149)
#845F9E
(132,95,158)
#906FA7
(144,111,167)
#9C7FB0
(156,127,176)
#A88FB9
(168,143,185)
#B49FC2
(180,159,194)
#C0AFCB
(192,175,203)
#CCBFD4
(204,191,212)
#D8CFDD
(216,207,221)
#E4DFE6
(228,223,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784F95 color. Also use rgb(120,79,149) instead hex code.

Text Font Color

.myTextColor { color: #784F95; }

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

This text font color is #784F95.

Background Color

.myBgColor { background-color: #784F95; }

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

This div background color is #784F95.

Border color

.myBorderColor { border: 1px solid #784F95; }

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

This div border color is #784F95.

Opacity

.myOpacity80 { color: #784F95; opacity: 0.8; }

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

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

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

This text has shadow with #784F95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #784F95.

Preview

Color preview on black background

This text has color #784F95 on black background.


Color preview on white background

This text has color #784F95 on white background.


Black color preview on #784F95 background

This text has black color on #784F95 background.


White color preview on #784F95 background

This text has white color on #784F95 background.


Related colors

Complementary color

Complementary color for #hex is #87B06A.


I love getcolorcode.com

Triadic colors

1 #95784F and #4F9578 with #784F95 are triadic colors.

2 #954F78 and #4F7895 with #784F95 are triadic colors.