COLOR #8C2F8C

HEX: #8C2F8C
RGB: (140,47,140)

Color info

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

RGB color model

#8C2F8C color RGB value is (140,47,140).

  • red value is 140;
  • green value is 47;
  • blue value is 140.
RGB:
(140,47,140)
(55%,18%,55%)

RGB channels and saturation

R 140 of 255 = 55%
G 47 of 255 = 18%
B 140 of 255 = 55%

140
47
140

R + G + B ~ 43%. #8C2F8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 47 + 140 = 327 (100%)
R 140 of 327 ~ 42.81%
G 47 of 327 ~ 14.37%
B 140 of 327 ~ 42.81%

%42.81
%14.37
%42.81

CMYK color model

#8C2F8C color CMYK value is (0,66,0,45).

  • cyan value is 0.00%
  • magenta value is 66.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(0,66,0,45)
C0M66Y0K45 
(0%,66%,0%,45%)
(0.00/0.66/0.00/0.45)	

CMYK percentages

%0
%66.43
%0
%45.1

Codes

Color #8C2F8C in popluar color models

8C2F8C
RGB14047140
HSL300°49.73%36.67%
HSB/HSV300°66.43%54.90%
CMYK0.00%66.43%0.00%
45.10%

Color #8C2F8C in popluar number systems.

HEX8C2F8C
Decimal14047140
Binary1000110010111110001100
Octal21457214

Shades and tints

Shades of #8C2F8C

#8C2F8C
(140,47,140)
#802B80
(128,43,128)
#742774
(116,39,116)
#682368
(104,35,104)
#5C1F5C
(92,31,92)
#501B50
(80,27,80)
#441744
(68,23,68)
#381338
(56,19,56)
#2C0F2C
(44,15,44)
#200B20
(32,11,32)
#140714
(20,7,20)
#000000
(0,0,0)

Tints of #8C2F8C

#8C2F8C
(140,47,140)
#964196
(150,65,150)
#A053A0
(160,83,160)
#AA65AA
(170,101,170)
#B477B4
(180,119,180)
#BE89BE
(190,137,190)
#C89BC8
(200,155,200)
#D2ADD2
(210,173,210)
#DCBFDC
(220,191,220)
#E6D1E6
(230,209,230)
#F0E3F0
(240,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8C2F8C color. Also use rgb(140,47,140) instead hex code.

Text Font Color

.myTextColor { color: #8C2F8C; }

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

This text font color is #8C2F8C.


Background Color

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

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

This div background color is #8C2F8C.


Border color

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

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

This div border color is #8C2F8C.


Opacity

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

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

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

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

This text has shadow with #8C2F8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8C2F8C on black background.


Color preview on white background

This text has color #8C2F8C on white background.



Black color preview on #8C2F8C background

This text has black color on #8C2F8C background.


White color preview on #8C2F8C background

This text has white color on #8C2F8C background.