COLOR #872395

HEX: #872395
RGB: (135,35,149)

Color info

#872395 contains mainly red and blue colors. Web safe color of #872395 is #993399 (or #939).

RGB color model

#872395 color RGB value is (135,35,149).

  • red value is 135;
  • green value is 35;
  • blue value is 149.
RGB:
(135,35,149)
(53%,14%,58%)

RGB channels and saturation

R 135 of 255 = 53%
G 35 of 255 = 14%
B 149 of 255 = 58%

135
35
149

R + G + B ~ 42%. #872395 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 35 + 149 = 319 (100%)
R 135 of 319 ~ 42.32%
G 35 of 319 ~ 10.97%
B 149 of 319 ~ 46.71%

%42.32
%10.97
%46.71

CMYK color model

#872395 color CMYK value is (9,77,0,42).

  • cyan value is 9.40%
  • magenta value is 76.51%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(9,77,0,42)
C9M77Y0K42 
(9%,77%,0%,42%)
(0.09/0.77/0.00/0.42)	

CMYK percentages

%9.4
%76.51
%0
%41.57

Codes

Color #872395 in popluar color models

872395
RGB13535149
HSL293°61.96%36.08%
HSB/HSV293°76.51%58.43%
CMYK9.40%76.51%0.00%
41.57%

Color #872395 in popluar number systems.

HEX872395
Decimal13535149
Binary1000011110001110010101
Octal20743225

Shades and tints

Shades of #872395

#872395
(135,35,149)
#7B2088
(123,32,136)
#6F1D7B
(111,29,123)
#631A6E
(99,26,110)
#571761
(87,23,97)
#4B1454
(75,20,84)
#3F1147
(63,17,71)
#330E3A
(51,14,58)
#270B2D
(39,11,45)
#1B0820
(27,8,32)
#0F0513
(15,5,19)
#000000
(0,0,0)

Tints of #872395

#872395
(135,35,149)
#91379E
(145,55,158)
#9B4BA7
(155,75,167)
#A55FB0
(165,95,176)
#AF73B9
(175,115,185)
#B987C2
(185,135,194)
#C39BCB
(195,155,203)
#CDAFD4
(205,175,212)
#D7C3DD
(215,195,221)
#E1D7E6
(225,215,230)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #872395 color. Also use rgb(135,35,149) instead hex code.

Text Font Color

.myTextColor { color: #872395; }

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

This text font color is #872395.


Background Color

.myBgColor { background-color: #872395; }

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

This div background color is #872395.


Border color

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

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

This div border color is #872395.


Opacity

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

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

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

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

This text has shadow with #872395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #872395 on black background.


Color preview on white background

This text has color #872395 on white background.



Black color preview on #872395 background

This text has black color on #872395 background.


White color preview on #872395 background

This text has white color on #872395 background.