COLOR #634D95

HEX: #634D95 RGB: (99,77,149)

Color info

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

RGB color model

#634D95 color RGB value is (99,77,149).

RGB: (99,77,149) (39%, 30%, 58%)

RGB channels and saturation

R 99 of 255 = 39%
G 77 of 255 = 30%
B 149 of 255 = 58%

99
77
149

R + G + B ~ 42%. #634D95 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 99 + 77 + 149 = 325 (100%)
R 99 of 325 ~ 30.46%
G 77 of 325 ~ 23.69%
B 149 of 325 ~ 45.85'%

%30.46
%23.69
%45.85

CMYK color model

#634D95 color CMYK value is (34,48,0,42).

  • cyan value is 33.56%
  • magenta value is 48.32%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (34,48,0,42)
C34M48Y0K42 (34%, 48%, 0%, 42%)
(0.34 / 0.48 / 0.00 / 0.42)

CMYK percentages

%33.56
%48.32
%0
%41.57

Codes

Color #634D95 in popluar color models

63 4D 95
RGB 99 77 149
HSL 258° 31.86% 44.31%
HSB/HSV 258° 48.32% 58.43%
CMYK 33.56% 48.32% 0.00%
41.57%

Color #634D95 in popluar number systems.

HEX 63 4D 95
Decimal 99 77 149
Binary 1100011 1001101 10010101
Octal 143 115 225

Shades and tints

Shades of #634D95

#634D95
(99,77,149)
#5A4688
(90,70,136)
#513F7B
(81,63,123)
#48386E
(72,56,110)
#3F3161
(63,49,97)
#362A54
(54,42,84)
#2D2347
(45,35,71)
#241C3A
(36,28,58)
#1B152D
(27,21,45)
#120E20
(18,14,32)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #634D95

#634D95
(99,77,149)
#715D9E
(113,93,158)
#7F6DA7
(127,109,167)
#8D7DB0
(141,125,176)
#9B8DB9
(155,141,185)
#A99DC2
(169,157,194)
#B7ADCB
(183,173,203)
#C5BDD4
(197,189,212)
#D3CDDD
(211,205,221)
#E1DDE6
(225,221,230)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #634D95 color. Also use rgb(99,77,149) instead hex code.

Text Font Color

.myTextColor { color: #634D95; }

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

This text font color is #634D95.

Background Color

.myBgColor { background-color: #634D95; }

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

This div background color is #634D95.

Border color

.myBorderColor { border: 1px solid #634D95; }

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

This div border color is #634D95.

Opacity

.myOpacity80 { color: #634D95; opacity: 0.8; }

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

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

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

This text has shadow with #634D95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #634D95.

Preview

Color preview on black background

This text has color #634D95 on black background.


Color preview on white background

This text has color #634D95 on white background.


Black color preview on #634D95 background

This text has black color on #634D95 background.


White color preview on #634D95 background

This text has white color on #634D95 background.


Related colors

Complementary color

Complementary color for #hex is #9CB26A.


I love getcolorcode.com

Triadic colors

1 #95634D and #4D9563 with #634D95 are triadic colors.

2 #954D63 and #4D6395 with #634D95 are triadic colors.