COLOR #651F9A

HEX: #651F9A RGB: (101,31,154)

Color info

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

RGB color model

#651F9A color RGB value is (101,31,154).

RGB: (101,31,154) (40%, 12%, 60%)

RGB channels and saturation

R 101 of 255 = 40%
G 31 of 255 = 12%
B 154 of 255 = 60%

101
31
154

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

Portions of RGB colors in percentages

R + G + B = 101 + 31 + 154 = 286 (100%)
R 101 of 286 ~ 35.31%
G 31 of 286 ~ 10.84%
B 154 of 286 ~ 53.85'%

%35.31
%10.84
%53.85

CMYK color model

#651F9A color CMYK value is (34,80,0,40).

  • cyan value is 34.42%
  • magenta value is 79.87%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (34,80,0,40)
C34M80Y0K40 (34%, 80%, 0%, 40%)
(0.34 / 0.80 / 0.00 / 0.40)

CMYK percentages

%34.42
%79.87
%0
%39.61

Codes

Color #651F9A in popluar color models

65 1F 9A
RGB 101 31 154
HSL 274° 66.49% 36.27%
HSB/HSV 274° 79.87% 60.39%
CMYK 34.42% 79.87% 0.00%
39.61%

Color #651F9A in popluar number systems.

HEX 65 1F 9A
Decimal 101 31 154
Binary 1100101 11111 10011010
Octal 145 37 232

Shades and tints

Shades of #651F9A

#651F9A
(101,31,154)
#5C1D8C
(92,29,140)
#531B7E
(83,27,126)
#4A1970
(74,25,112)
#411762
(65,23,98)
#381554
(56,21,84)
#2F1346
(47,19,70)
#261138
(38,17,56)
#1D0F2A
(29,15,42)
#140D1C
(20,13,28)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #651F9A

#651F9A
(101,31,154)
#7333A3
(115,51,163)
#8147AC
(129,71,172)
#8F5BB5
(143,91,181)
#9D6FBE
(157,111,190)
#AB83C7
(171,131,199)
#B997D0
(185,151,208)
#C7ABD9
(199,171,217)
#D5BFE2
(213,191,226)
#E3D3EB
(227,211,235)
#F1E7F4
(241,231,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651F9A color. Also use rgb(101,31,154) instead hex code.

Text Font Color

.myTextColor { color: #651F9A; }

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

This text font color is #651F9A.

Background Color

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

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

This div background color is #651F9A.

Border color

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

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

This div border color is #651F9A.

Opacity

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

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

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

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

This text has shadow with #651F9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #651F9A.

Preview

Color preview on black background

This text has color #651F9A on black background.


Color preview on white background

This text has color #651F9A on white background.


Black color preview on #651F9A background

This text has black color on #651F9A background.


White color preview on #651F9A background

This text has white color on #651F9A background.


Related colors

Complementary color

Complementary color for #hex is #9AE065.


I love getcolorcode.com

Triadic colors

1 #9A651F and #1F9A65 with #651F9A are triadic colors.

2 #9A1F65 and #1F659A with #651F9A are triadic colors.