COLOR #653B89

HEX: #653B89
RGB: (101,59,137)

Color info

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

RGB color model

#653B89 color RGB value is (101,59,137).

  • red value is 101;
  • green value is 59;
  • blue value is 137.
RGB:
(101,59,137)
(40%,23%,54%)

RGB channels and saturation

R 101 of 255 = 40%
G 59 of 255 = 23%
B 137 of 255 = 54%

101
59
137

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

Portions of RGB colors in percentages

R + G + B =
101 + 59 + 137 = 297 (100%)
R 101 of 297 ~ 34.01%
G 59 of 297 ~ 19.87%
B 137 of 297 ~ 46.13%

%34.01
%19.87
%46.13

CMYK color model

#653B89 color CMYK value is (26,57,0,46).

  • cyan value is 26.28%
  • magenta value is 56.93%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,57,0,46)
C26M57Y0K46 
(26%,57%,0%,46%)
(0.26/0.57/0.00/0.46)	

CMYK percentages

%26.28
%56.93
%0
%46.27

Codes

Color #653B89 in popluar color models

653B89
RGB10159137
HSL272°39.80%38.43%
HSB/HSV272°56.93%53.73%
CMYK26.28%56.93%0.00%
46.27%

Color #653B89 in popluar number systems.

HEX653B89
Decimal10159137
Binary110010111101110001001
Octal14573211

Shades and tints

Shades of #653B89

#653B89
(101,59,137)
#5C367D
(92,54,125)
#533171
(83,49,113)
#4A2C65
(74,44,101)
#412759
(65,39,89)
#38224D
(56,34,77)
#2F1D41
(47,29,65)
#261835
(38,24,53)
#1D1329
(29,19,41)
#140E1D
(20,14,29)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #653B89

#653B89
(101,59,137)
#734C93
(115,76,147)
#815D9D
(129,93,157)
#8F6EA7
(143,110,167)
#9D7FB1
(157,127,177)
#AB90BB
(171,144,187)
#B9A1C5
(185,161,197)
#C7B2CF
(199,178,207)
#D5C3D9
(213,195,217)
#E3D4E3
(227,212,227)
#F1E5ED
(241,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #653B89 color. Also use rgb(101,59,137) instead hex code.

Text Font Color

.myTextColor { color: #653B89; }

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

This text font color is #653B89.


Background Color

.myBgColor { background-color: #653B89; }

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

This div background color is #653B89.


Border color

.myBorderColor { border: 1px solid #653B89; }

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

This div border color is #653B89.


Opacity

.myOpacity80 { color: #653B89; opacity: 0.8; }

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

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

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

This text has shadow with #653B89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #653B89 on black background.


Color preview on white background

This text has color #653B89 on white background.



Black color preview on #653B89 background

This text has black color on #653B89 background.


White color preview on #653B89 background

This text has white color on #653B89 background.