COLOR #651C9C

HEX: #651C9C
RGB: (101,28,156)

Color info

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

RGB color model

#651C9C color RGB value is (101,28,156).

  • red value is 101;
  • green value is 28;
  • blue value is 156.
RGB:
(101,28,156)
(40%,11%,61%)

RGB channels and saturation

R 101 of 255 = 40%
G 28 of 255 = 11%
B 156 of 255 = 61%

101
28
156

R + G + B ~ 37%. #651C9C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 28 + 156 = 285 (100%)
R 101 of 285 ~ 35.44%
G 28 of 285 ~ 9.82%
B 156 of 285 ~ 54.74%

%35.44
%9.82
%54.74

CMYK color model

#651C9C color CMYK value is (35,82,0,39).

  • cyan value is 35.26%
  • magenta value is 82.05%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(35,82,0,39)
C35M82Y0K39 
(35%,82%,0%,39%)
(0.35/0.82/0.00/0.39)	

CMYK percentages

%35.26
%82.05
%0
%38.82

Codes

Color #651C9C in popluar color models

651C9C
RGB10128156
HSL274°69.57%36.08%
HSB/HSV274°82.05%61.18%
CMYK35.26%82.05%0.00%
38.82%

Color #651C9C in popluar number systems.

HEX651C9C
Decimal10128156
Binary11001011110010011100
Octal14534234

Shades and tints

Shades of #651C9C

#651C9C
(101,28,156)
#5C1A8E
(92,26,142)
#531880
(83,24,128)
#4A1672
(74,22,114)
#411464
(65,20,100)
#381256
(56,18,86)
#2F1048
(47,16,72)
#260E3A
(38,14,58)
#1D0C2C
(29,12,44)
#140A1E
(20,10,30)
#0B0810
(11,8,16)
#000000
(0,0,0)

Tints of #651C9C

#651C9C
(101,28,156)
#7330A5
(115,48,165)
#8144AE
(129,68,174)
#8F58B7
(143,88,183)
#9D6CC0
(157,108,192)
#AB80C9
(171,128,201)
#B994D2
(185,148,210)
#C7A8DB
(199,168,219)
#D5BCE4
(213,188,228)
#E3D0ED
(227,208,237)
#F1E4F6
(241,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651C9C color. Also use rgb(101,28,156) instead hex code.

Text Font Color

.myTextColor { color: #651C9C; }

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

This text font color is #651C9C.


Background Color

.myBgColor { background-color: #651C9C; }

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

This div background color is #651C9C.


Border color

.myBorderColor { border: 1px solid #651C9C; }

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

This div border color is #651C9C.


Opacity

.myOpacity80 { color: #651C9C; opacity: 0.8; }

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

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

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

This text has shadow with #651C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #651C9C on black background.


Color preview on white background

This text has color #651C9C on white background.



Black color preview on #651C9C background

This text has black color on #651C9C background.


White color preview on #651C9C background

This text has white color on #651C9C background.