COLOR #663D83

HEX: #663D83 RGB: (102,61,131)

Color info

#663D83 contains mainly red and blue colors. Web safe color of #663D83 is #663399 (or #639).

RGB color model

#663D83 color RGB value is (102,61,131).

RGB: (102,61,131) (40%, 24%, 51%)

RGB channels and saturation

R 102 of 255 = 40%
G 61 of 255 = 24%
B 131 of 255 = 51%

102
61
131

R + G + B ~ 38%. #663D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 61 + 131 = 294 (100%)
R 102 of 294 ~ 34.69%
G 61 of 294 ~ 20.75%
B 131 of 294 ~ 44.56'%

%34.69
%20.75
%44.56

CMYK color model

#663D83 color CMYK value is (22,53,0,49).

  • cyan value is 22.14%
  • magenta value is 53.44%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (22,53,0,49)
C22M53Y0K49 (22%, 53%, 0%, 49%)
(0.22 / 0.53 / 0.00 / 0.49)

CMYK percentages

%22.14
%53.44
%0
%48.63

Codes

Color #663D83 in popluar color models

66 3D 83
RGB 102 61 131
HSL 275° 36.46% 37.65%
HSB/HSV 275° 53.44% 51.37%
CMYK 22.14% 53.44% 0.00%
48.63%

Color #663D83 in popluar number systems.

HEX 66 3D 83
Decimal 102 61 131
Binary 1100110 111101 10000011
Octal 146 75 203

Shades and tints

Shades of #663D83

#663D83
(102,61,131)
#5D3878
(93,56,120)
#54336D
(84,51,109)
#4B2E62
(75,46,98)
#422957
(66,41,87)
#39244C
(57,36,76)
#301F41
(48,31,65)
#271A36
(39,26,54)
#1E152B
(30,21,43)
#151020
(21,16,32)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #663D83

#663D83
(102,61,131)
#734E8E
(115,78,142)
#805F99
(128,95,153)
#8D70A4
(141,112,164)
#9A81AF
(154,129,175)
#A792BA
(167,146,186)
#B4A3C5
(180,163,197)
#C1B4D0
(193,180,208)
#CEC5DB
(206,197,219)
#DBD6E6
(219,214,230)
#E8E7F1
(232,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #663D83 color. Also use rgb(102,61,131) instead hex code.

Text Font Color

.myTextColor { color: #663D83; }

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

This text font color is #663D83.

Background Color

.myBgColor { background-color: #663D83; }

<div style="background-color:#663D83">Inner text</div>

This div background color is #663D83.

Border color

.myBorderColor { border: 1px solid #663D83; }

<div style="border:3px solid #663D83">Div</div>

This div border color is #663D83.

Opacity

.myOpacity80 { color: #663D83; opacity: 0.8; }

<p style="color:#663D83;opacity:0.8;">80%</p>

Text with #663D83 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 #663D83;}

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

This text has shadow with #663D83 color.


.textShadow {text-shadow: 3px 3px 1px #663D83', 3px 3px 1px red;}

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

This text has shadow with #663D83 primary color and red secondary color.


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

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

This text has shadow with #663D83 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #663D83; -webkit-box-shadow: 1px 1px 3px 2px #663D83; box-shadow:1px 1px 3px 2px #663D83;">
Div content here
</div>

This div box has shadow with color #663D83.

Preview

Color preview on black background

This text has color #663D83 on black background.


Color preview on white background

This text has color #663D83 on white background.


Black color preview on #663D83 background

This text has black color on #663D83 background.


White color preview on #663D83 background

This text has white color on #663D83 background.


Related colors

Complementary color

Complementary color for #hex is #99C27C.


I love getcolorcode.com

Triadic colors

1 #83663D and #3D8366 with #663D83 are triadic colors.

2 #833D66 and #3D6683 with #663D83 are triadic colors.