COLOR #790F8B

HEX: #790F8B
RGB: (121,15,139)

Color info

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

RGB color model

#790F8B color RGB value is (121,15,139).

  • red value is 121;
  • green value is 15;
  • blue value is 139.
RGB:
(121,15,139)
(47%,6%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 15 of 255 = 6%
B 139 of 255 = 55%

121
15
139

R + G + B ~ 36%. #790F8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 15 + 139 = 275 (100%)
R 121 of 275 ~ 44%
G 15 of 275 ~ 5.45%
B 139 of 275 ~ 50.55%

%44
%50.55

CMYK color model

#790F8B color CMYK value is (13,89,0,45).

  • cyan value is 12.95%
  • magenta value is 89.21%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(13,89,0,45)
C13M89Y0K45 
(13%,89%,0%,45%)
(0.13/0.89/0.00/0.45)	

CMYK percentages

%12.95
%89.21
%0
%45.49

Codes

Color #790F8B in popluar color models

790F8B
RGB12115139
HSL291°80.52%30.20%
HSB/HSV291°89.21%54.51%
CMYK12.95%89.21%0.00%
45.49%

Color #790F8B in popluar number systems.

HEX790F8B
Decimal12115139
Binary1111001111110001011
Octal17117213

Shades and tints

Shades of #790F8B

#790F8B
(121,15,139)
#6E0E7F
(110,14,127)
#630D73
(99,13,115)
#580C67
(88,12,103)
#4D0B5B
(77,11,91)
#420A4F
(66,10,79)
#370943
(55,9,67)
#2C0837
(44,8,55)
#21072B
(33,7,43)
#16061F
(22,6,31)
#0B0513
(11,5,19)
#000000
(0,0,0)

Tints of #790F8B

#790F8B
(121,15,139)
#852495
(133,36,149)
#91399F
(145,57,159)
#9D4EA9
(157,78,169)
#A963B3
(169,99,179)
#B578BD
(181,120,189)
#C18DC7
(193,141,199)
#CDA2D1
(205,162,209)
#D9B7DB
(217,183,219)
#E5CCE5
(229,204,229)
#F1E1EF
(241,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790F8B color. Also use rgb(121,15,139) instead hex code.

Text Font Color

.myTextColor { color: #790F8B; }

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

This text font color is #790F8B.


Background Color

.myBgColor { background-color: #790F8B; }

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

This div background color is #790F8B.


Border color

.myBorderColor { border: 1px solid #790F8B; }

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

This div border color is #790F8B.


Opacity

.myOpacity80 { color: #790F8B; opacity: 0.8; }

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

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

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

This text has shadow with #790F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790F8B on black background.


Color preview on white background

This text has color #790F8B on white background.



Black color preview on #790F8B background

This text has black color on #790F8B background.


White color preview on #790F8B background

This text has white color on #790F8B background.