COLOR #83288C

HEX: #83288C
RGB: (131,40,140)

Color info

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

RGB color model

#83288C color RGB value is (131,40,140).

  • red value is 131;
  • green value is 40;
  • blue value is 140.
RGB:
(131,40,140)
(51%,16%,55%)

RGB channels and saturation

R 131 of 255 = 51%
G 40 of 255 = 16%
B 140 of 255 = 55%

131
40
140

R + G + B ~ 41%. #83288C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 40 + 140 = 311 (100%)
R 131 of 311 ~ 42.12%
G 40 of 311 ~ 12.86%
B 140 of 311 ~ 45.02%

%42.12
%12.86
%45.02

CMYK color model

#83288C color CMYK value is (6,71,0,45).

  • cyan value is 6.43%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(6,71,0,45)
C6M71Y0K45 
(6%,71%,0%,45%)
(0.06/0.71/0.00/0.45)	

CMYK percentages

%6.43
%71.43
%0
%45.1

Codes

Color #83288C in popluar color models

83288C
RGB13140140
HSL295°55.56%35.29%
HSB/HSV295°71.43%54.90%
CMYK6.43%71.43%0.00%
45.10%

Color #83288C in popluar number systems.

HEX83288C
Decimal13140140
Binary1000001110100010001100
Octal20350214

Shades and tints

Shades of #83288C

#83288C
(131,40,140)
#782580
(120,37,128)
#6D2274
(109,34,116)
#621F68
(98,31,104)
#571C5C
(87,28,92)
#4C1950
(76,25,80)
#411644
(65,22,68)
#361338
(54,19,56)
#2B102C
(43,16,44)
#200D20
(32,13,32)
#150A14
(21,10,20)
#000000
(0,0,0)

Tints of #83288C

#83288C
(131,40,140)
#8E3B96
(142,59,150)
#994EA0
(153,78,160)
#A461AA
(164,97,170)
#AF74B4
(175,116,180)
#BA87BE
(186,135,190)
#C59AC8
(197,154,200)
#D0ADD2
(208,173,210)
#DBC0DC
(219,192,220)
#E6D3E6
(230,211,230)
#F1E6F0
(241,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #83288C color. Also use rgb(131,40,140) instead hex code.

Text Font Color

.myTextColor { color: #83288C; }

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

This text font color is #83288C.


Background Color

.myBgColor { background-color: #83288C; }

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

This div background color is #83288C.


Border color

.myBorderColor { border: 1px solid #83288C; }

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

This div border color is #83288C.


Opacity

.myOpacity80 { color: #83288C; opacity: 0.8; }

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

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

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

This text has shadow with #83288C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #83288C on black background.


Color preview on white background

This text has color #83288C on white background.



Black color preview on #83288C background

This text has black color on #83288C background.


White color preview on #83288C background

This text has white color on #83288C background.