COLOR #833C95

HEX: #833C95
RGB: (131,60,149)

Color info

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

RGB color model

#833C95 color RGB value is (131,60,149).

  • red value is 131;
  • green value is 60;
  • blue value is 149.
RGB:
(131,60,149)
(51%,24%,58%)

RGB channels and saturation

R 131 of 255 = 51%
G 60 of 255 = 24%
B 149 of 255 = 58%

131
60
149

R + G + B ~ 44%. #833C95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
131 + 60 + 149 = 340 (100%)
R 131 of 340 ~ 38.53%
G 60 of 340 ~ 17.65%
B 149 of 340 ~ 43.82%

%38.53
%17.65
%43.82

CMYK color model

#833C95 color CMYK value is (12,60,0,42).

  • cyan value is 12.08%
  • magenta value is 59.73%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(12,60,0,42)
C12M60Y0K42 
(12%,60%,0%,42%)
(0.12/0.60/0.00/0.42)	

CMYK percentages

%12.08
%59.73
%0
%41.57

Codes

Color #833C95 in popluar color models

833C95
RGB13160149
HSL288°42.58%40.98%
HSB/HSV288°59.73%58.43%
CMYK12.08%59.73%0.00%
41.57%

Color #833C95 in popluar number systems.

HEX833C95
Decimal13160149
Binary1000001111110010010101
Octal20374225

Shades and tints

Shades of #833C95

#833C95
(131,60,149)
#783788
(120,55,136)
#6D327B
(109,50,123)
#622D6E
(98,45,110)
#572861
(87,40,97)
#4C2354
(76,35,84)
#411E47
(65,30,71)
#36193A
(54,25,58)
#2B142D
(43,20,45)
#200F20
(32,15,32)
#150A13
(21,10,19)
#000000
(0,0,0)

Tints of #833C95

#833C95
(131,60,149)
#8E4D9E
(142,77,158)
#995EA7
(153,94,167)
#A46FB0
(164,111,176)
#AF80B9
(175,128,185)
#BA91C2
(186,145,194)
#C5A2CB
(197,162,203)
#D0B3D4
(208,179,212)
#DBC4DD
(219,196,221)
#E6D5E6
(230,213,230)
#F1E6EF
(241,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #833C95 color. Also use rgb(131,60,149) instead hex code.

Text Font Color

.myTextColor { color: #833C95; }

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

This text font color is #833C95.


Background Color

.myBgColor { background-color: #833C95; }

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

This div background color is #833C95.


Border color

.myBorderColor { border: 1px solid #833C95; }

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

This div border color is #833C95.


Opacity

.myOpacity80 { color: #833C95; opacity: 0.8; }

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

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

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

This text has shadow with #833C95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #833C95 on black background.


Color preview on white background

This text has color #833C95 on white background.



Black color preview on #833C95 background

This text has black color on #833C95 background.


White color preview on #833C95 background

This text has white color on #833C95 background.