COLOR #682D8B

HEX: #682D8B RGB: (104,45,139)

Color info

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

RGB color model

#682D8B color RGB value is (104,45,139).

RGB: (104,45,139) (41%, 18%, 55%)

RGB channels and saturation

R 104 of 255 = 41%
G 45 of 255 = 18%
B 139 of 255 = 55%

104
45
139

R + G + B ~ 38%. #682D8B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 104 + 45 + 139 = 288 (100%)
R 104 of 288 ~ 36.11%
G 45 of 288 ~ 15.63%
B 139 of 288 ~ 48.26'%

%36.11
%15.63
%48.26

CMYK color model

#682D8B color CMYK value is (25,68,0,45).

  • cyan value is 25.18%
  • magenta value is 67.63%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (25,68,0,45)
C25M68Y0K45 (25%, 68%, 0%, 45%)
(0.25 / 0.68 / 0.00 / 0.45)

CMYK percentages

%25.18
%67.63
%0
%45.49

Codes

Color #682D8B in popluar color models

68 2D 8B
RGB 104 45 139
HSL 278° 51.09% 36.08%
HSB/HSV 278° 67.63% 54.51%
CMYK 25.18% 67.63% 0.00%
45.49%

Color #682D8B in popluar number systems.

HEX 68 2D 8B
Decimal 104 45 139
Binary 1101000 101101 10001011
Octal 150 55 213

Shades and tints

Shades of #682D8B

#682D8B
(104,45,139)
#5F297F
(95,41,127)
#562573
(86,37,115)
#4D2167
(77,33,103)
#441D5B
(68,29,91)
#3B194F
(59,25,79)
#321543
(50,21,67)
#291137
(41,17,55)
#200D2B
(32,13,43)
#17091F
(23,9,31)
#0E0513
(14,5,19)
#000000
(0,0,0)

Tints of #682D8B

#682D8B
(104,45,139)
#754095
(117,64,149)
#82539F
(130,83,159)
#8F66A9
(143,102,169)
#9C79B3
(156,121,179)
#A98CBD
(169,140,189)
#B69FC7
(182,159,199)
#C3B2D1
(195,178,209)
#D0C5DB
(208,197,219)
#DDD8E5
(221,216,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #682D8B color. Also use rgb(104,45,139) instead hex code.

Text Font Color

.myTextColor { color: #682D8B; }

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

This text font color is #682D8B.

Background Color

.myBgColor { background-color: #682D8B; }

<div style="background-color:#682D8B">Inner text</div>

This div background color is #682D8B.

Border color

.myBorderColor { border: 1px solid #682D8B; }

<div style="border:3px solid #682D8B">Div</div>

This div border color is #682D8B.

Opacity

.myOpacity80 { color: #682D8B; opacity: 0.8; }

<p style="color:#682D8B;opacity:0.8;">80%</p>

Text with #682D8B 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 #682D8B;}

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

This text has shadow with #682D8B color.


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

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

This text has shadow with #682D8B primary color and red secondary color.


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

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

This text has shadow with #682D8B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #682D8B.

Preview

Color preview on black background

This text has color #682D8B on black background.


Color preview on white background

This text has color #682D8B on white background.


Black color preview on #682D8B background

This text has black color on #682D8B background.


White color preview on #682D8B background

This text has white color on #682D8B background.


Related colors

Complementary color

Complementary color for #hex is #97D274.


I love getcolorcode.com

Triadic colors

1 #8B682D and #2D8B68 with #682D8B are triadic colors.

2 #8B2D68 and #2D688B with #682D8B are triadic colors.