COLOR #8B196C

HEX: #8B196C
RGB: (139,25,108)

Color info

#8B196C contains mainly red and blue colors. Web safe color of #8B196C is #990066 (or #906).

RGB color model

#8B196C color RGB value is (139,25,108).

  • red value is 139;
  • green value is 25;
  • blue value is 108.
RGB:
(139,25,108)
(55%,10%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 25 of 255 = 10%
B 108 of 255 = 42%

139
25
108

R + G + B ~ 36%. #8B196C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
139 + 25 + 108 = 272 (100%)
R 139 of 272 ~ 51.1%
G 25 of 272 ~ 9.19%
B 108 of 272 ~ 39.71%

%51.1
%39.71

CMYK color model

#8B196C color CMYK value is (0,82,22,45).

  • cyan value is 0.00%
  • magenta value is 82.01%
  • yellow value is 22.30%
  • key color value is 45.49%
CMYK:
(0,82,22,45)
C0M82Y22K45 
(0%,82%,22%,45%)
(0.00/0.82/0.22/0.45)	

CMYK percentages

%0
%82.01
%22.3
%45.49

Codes

Color #8B196C in popluar color models

8B196C
RGB13925108
HSL316°69.51%32.16%
HSB/HSV316°82.01%54.51%
CMYK0.00%82.01%22.30%
45.49%

Color #8B196C in popluar number systems.

HEX8B196C
Decimal13925108
Binary10001011110011101100
Octal21331154

Shades and tints

Shades of #8B196C

#8B196C
(139,25,108)
#7F1763
(127,23,99)
#73155A
(115,21,90)
#671351
(103,19,81)
#5B1148
(91,17,72)
#4F0F3F
(79,15,63)
#430D36
(67,13,54)
#370B2D
(55,11,45)
#2B0924
(43,9,36)
#1F071B
(31,7,27)
#130512
(19,5,18)
#000000
(0,0,0)

Tints of #8B196C

#8B196C
(139,25,108)
#952D79
(149,45,121)
#9F4186
(159,65,134)
#A95593
(169,85,147)
#B369A0
(179,105,160)
#BD7DAD
(189,125,173)
#C791BA
(199,145,186)
#D1A5C7
(209,165,199)
#DBB9D4
(219,185,212)
#E5CDE1
(229,205,225)
#EFE1EE
(239,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B196C color. Also use rgb(139,25,108) instead hex code.

Text Font Color

.myTextColor { color: #8B196C; }

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

This text font color is #8B196C.


Background Color

.myBgColor { background-color: #8B196C; }

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

This div background color is #8B196C.


Border color

.myBorderColor { border: 1px solid #8B196C; }

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

This div border color is #8B196C.


Opacity

.myOpacity80 { color: #8B196C; opacity: 0.8; }

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

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

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

This text has shadow with #8B196C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B196C on black background.


Color preview on white background

This text has color #8B196C on white background.



Black color preview on #8B196C background

This text has black color on #8B196C background.


White color preview on #8B196C background

This text has white color on #8B196C background.