COLOR #655895

HEX: #655895
RGB: (101,88,149)

Color info

#655895 contains mainly red and blue colors. Web safe color of #655895 is #666699 (or #669).

RGB color model

#655895 color RGB value is (101,88,149).

  • red value is 101;
  • green value is 88;
  • blue value is 149.
RGB:
(101,88,149)
(40%,35%,58%)

RGB channels and saturation

R 101 of 255 = 40%
G 88 of 255 = 35%
B 149 of 255 = 58%

101
88
149

R + G + B ~ 44%. #655895 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 88 + 149 = 338 (100%)
R 101 of 338 ~ 29.88%
G 88 of 338 ~ 26.04%
B 149 of 338 ~ 44.08%

%29.88
%26.04
%44.08

CMYK color model

#655895 color CMYK value is (32,41,0,42).

  • cyan value is 32.21%
  • magenta value is 40.94%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(32,41,0,42)
C32M41Y0K42 
(32%,41%,0%,42%)
(0.32/0.41/0.00/0.42)	

CMYK percentages

%32.21
%40.94
%0
%41.57

Codes

Color #655895 in popluar color models

655895
RGB10188149
HSL253°25.74%46.47%
HSB/HSV253°40.94%58.43%
CMYK32.21%40.94%0.00%
41.57%

Color #655895 in popluar number systems.

HEX655895
Decimal10188149
Binary1100101101100010010101
Octal145130225

Shades and tints

Shades of #655895

#655895
(101,88,149)
#5C5088
(92,80,136)
#53487B
(83,72,123)
#4A406E
(74,64,110)
#413861
(65,56,97)
#383054
(56,48,84)
#2F2847
(47,40,71)
#26203A
(38,32,58)
#1D182D
(29,24,45)
#141020
(20,16,32)
#0B0813
(11,8,19)
#000000
(0,0,0)

Tints of #655895

#655895
(101,88,149)
#73679E
(115,103,158)
#8176A7
(129,118,167)
#8F85B0
(143,133,176)
#9D94B9
(157,148,185)
#ABA3C2
(171,163,194)
#B9B2CB
(185,178,203)
#C7C1D4
(199,193,212)
#D5D0DD
(213,208,221)
#E3DFE6
(227,223,230)
#F1EEEF
(241,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #655895 color. Also use rgb(101,88,149) instead hex code.

Text Font Color

.myTextColor { color: #655895; }

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

This text font color is #655895.


Background Color

.myBgColor { background-color: #655895; }

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

This div background color is #655895.


Border color

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

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

This div border color is #655895.


Opacity

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

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

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

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

This text has shadow with #655895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #655895 on black background.


Color preview on white background

This text has color #655895 on white background.



Black color preview on #655895 background

This text has black color on #655895 background.


White color preview on #655895 background

This text has white color on #655895 background.