COLOR #861E75

HEX: #861E75
RGB: (134,30,117)

Color info

#861E75 contains mainly red and blue colors. Web safe color of #861E75 is #993366 (or #936).

RGB color model

#861E75 color RGB value is (134,30,117).

  • red value is 134;
  • green value is 30;
  • blue value is 117.
RGB:
(134,30,117)
(53%,12%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 30 of 255 = 12%
B 117 of 255 = 46%

134
30
117

R + G + B ~ 37%. #861E75 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
134 + 30 + 117 = 281 (100%)
R 134 of 281 ~ 47.69%
G 30 of 281 ~ 10.68%
B 117 of 281 ~ 41.64%

%47.69
%10.68
%41.64

CMYK color model

#861E75 color CMYK value is (0,78,13,47).

  • cyan value is 0.00%
  • magenta value is 77.61%
  • yellow value is 12.69%
  • key color value is 47.45%
CMYK:
(0,78,13,47)
C0M78Y13K47 
(0%,78%,13%,47%)
(0.00/0.78/0.13/0.47)	

CMYK percentages

%0
%77.61
%12.69
%47.45

Codes

Color #861E75 in popluar color models

861E75
RGB13430117
HSL310°63.41%32.16%
HSB/HSV310°77.61%52.55%
CMYK0.00%77.61%12.69%
47.45%

Color #861E75 in popluar number systems.

HEX861E75
Decimal13430117
Binary10000110111101110101
Octal20636165

Shades and tints

Shades of #861E75

#861E75
(134,30,117)
#7A1C6B
(122,28,107)
#6E1A61
(110,26,97)
#621857
(98,24,87)
#56164D
(86,22,77)
#4A1443
(74,20,67)
#3E1239
(62,18,57)
#32102F
(50,16,47)
#260E25
(38,14,37)
#1A0C1B
(26,12,27)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #861E75

#861E75
(134,30,117)
#913281
(145,50,129)
#9C468D
(156,70,141)
#A75A99
(167,90,153)
#B26EA5
(178,110,165)
#BD82B1
(189,130,177)
#C896BD
(200,150,189)
#D3AAC9
(211,170,201)
#DEBED5
(222,190,213)
#E9D2E1
(233,210,225)
#F4E6ED
(244,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #861E75 color. Also use rgb(134,30,117) instead hex code.

Text Font Color

.myTextColor { color: #861E75; }

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

This text font color is #861E75.


Background Color

.myBgColor { background-color: #861E75; }

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

This div background color is #861E75.


Border color

.myBorderColor { border: 1px solid #861E75; }

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

This div border color is #861E75.


Opacity

.myOpacity80 { color: #861E75; opacity: 0.8; }

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

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

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

This text has shadow with #861E75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #861E75 on black background.


Color preview on white background

This text has color #861E75 on white background.



Black color preview on #861E75 background

This text has black color on #861E75 background.


White color preview on #861E75 background

This text has white color on #861E75 background.