COLOR #634381

HEX: #634381
RGB: (99,67,129)

Color info

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

RGB color model

#634381 color RGB value is (99,67,129).

  • red value is 99;
  • green value is 67;
  • blue value is 129.
RGB:
(99,67,129)
(39%,26%,51%)

RGB channels and saturation

R 99 of 255 = 39%
G 67 of 255 = 26%
B 129 of 255 = 51%

99
67
129

R + G + B ~ 39%. #634381 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 67 + 129 = 295 (100%)
R 99 of 295 ~ 33.56%
G 67 of 295 ~ 22.71%
B 129 of 295 ~ 43.73%

%33.56
%22.71
%43.73

CMYK color model

#634381 color CMYK value is (23,48,0,49).

  • cyan value is 23.26%
  • magenta value is 48.06%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(23,48,0,49)
C23M48Y0K49 
(23%,48%,0%,49%)
(0.23/0.48/0.00/0.49)	

CMYK percentages

%23.26
%48.06
%0
%49.41

Codes

Color #634381 in popluar color models

634381
RGB9967129
HSL271°31.63%38.43%
HSB/HSV271°48.06%50.59%
CMYK23.26%48.06%0.00%
49.41%

Color #634381 in popluar number systems.

HEX634381
Decimal9967129
Binary1100011100001110000001
Octal143103201

Shades and tints

Shades of #634381

#634381
(99,67,129)
#5A3D76
(90,61,118)
#51376B
(81,55,107)
#483160
(72,49,96)
#3F2B55
(63,43,85)
#36254A
(54,37,74)
#2D1F3F
(45,31,63)
#241934
(36,25,52)
#1B1329
(27,19,41)
#120D1E
(18,13,30)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #634381

#634381
(99,67,129)
#71548C
(113,84,140)
#7F6597
(127,101,151)
#8D76A2
(141,118,162)
#9B87AD
(155,135,173)
#A998B8
(169,152,184)
#B7A9C3
(183,169,195)
#C5BACE
(197,186,206)
#D3CBD9
(211,203,217)
#E1DCE4
(225,220,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634381 color. Also use rgb(99,67,129) instead hex code.

Text Font Color

.myTextColor { color: #634381; }

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

This text font color is #634381.


Background Color

.myBgColor { background-color: #634381; }

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

This div background color is #634381.


Border color

.myBorderColor { border: 1px solid #634381; }

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

This div border color is #634381.


Opacity

.myOpacity80 { color: #634381; opacity: 0.8; }

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

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

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

This text has shadow with #634381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #634381 on black background.


Color preview on white background

This text has color #634381 on white background.



Black color preview on #634381 background

This text has black color on #634381 background.


White color preview on #634381 background

This text has white color on #634381 background.