COLOR #9E63B5

HEX: #9E63B5
RGB: (158,99,181)

Renk bilgisi

#9E63B5 contains mainly red and blue colors. #9E63B5 ‘ nin web güvenlik rengi #9966CC (ya da #96C) dir.

RGB renk modeli

#9E63B5 color RGB value is (158,99,181).

  • kırmız ton 158;
  • yeşil ton 99;
  • mavi ton 181.
RGB:
(158,99,181)
(62%,39%,71%)

RGB bağlantıları ve doygunluk

R 158 of 255 = 62%
G 99 of 255 = 39%
B 181 of 255 = 71%

158
99
181

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

Yüzdelerle RGB renk parçaları

R + G + B =
158 + 99 + 181 = 438 (100%)
R 158 of 438 ~ 36.07%
G 99 of 438 ~ 22.6%
B 181 of 438 ~ 41.32%

%36.07
%22.6
%41.32

CMYK RENK MODELİ

#9E63B5 rengi CMYK tonu (13,45,0,29).

  • camgöbeği tonu 12.71%
  • eflatun tonu 45.30%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(13,45,0,29)
C13M45Y0K29 
(13%,45%,0%,29%)
(0.13/0.45/0.00/0.29)	

CMYK yüzdeleri

%12.71
%45.3
%0
%29.02

Codes

Color #9E63B5 in popluar color models

9E63B5
RGB15899181
HSL283°35.65%54.90%
HSB/HSV283°45.30%70.98%
CMYK12.71%45.30%0.00%
29.02%

Color #9E63B5 in popluar number systems.

HEX9E63B5
Decimal15899181
Binary10011110110001110110101
Octal236143265

Shades and tints

Shades of #9E63B5

#9E63B5
(158,99,181)
#905AA5
(144,90,165)
#825195
(130,81,149)
#744885
(116,72,133)
#663F75
(102,63,117)
#583665
(88,54,101)
#4A2D55
(74,45,85)
#3C2445
(60,36,69)
#2E1B35
(46,27,53)
#201225
(32,18,37)
#120915
(18,9,21)
#000000
(0,0,0)

Tints of #9E63B5

#9E63B5
(158,99,181)
#A671BB
(166,113,187)
#AE7FC1
(174,127,193)
#B68DC7
(182,141,199)
#BE9BCD
(190,155,205)
#C6A9D3
(198,169,211)
#CEB7D9
(206,183,217)
#D6C5DF
(214,197,223)
#DED3E5
(222,211,229)
#E6E1EB
(230,225,235)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E63B5 color. Also use rgb(158,99,181) instead hex code.

Text Font Color

.myTextColor { color: #9E63B5; }

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

This text font color is #9E63B5.


Background Color

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

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

This div background color is #9E63B5.


Border color

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

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

This div border color is #9E63B5.


Opacity

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

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

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

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

This text has shadow with #9E63B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E63B5 on black background.


Color preview on white background

This text has color #9E63B5 on white background.



Black color preview on #9E63B5 background

This text has black color on #9E63B5 background.


White color preview on #9E63B5 background

This text has white color on #9E63B5 background.