COLOR #7F5995

HEX: #7F5995
RGB: (127,89,149)

Color info

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

RGB color model

#7F5995 color RGB value is (127,89,149).

  • red value is 127;
  • green value is 89;
  • blue value is 149.
RGB:
(127,89,149)
(50%,35%,58%)

RGB channels and saturation

R 127 of 255 = 50%
G 89 of 255 = 35%
B 149 of 255 = 58%

127
89
149

R + G + B ~ 48%. #7F5995 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
127 + 89 + 149 = 365 (100%)
R 127 of 365 ~ 34.79%
G 89 of 365 ~ 24.38%
B 149 of 365 ~ 40.82%

%34.79
%24.38
%40.82

CMYK color model

#7F5995 color CMYK value is (15,40,0,42).

  • cyan value is 14.77%
  • magenta value is 40.27%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(15,40,0,42)
C15M40Y0K42 
(15%,40%,0%,42%)
(0.15/0.40/0.00/0.42)	

CMYK percentages

%14.77
%40.27
%0
%41.57

Codes

Color #7F5995 in popluar color models

7F5995
RGB12789149
HSL278°25.21%46.67%
HSB/HSV278°40.27%58.43%
CMYK14.77%40.27%0.00%
41.57%

Color #7F5995 in popluar number systems.

HEX7F5995
Decimal12789149
Binary1111111101100110010101
Octal177131225

Shades and tints

Shades of #7F5995

#7F5995
(127,89,149)
#745188
(116,81,136)
#69497B
(105,73,123)
#5E416E
(94,65,110)
#533961
(83,57,97)
#483154
(72,49,84)
#3D2947
(61,41,71)
#32213A
(50,33,58)
#27192D
(39,25,45)
#1C1120
(28,17,32)
#110913
(17,9,19)
#000000
(0,0,0)

Tints of #7F5995

#7F5995
(127,89,149)
#8A689E
(138,104,158)
#9577A7
(149,119,167)
#A086B0
(160,134,176)
#AB95B9
(171,149,185)
#B6A4C2
(182,164,194)
#C1B3CB
(193,179,203)
#CCC2D4
(204,194,212)
#D7D1DD
(215,209,221)
#E2E0E6
(226,224,230)
#EDEFEF
(237,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5995 color. Also use rgb(127,89,149) instead hex code.

Text Font Color

.myTextColor { color: #7F5995; }

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

This text font color is #7F5995.


Background Color

.myBgColor { background-color: #7F5995; }

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

This div background color is #7F5995.


Border color

.myBorderColor { border: 1px solid #7F5995; }

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

This div border color is #7F5995.


Opacity

.myOpacity80 { color: #7F5995; opacity: 0.8; }

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

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

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

This text has shadow with #7F5995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5995 on black background.


Color preview on white background

This text has color #7F5995 on white background.



Black color preview on #7F5995 background

This text has black color on #7F5995 background.


White color preview on #7F5995 background

This text has white color on #7F5995 background.