COLOR #9D65B3

HEX: #9D65B3
RGB: (157,101,179)

Color info

#9D65B3 contains mainly red and blue colors. Web safe color of #9D65B3 is #996699 (or #969).

RGB color model

#9D65B3 color RGB value is (157,101,179).

  • red value is 157;
  • green value is 101;
  • blue value is 179.
RGB:
(157,101,179)
(62%,40%,70%)

RGB channels and saturation

R 157 of 255 = 62%
G 101 of 255 = 40%
B 179 of 255 = 70%

157
101
179

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

Portions of RGB colors in percentages

R + G + B =
157 + 101 + 179 = 437 (100%)
R 157 of 437 ~ 35.93%
G 101 of 437 ~ 23.11%
B 179 of 437 ~ 40.96%

%35.93
%23.11
%40.96

CMYK color model

#9D65B3 color CMYK value is (12,44,0,30).

  • cyan value is 12.29%
  • magenta value is 43.58%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(12,44,0,30)
C12M44Y0K30 
(12%,44%,0%,30%)
(0.12/0.44/0.00/0.30)	

CMYK percentages

%12.29
%43.58
%0
%29.8

Codes

Color #9D65B3 in popluar color models

9D65B3
RGB157101179
HSL283°33.91%54.90%
HSB/HSV283°43.58%70.20%
CMYK12.29%43.58%0.00%
29.80%

Color #9D65B3 in popluar number systems.

HEX9D65B3
Decimal157101179
Binary10011101110010110110011
Octal235145263

Shades and tints

Shades of #9D65B3

#9D65B3
(157,101,179)
#8F5CA3
(143,92,163)
#815393
(129,83,147)
#734A83
(115,74,131)
#654173
(101,65,115)
#573863
(87,56,99)
#492F53
(73,47,83)
#3B2643
(59,38,67)
#2D1D33
(45,29,51)
#1F1423
(31,20,35)
#110B13
(17,11,19)
#000000
(0,0,0)

Tints of #9D65B3

#9D65B3
(157,101,179)
#A573B9
(165,115,185)
#AD81BF
(173,129,191)
#B58FC5
(181,143,197)
#BD9DCB
(189,157,203)
#C5ABD1
(197,171,209)
#CDB9D7
(205,185,215)
#D5C7DD
(213,199,221)
#DDD5E3
(221,213,227)
#E5E3E9
(229,227,233)
#EDF1EF
(237,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D65B3 color. Also use rgb(157,101,179) instead hex code.

Text Font Color

.myTextColor { color: #9D65B3; }

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

This text font color is #9D65B3.


Background Color

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

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

This div background color is #9D65B3.


Border color

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

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

This div border color is #9D65B3.


Opacity

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

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

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

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

This text has shadow with #9D65B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D65B3 on black background.


Color preview on white background

This text has color #9D65B3 on white background.



Black color preview on #9D65B3 background

This text has black color on #9D65B3 background.


White color preview on #9D65B3 background

This text has white color on #9D65B3 background.