COLOR #9D63B2

HEX: #9D63B2
RGB: (157,99,178)

Renk bilgisi

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

RGB renk modeli

#9D63B2 color RGB value is (157,99,178).

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

RGB bağlantıları ve doygunluk

R 157 of 255 = 62%
G 99 of 255 = 39%
B 178 of 255 = 70%

157
99
178

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

Yüzdelerle RGB renk parçaları

R + G + B =
157 + 99 + 178 = 434 (100%)
R 157 of 434 ~ 36.18%
G 99 of 434 ~ 22.81%
B 178 of 434 ~ 41.01%

%36.18
%22.81
%41.01

CMYK RENK MODELİ

#9D63B2 rengi CMYK tonu (12,44,0,30).

  • camgöbeği tonu 11.80%
  • eflatun tonu 44.38%
  • sarı tonu 0.00%
  • ana renk tonu 30.20%
CMYK:
(12,44,0,30)
C12M44Y0K30 
(12%,44%,0%,30%)
(0.12/0.44/0.00/0.30)	

CMYK yüzdeleri

%11.8
%44.38
%0
%30.2

Codes

Color #9D63B2 in popluar color models

9D63B2
RGB15799178
HSL284°33.91%54.31%
HSB/HSV284°44.38%69.80%
CMYK11.80%44.38%0.00%
30.20%

Color #9D63B2 in popluar number systems.

HEX9D63B2
Decimal15799178
Binary10011101110001110110010
Octal235143262

Shades and tints

Shades of #9D63B2

#9D63B2
(157,99,178)
#8F5AA2
(143,90,162)
#815192
(129,81,146)
#734882
(115,72,130)
#653F72
(101,63,114)
#573662
(87,54,98)
#492D52
(73,45,82)
#3B2442
(59,36,66)
#2D1B32
(45,27,50)
#1F1222
(31,18,34)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #9D63B2

#9D63B2
(157,99,178)
#A571B9
(165,113,185)
#AD7FC0
(173,127,192)
#B58DC7
(181,141,199)
#BD9BCE
(189,155,206)
#C5A9D5
(197,169,213)
#CDB7DC
(205,183,220)
#D5C5E3
(213,197,227)
#DDD3EA
(221,211,234)
#E5E1F1
(229,225,241)
#EDEFF8
(237,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D63B2; }

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

This text font color is #9D63B2.


Background Color

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

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

This div background color is #9D63B2.


Border color

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

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

This div border color is #9D63B2.


Opacity

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

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

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

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

This text has shadow with #9D63B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D63B2 on black background.


Color preview on white background

This text has color #9D63B2 on white background.



Black color preview on #9D63B2 background

This text has black color on #9D63B2 background.


White color preview on #9D63B2 background

This text has white color on #9D63B2 background.