COLOR #9B63C8

HEX: #9B63C8
RGB: (155,99,200)

Renk bilgisi

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

RGB renk modeli

#9B63C8 color RGB value is (155,99,200).

  • kırmız ton 155;
  • yeşil ton 99;
  • mavi ton 200.
RGB:
(155,99,200)
(61%,39%,78%)

RGB bağlantıları ve doygunluk

R 155 of 255 = 61%
G 99 of 255 = 39%
B 200 of 255 = 78%

155
99
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
155 + 99 + 200 = 454 (100%)
R 155 of 454 ~ 34.14%
G 99 of 454 ~ 21.81%
B 200 of 454 ~ 44.05%

%34.14
%21.81
%44.05

CMYK RENK MODELİ

#9B63C8 rengi CMYK tonu (23,51,0,22).

  • camgöbeği tonu 22.50%
  • eflatun tonu 50.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(23,51,0,22)
C23M51Y0K22 
(23%,51%,0%,22%)
(0.23/0.51/0.00/0.22)	

CMYK yüzdeleri

%22.5
%50.5
%0
%21.57

Codes

Color #9B63C8 in popluar color models

9B63C8
RGB15599200
HSL273°47.87%58.63%
HSB/HSV273°50.50%78.43%
CMYK22.50%50.50%0.00%
21.57%

Color #9B63C8 in popluar number systems.

HEX9B63C8
Decimal15599200
Binary10011011110001111001000
Octal233143310

Shades and tints

Shades of #9B63C8

#9B63C8
(155,99,200)
#8D5AB6
(141,90,182)
#7F51A4
(127,81,164)
#714892
(113,72,146)
#633F80
(99,63,128)
#55366E
(85,54,110)
#472D5C
(71,45,92)
#39244A
(57,36,74)
#2B1B38
(43,27,56)
#1D1226
(29,18,38)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #9B63C8

#9B63C8
(155,99,200)
#A471CD
(164,113,205)
#AD7FD2
(173,127,210)
#B68DD7
(182,141,215)
#BF9BDC
(191,155,220)
#C8A9E1
(200,169,225)
#D1B7E6
(209,183,230)
#DAC5EB
(218,197,235)
#E3D3F0
(227,211,240)
#ECE1F5
(236,225,245)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B63C8 color. Also use rgb(155,99,200) instead hex code.

Text Font Color

.myTextColor { color: #9B63C8; }

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

This text font color is #9B63C8.


Background Color

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

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

This div background color is #9B63C8.


Border color

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

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

This div border color is #9B63C8.


Opacity

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

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

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

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

This text has shadow with #9B63C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B63C8 on black background.


Color preview on white background

This text has color #9B63C8 on white background.



Black color preview on #9B63C8 background

This text has black color on #9B63C8 background.


White color preview on #9B63C8 background

This text has white color on #9B63C8 background.