COLOR #631E85

HEX: #631E85
RGB: (99,30,133)

Color info

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

RGB color model

#631E85 color RGB value is (99,30,133).

  • red value is 99;
  • green value is 30;
  • blue value is 133.
RGB:
(99,30,133)
(39%,12%,52%)

RGB channels and saturation

R 99 of 255 = 39%
G 30 of 255 = 12%
B 133 of 255 = 52%

99
30
133

R + G + B ~ 34%. #631E85 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 30 + 133 = 262 (100%)
R 99 of 262 ~ 37.79%
G 30 of 262 ~ 11.45%
B 133 of 262 ~ 50.76%

%37.79
%11.45
%50.76

CMYK color model

#631E85 color CMYK value is (26,77,0,48).

  • cyan value is 25.56%
  • magenta value is 77.44%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(26,77,0,48)
C26M77Y0K48 
(26%,77%,0%,48%)
(0.26/0.77/0.00/0.48)	

CMYK percentages

%25.56
%77.44
%0
%47.84

Codes

Color #631E85 in popluar color models

631E85
RGB9930133
HSL280°63.19%31.96%
HSB/HSV280°77.44%52.16%
CMYK25.56%77.44%0.00%
47.84%

Color #631E85 in popluar number systems.

HEX631E85
Decimal9930133
Binary11000111111010000101
Octal14336205

Shades and tints

Shades of #631E85

#631E85
(99,30,133)
#5A1C79
(90,28,121)
#511A6D
(81,26,109)
#481861
(72,24,97)
#3F1655
(63,22,85)
#361449
(54,20,73)
#2D123D
(45,18,61)
#241031
(36,16,49)
#1B0E25
(27,14,37)
#120C19
(18,12,25)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #631E85

#631E85
(99,30,133)
#713290
(113,50,144)
#7F469B
(127,70,155)
#8D5AA6
(141,90,166)
#9B6EB1
(155,110,177)
#A982BC
(169,130,188)
#B796C7
(183,150,199)
#C5AAD2
(197,170,210)
#D3BEDD
(211,190,221)
#E1D2E8
(225,210,232)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #631E85 color. Also use rgb(99,30,133) instead hex code.

Text Font Color

.myTextColor { color: #631E85; }

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

This text font color is #631E85.


Background Color

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

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

This div background color is #631E85.


Border color

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

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

This div border color is #631E85.


Opacity

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

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

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

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

This text has shadow with #631E85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #631E85 on black background.


Color preview on white background

This text has color #631E85 on white background.



Black color preview on #631E85 background

This text has black color on #631E85 background.


White color preview on #631E85 background

This text has white color on #631E85 background.