COLOR #9D65D0

HEX: #9D65D0
RGB: (157,101,208)

Color info

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

RGB color model

#9D65D0 color RGB value is (157,101,208).

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

RGB channels and saturation

R 157 of 255 = 62%
G 101 of 255 = 40%
B 208 of 255 = 82%

157
101
208

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

Portions of RGB colors in percentages

R + G + B =
157 + 101 + 208 = 466 (100%)
R 157 of 466 ~ 33.69%
G 101 of 466 ~ 21.67%
B 208 of 466 ~ 44.64%

%33.69
%21.67
%44.64

CMYK color model

#9D65D0 color CMYK value is (25,51,0,18).

  • cyan value is 24.52%
  • magenta value is 51.44%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(25,51,0,18)
C25M51Y0K18 
(25%,51%,0%,18%)
(0.25/0.51/0.00/0.18)	

CMYK percentages

%24.52
%51.44
%0
%18.43

Codes

Color #9D65D0 in popluar color models

9D65D0
RGB157101208
HSL271°53.23%60.59%
HSB/HSV271°51.44%81.57%
CMYK24.52%51.44%0.00%
18.43%

Color #9D65D0 in popluar number systems.

HEX9D65D0
Decimal157101208
Binary10011101110010111010000
Octal235145320

Shades and tints

Shades of #9D65D0

#9D65D0
(157,101,208)
#8F5CBE
(143,92,190)
#8153AC
(129,83,172)
#734A9A
(115,74,154)
#654188
(101,65,136)
#573876
(87,56,118)
#492F64
(73,47,100)
#3B2652
(59,38,82)
#2D1D40
(45,29,64)
#1F142E
(31,20,46)
#110B1C
(17,11,28)
#000000
(0,0,0)

Tints of #9D65D0

#9D65D0
(157,101,208)
#A573D4
(165,115,212)
#AD81D8
(173,129,216)
#B58FDC
(181,143,220)
#BD9DE0
(189,157,224)
#C5ABE4
(197,171,228)
#CDB9E8
(205,185,232)
#D5C7EC
(213,199,236)
#DDD5F0
(221,213,240)
#E5E3F4
(229,227,244)
#EDF1F8
(237,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D65D0; }

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

This text font color is #9D65D0.


Background Color

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

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

This div background color is #9D65D0.


Border color

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

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

This div border color is #9D65D0.


Opacity

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

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

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

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

This text has shadow with #9D65D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D65D0 on black background.


Color preview on white background

This text has color #9D65D0 on white background.



Black color preview on #9D65D0 background

This text has black color on #9D65D0 background.


White color preview on #9D65D0 background

This text has white color on #9D65D0 background.