COLOR #631F9D

HEX: #631F9D RGB: (99,31,157)

Color info

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

RGB color model

#631F9D color RGB value is (99,31,157).

RGB: (99,31,157) (39%, 12%, 62%)

RGB channels and saturation

R 99 of 255 = 39%
G 31 of 255 = 12%
B 157 of 255 = 62%

99
31
157

R + G + B ~ 38%. #631F9D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 99 + 31 + 157 = 287 (100%)
R 99 of 287 ~ 34.49%
G 31 of 287 ~ 10.8%
B 157 of 287 ~ 54.7'%

%34.49
%10.8
%54.7

CMYK color model

#631F9D color CMYK value is (37,80,0,38).

  • cyan value is 36.94%
  • magenta value is 80.25%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (37,80,0,38) C37M80Y0K38 (37%,80%,0%,38%) (0.37/0.80/0.00/0.38) 

CMYK percentages

%36.94
%80.25
%0
%38.43

Codes

Color #631F9D in popluar color models

63 1F 9D
RGB 99 31 157
HSL 272° 67.02% 36.86%
HSB/HSV 272° 80.25% 61.57%
CMYK 36.94% 80.25% 0.00%
38.43%

Color #631F9D in popluar number systems.

HEX 63 1F 9D
Decimal 99 31 157
Binary 1100011 11111 10011101
Octal 143 37 235

Shades and tints

Shades of #631F9D

#631F9D
(99,31,157)
#5A1D8F
(90,29,143)
#511B81
(81,27,129)
#481973
(72,25,115)
#3F1765
(63,23,101)
#361557
(54,21,87)
#2D1349
(45,19,73)
#24113B
(36,17,59)
#1B0F2D
(27,15,45)
#120D1F
(18,13,31)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #631F9D

#631F9D
(99,31,157)
#7133A5
(113,51,165)
#7F47AD
(127,71,173)
#8D5BB5
(141,91,181)
#9B6FBD
(155,111,189)
#A983C5
(169,131,197)
#B797CD
(183,151,205)
#C5ABD5
(197,171,213)
#D3BFDD
(211,191,221)
#E1D3E5
(225,211,229)
#EFE7ED
(239,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631F9D color. Also use rgb(99,31,157) instead hex code.

Text Font Color

.myTextColor { color: #631F9D; }

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

This text font color is #631F9D.

Background Color

.myBgColor { background-color: #631F9D; }

<div style="background-color:#631F9D">Inner text</div>

This div background color is #631F9D.

Border color

.myBorderColor { border: 1px solid #631F9D; }

<div style="border:3px solid #631F9D">Div</div>

This div border color is #631F9D.

Opacity

.myOpacity80 { color: #631F9D; opacity: 0.8; }

<p style="color:#631F9D;opacity:0.8;">80%</p>

Text with #631F9D 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 #631F9D;}

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

This text has shadow with #631F9D color.


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

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

This text has shadow with #631F9D primary color and red secondary color.


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

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

This text has shadow with #631F9D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #631F9D.

Preview

Color preview on black background

This text has color #631F9D on black background.


Color preview on white background

This text has color #631F9D on white background.


Black color preview on #631F9D background

This text has black color on #631F9D background.


White color preview on #631F9D background

This text has white color on #631F9D background.


Related colors

Complementary color

Complementary color for #hex is #9CE062.


I love getcolorcode.com

Triadic colors

1 #9D631F and #1F9D63 with #631F9D are triadic colors.

2 #9D1F63 and #1F639D with #631F9D are triadic colors.