COLOR #9D63B1

HEX: #9D63B1
RGB: (157,99,177)

Renk bilgisi

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

RGB renk modeli

#9D63B1 color RGB value is (157,99,177).

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

RGB bağlantıları ve doygunluk

R 157 of 255 = 62%
G 99 of 255 = 39%
B 177 of 255 = 69%

157
99
177

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

Yüzdelerle RGB renk parçaları

R + G + B =
157 + 99 + 177 = 433 (100%)
R 157 of 433 ~ 36.26%
G 99 of 433 ~ 22.86%
B 177 of 433 ~ 40.88%

%36.26
%22.86
%40.88

CMYK RENK MODELİ

#9D63B1 rengi CMYK tonu (11,44,0,31).

  • camgöbeği tonu 11.30%
  • eflatun tonu 44.07%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(11,44,0,31)
C11M44Y0K31 
(11%,44%,0%,31%)
(0.11/0.44/0.00/0.31)	

CMYK yüzdeleri

%11.3
%44.07
%0
%30.59

Codes

Color #9D63B1 in popluar color models

9D63B1
RGB15799177
HSL285°33.33%54.12%
HSB/HSV285°44.07%69.41%
CMYK11.30%44.07%0.00%
30.59%

Color #9D63B1 in popluar number systems.

HEX9D63B1
Decimal15799177
Binary10011101110001110110001
Octal235143261

Shades and tints

Shades of #9D63B1

#9D63B1
(157,99,177)
#8F5AA1
(143,90,161)
#815191
(129,81,145)
#734881
(115,72,129)
#653F71
(101,63,113)
#573661
(87,54,97)
#492D51
(73,45,81)
#3B2441
(59,36,65)
#2D1B31
(45,27,49)
#1F1221
(31,18,33)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #9D63B1

#9D63B1
(157,99,177)
#A571B8
(165,113,184)
#AD7FBF
(173,127,191)
#B58DC6
(181,141,198)
#BD9BCD
(189,155,205)
#C5A9D4
(197,169,212)
#CDB7DB
(205,183,219)
#D5C5E2
(213,197,226)
#DDD3E9
(221,211,233)
#E5E1F0
(229,225,240)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D63B1; }

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

This text font color is #9D63B1.


Background Color

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

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

This div background color is #9D63B1.


Border color

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

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

This div border color is #9D63B1.


Opacity

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

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

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

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

This text has shadow with #9D63B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D63B1 on black background.


Color preview on white background

This text has color #9D63B1 on white background.



Black color preview on #9D63B1 background

This text has black color on #9D63B1 background.


White color preview on #9D63B1 background

This text has white color on #9D63B1 background.