COLOR #9D63AD

HEX: #9D63AD
RGB: (157,99,173)

Renk bilgisi

#9D63AD contains mainly red and blue colors. #9D63AD ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9D63AD color RGB value is (157,99,173).

  • kırmız ton 157;
  • yeşil ton 99;
  • mavi ton 173.
RGB:
(157,99,173)
(62%,39%,68%)

RGB bağlantıları ve doygunluk

R 157 of 255 = 62%
G 99 of 255 = 39%
B 173 of 255 = 68%

157
99
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
157 + 99 + 173 = 429 (100%)
R 157 of 429 ~ 36.6%
G 99 of 429 ~ 23.08%
B 173 of 429 ~ 40.33%

%36.6
%23.08
%40.33

CMYK RENK MODELİ

#9D63AD rengi CMYK tonu (9,43,0,32).

  • camgöbeği tonu 9.25%
  • eflatun tonu 42.77%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(9,43,0,32)
C9M43Y0K32 
(9%,43%,0%,32%)
(0.09/0.43/0.00/0.32)	

CMYK yüzdeleri

%9.25
%42.77
%0
%32.16

Codes

Color #9D63AD in popluar color models

9D63AD
RGB15799173
HSL287°31.09%53.33%
HSB/HSV287°42.77%67.84%
CMYK9.25%42.77%0.00%
32.16%

Color #9D63AD in popluar number systems.

HEX9D63AD
Decimal15799173
Binary10011101110001110101101
Octal235143255

Shades and tints

Shades of #9D63AD

#9D63AD
(157,99,173)
#8F5A9E
(143,90,158)
#81518F
(129,81,143)
#734880
(115,72,128)
#653F71
(101,63,113)
#573662
(87,54,98)
#492D53
(73,45,83)
#3B2444
(59,36,68)
#2D1B35
(45,27,53)
#1F1226
(31,18,38)
#110917
(17,9,23)
#000000
(0,0,0)

Tints of #9D63AD

#9D63AD
(157,99,173)
#A571B4
(165,113,180)
#AD7FBB
(173,127,187)
#B58DC2
(181,141,194)
#BD9BC9
(189,155,201)
#C5A9D0
(197,169,208)
#CDB7D7
(205,183,215)
#D5C5DE
(213,197,222)
#DDD3E5
(221,211,229)
#E5E1EC
(229,225,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D63AD color. Also use rgb(157,99,173) instead hex code.

Text Font Color

.myTextColor { color: #9D63AD; }

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

This text font color is #9D63AD.


Background Color

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

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

This div background color is #9D63AD.


Border color

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

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

This div border color is #9D63AD.


Opacity

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

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

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

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

This text has shadow with #9D63AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D63AD on black background.


Color preview on white background

This text has color #9D63AD on white background.



Black color preview on #9D63AD background

This text has black color on #9D63AD background.


White color preview on #9D63AD background

This text has white color on #9D63AD background.