COLOR #883FAF

HEX: #883FAF
RGB: (136,63,175)

Color info

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

RGB color model

#883FAF color RGB value is (136,63,175).

  • red value is 136;
  • green value is 63;
  • blue value is 175.
RGB:
(136,63,175)
(53%,25%,69%)

RGB channels and saturation

R 136 of 255 = 53%
G 63 of 255 = 25%
B 175 of 255 = 69%

136
63
175

R + G + B ~ 49%. #883FAF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 63 + 175 = 374 (100%)
R 136 of 374 ~ 36.36%
G 63 of 374 ~ 16.84%
B 175 of 374 ~ 46.79%

%36.36
%16.84
%46.79

CMYK color model

#883FAF color CMYK value is (22,64,0,31).

  • cyan value is 22.29%
  • magenta value is 64.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,64,0,31)
C22M64Y0K31 
(22%,64%,0%,31%)
(0.22/0.64/0.00/0.31)	

CMYK percentages

%22.29
%64
%0
%31.37

Codes

Color #883FAF in popluar color models

883FAF
RGB13663175
HSL279°47.06%46.67%
HSB/HSV279°64.00%68.63%
CMYK22.29%64.00%0.00%
31.37%

Color #883FAF in popluar number systems.

HEX883FAF
Decimal13663175
Binary1000100011111110101111
Octal21077257

Shades and tints

Shades of #883FAF

#883FAF
(136,63,175)
#7C3AA0
(124,58,160)
#703591
(112,53,145)
#643082
(100,48,130)
#582B73
(88,43,115)
#4C2664
(76,38,100)
#402155
(64,33,85)
#341C46
(52,28,70)
#281737
(40,23,55)
#1C1228
(28,18,40)
#100D19
(16,13,25)
#000000
(0,0,0)

Tints of #883FAF

#883FAF
(136,63,175)
#9250B6
(146,80,182)
#9C61BD
(156,97,189)
#A672C4
(166,114,196)
#B083CB
(176,131,203)
#BA94D2
(186,148,210)
#C4A5D9
(196,165,217)
#CEB6E0
(206,182,224)
#D8C7E7
(216,199,231)
#E2D8EE
(226,216,238)
#ECE9F5
(236,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #883FAF color. Also use rgb(136,63,175) instead hex code.

Text Font Color

.myTextColor { color: #883FAF; }

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

This text font color is #883FAF.


Background Color

.myBgColor { background-color: #883FAF; }

<div style="background-color:#883FAF">Inner text</div>

This div background color is #883FAF.


Border color

.myBorderColor { border: 1px solid #883FAF; }

<div style="border:3px solid #883FAF">Div</div>

This div border color is #883FAF.


Opacity

.myOpacity80 { color: #883FAF; opacity: 0.8; }

<p style="color:#883FAF;opacity:0.8;">80%</p>

Text with #883FAF 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 #883FAF;}

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

This text has shadow with #883FAF color.

.textShadow {text-shadow: 3px 3px 1px #883FAF, 3px 3px 1px red;}

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

This text has shadow with #883FAF primary color and red secondary color.


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

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

This text has shadow with #883FAF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #883FAF on black background.


Color preview on white background

This text has color #883FAF on white background.



Black color preview on #883FAF background

This text has black color on #883FAF background.


White color preview on #883FAF background

This text has white color on #883FAF background.