COLOR #9C65C5

HEX: #9C65C5
RGB: (156,101,197)

Color info

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

RGB color model

#9C65C5 color RGB value is (156,101,197).

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

RGB channels and saturation

R 156 of 255 = 61%
G 101 of 255 = 40%
B 197 of 255 = 77%

156
101
197

R + G + B ~ 59%. #9C65C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 101 + 197 = 454 (100%)
R 156 of 454 ~ 34.36%
G 101 of 454 ~ 22.25%
B 197 of 454 ~ 43.39%

%34.36
%22.25
%43.39

CMYK color model

#9C65C5 color CMYK value is (21,49,0,23).

  • cyan value is 20.81%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(21,49,0,23)
C21M49Y0K23 
(21%,49%,0%,23%)
(0.21/0.49/0.00/0.23)	

CMYK percentages

%20.81
%48.73
%0
%22.75

Codes

Color #9C65C5 in popluar color models

9C65C5
RGB156101197
HSL274°45.28%58.43%
HSB/HSV274°48.73%77.25%
CMYK20.81%48.73%0.00%
22.75%

Color #9C65C5 in popluar number systems.

HEX9C65C5
Decimal156101197
Binary10011100110010111000101
Octal234145305

Shades and tints

Shades of #9C65C5

#9C65C5
(156,101,197)
#8E5CB4
(142,92,180)
#8053A3
(128,83,163)
#724A92
(114,74,146)
#644181
(100,65,129)
#563870
(86,56,112)
#482F5F
(72,47,95)
#3A264E
(58,38,78)
#2C1D3D
(44,29,61)
#1E142C
(30,20,44)
#100B1B
(16,11,27)
#000000
(0,0,0)

Tints of #9C65C5

#9C65C5
(156,101,197)
#A573CA
(165,115,202)
#AE81CF
(174,129,207)
#B78FD4
(183,143,212)
#C09DD9
(192,157,217)
#C9ABDE
(201,171,222)
#D2B9E3
(210,185,227)
#DBC7E8
(219,199,232)
#E4D5ED
(228,213,237)
#EDE3F2
(237,227,242)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C65C5; }

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

This text font color is #9C65C5.


Background Color

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

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

This div background color is #9C65C5.


Border color

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

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

This div border color is #9C65C5.


Opacity

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

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

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

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

This text has shadow with #9C65C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C65C5 on black background.


Color preview on white background

This text has color #9C65C5 on white background.



Black color preview on #9C65C5 background

This text has black color on #9C65C5 background.


White color preview on #9C65C5 background

This text has white color on #9C65C5 background.