COLOR #9C65D4

HEX: #9C65D4
RGB: (156,101,212)

Color info

#9C65D4 contains mainly red and blue colors. Web safe color of #9C65D4 is #9966CC (or #96C).

RGB color model

#9C65D4 color RGB value is (156,101,212).

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

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 212 of 255 = 83%

156
101
212

R + G + B ~ 61%. #9C65D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 101 + 212 = 469 (100%)
R 156 of 469 ~ 33.26%
G 101 of 469 ~ 21.54%
B 212 of 469 ~ 45.2%

%33.26
%21.54
%45.2

CMYK color model

#9C65D4 color CMYK value is (26,52,0,17).

  • cyan value is 26.42%
  • magenta value is 52.36%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(26,52,0,17)
C26M52Y0K17 
(26%,52%,0%,17%)
(0.26/0.52/0.00/0.17)	

CMYK percentages

%26.42
%52.36
%0
%16.86

Codes

Color #9C65D4 in popluar color models

9C65D4
RGB156101212
HSL270°56.35%61.37%
HSB/HSV270°52.36%83.14%
CMYK26.42%52.36%0.00%
16.86%

Color #9C65D4 in popluar number systems.

HEX9C65D4
Decimal156101212
Binary10011100110010111010100
Octal234145324

Shades and tints

Shades of #9C65D4

#9C65D4
(156,101,212)
#8E5CC1
(142,92,193)
#8053AE
(128,83,174)
#724A9B
(114,74,155)
#644188
(100,65,136)
#563875
(86,56,117)
#482F62
(72,47,98)
#3A264F
(58,38,79)
#2C1D3C
(44,29,60)
#1E1429
(30,20,41)
#100B16
(16,11,22)
#000000
(0,0,0)

Tints of #9C65D4

#9C65D4
(156,101,212)
#A573D7
(165,115,215)
#AE81DA
(174,129,218)
#B78FDD
(183,143,221)
#C09DE0
(192,157,224)
#C9ABE3
(201,171,227)
#D2B9E6
(210,185,230)
#DBC7E9
(219,199,233)
#E4D5EC
(228,213,236)
#EDE3EF
(237,227,239)
#F6F1F2
(246,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C65D4 color. Also use rgb(156,101,212) instead hex code.

Text Font Color

.myTextColor { color: #9C65D4; }

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

This text font color is #9C65D4.


Background Color

.myBgColor { background-color: #9C65D4; }

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

This div background color is #9C65D4.


Border color

.myBorderColor { border: 1px solid #9C65D4; }

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

This div border color is #9C65D4.


Opacity

.myOpacity80 { color: #9C65D4; opacity: 0.8; }

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

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

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

This text has shadow with #9C65D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C65D4 on black background.


Color preview on white background

This text has color #9C65D4 on white background.



Black color preview on #9C65D4 background

This text has black color on #9C65D4 background.


White color preview on #9C65D4 background

This text has white color on #9C65D4 background.