COLOR #633D95

HEX: #633D95
RGB: (99,61,149)

Color info

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

RGB color model

#633D95 color RGB value is (99,61,149).

  • red value is 99;
  • green value is 61;
  • blue value is 149.
RGB: (99,61,149) (39%,24%,58%)

RGB channels and saturation

R 99 of 255 = 39%
G 61 of 255 = 24%
B 149 of 255 = 58%

99
61
149

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

Portions of RGB colors in percentages

R + G + B =
99 + 61 + 149 = 309 (100%)
R 99 of 309 ~ 32.04%
G 61 of 309 ~ 19.74%
B 149 of 309 ~ 48.22%

%32.04
%19.74
%48.22

CMYK color model

#633D95 color CMYK value is (34,59,0,42).

  • cyan value is 33.56%
  • magenta value is 59.06%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK: (34,59,0,42) C34M59Y0K42 (34%,59%,0%,42%) (0.34/0.59/0.00/0.42)

CMYK percentages

%33.56
%59.06
%0
%41.57

Codes

Color #633D95 in popluar color models

633D95
RGB9961149
HSL266°41.90%41.18%
HSB/HSV266°59.06%58.43%
CMYK33.56%59.06%0.00%
41.57%

Color #633D95 in popluar number systems.

HEX633D95
Decimal9961149
Binary110001111110110010101
Octal14375225

Shades and tints

Shades of #633D95

#633D95
(99,61,149)
#5A3888
(90,56,136)
#51337B
(81,51,123)
#482E6E
(72,46,110)
#3F2961
(63,41,97)
#362454
(54,36,84)
#2D1F47
(45,31,71)
#241A3A
(36,26,58)
#1B152D
(27,21,45)
#121020
(18,16,32)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #633D95

#633D95
(99,61,149)
#714E9E
(113,78,158)
#7F5FA7
(127,95,167)
#8D70B0
(141,112,176)
#9B81B9
(155,129,185)
#A992C2
(169,146,194)
#B7A3CB
(183,163,203)
#C5B4D4
(197,180,212)
#D3C5DD
(211,197,221)
#E1D6E6
(225,214,230)
#EFE7EF
(239,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #633D95; }

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

This text font color is #633D95.


Background Color

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

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

This div background color is #633D95.


Border color

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

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

This div border color is #633D95.


Opacity

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

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

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

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

This text has shadow with #633D95 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #633D95 on black background.


Color preview on white background

This text has color #633D95 on white background.



Black color preview on #633D95 background

This text has black color on #633D95 background.


White color preview on #633D95 background

This text has white color on #633D95 background.