COLOR #823D88

HEX: #823D88
RGB: (130,61,136)

Color info

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

RGB color model

#823D88 color RGB value is (130,61,136).

  • red value is 130;
  • green value is 61;
  • blue value is 136.
RGB:
(130,61,136)
(51%,24%,53%)

RGB channels and saturation

R 130 of 255 = 51%
G 61 of 255 = 24%
B 136 of 255 = 53%

130
61
136

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

Portions of RGB colors in percentages

R + G + B =
130 + 61 + 136 = 327 (100%)
R 130 of 327 ~ 39.76%
G 61 of 327 ~ 18.65%
B 136 of 327 ~ 41.59%

%39.76
%18.65
%41.59

CMYK color model

#823D88 color CMYK value is (4,55,0,47).

  • cyan value is 4.41%
  • magenta value is 55.15%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(4,55,0,47)
C4M55Y0K47 
(4%,55%,0%,47%)
(0.04/0.55/0.00/0.47)	

CMYK percentages

%4.41
%55.15
%0
%46.67

Codes

Color #823D88 in popluar color models

823D88
RGB13061136
HSL295°38.07%38.63%
HSB/HSV295°55.15%53.33%
CMYK4.41%55.15%0.00%
46.67%

Color #823D88 in popluar number systems.

HEX823D88
Decimal13061136
Binary1000001011110110001000
Octal20275210

Shades and tints

Shades of #823D88

#823D88
(130,61,136)
#77387C
(119,56,124)
#6C3370
(108,51,112)
#612E64
(97,46,100)
#562958
(86,41,88)
#4B244C
(75,36,76)
#401F40
(64,31,64)
#351A34
(53,26,52)
#2A1528
(42,21,40)
#1F101C
(31,16,28)
#140B10
(20,11,16)
#000000
(0,0,0)

Tints of #823D88

#823D88
(130,61,136)
#8D4E92
(141,78,146)
#985F9C
(152,95,156)
#A370A6
(163,112,166)
#AE81B0
(174,129,176)
#B992BA
(185,146,186)
#C4A3C4
(196,163,196)
#CFB4CE
(207,180,206)
#DAC5D8
(218,197,216)
#E5D6E2
(229,214,226)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #823D88 color. Also use rgb(130,61,136) instead hex code.

Text Font Color

.myTextColor { color: #823D88; }

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

This text font color is #823D88.


Background Color

.myBgColor { background-color: #823D88; }

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

This div background color is #823D88.


Border color

.myBorderColor { border: 1px solid #823D88; }

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

This div border color is #823D88.


Opacity

.myOpacity80 { color: #823D88; opacity: 0.8; }

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

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

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

This text has shadow with #823D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #823D88 on black background.


Color preview on white background

This text has color #823D88 on white background.



Black color preview on #823D88 background

This text has black color on #823D88 background.


White color preview on #823D88 background

This text has white color on #823D88 background.