COLOR #9C6DA3

HEX: #9C6DA3
RGB: (156,109,163)

Renk bilgisi

#9C6DA3 contains red, green and blue colors in about the same proportion. #9C6DA3 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#9C6DA3 color RGB value is (156,109,163).

  • kırmız ton 156;
  • yeşil ton 109;
  • mavi ton 163.
RGB:
(156,109,163)
(61%,43%,64%)

RGB bağlantıları ve doygunluk

R 156 of 255 = 61%
G 109 of 255 = 43%
B 163 of 255 = 64%

156
109
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
156 + 109 + 163 = 428 (100%)
R 156 of 428 ~ 36.45%
G 109 of 428 ~ 25.47%
B 163 of 428 ~ 38.08%

%36.45
%25.47
%38.08

CMYK RENK MODELİ

#9C6DA3 rengi CMYK tonu (4,33,0,36).

  • camgöbeği tonu 4.29%
  • eflatun tonu 33.13%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(4,33,0,36)
C4M33Y0K36 
(4%,33%,0%,36%)
(0.04/0.33/0.00/0.36)	

CMYK yüzdeleri

%4.29
%33.13
%0
%36.08

Codes

Color #9C6DA3 in popluar color models

9C6DA3
RGB156109163
HSL292°22.69%53.33%
HSB/HSV292°33.13%63.92%
CMYK4.29%33.13%0.00%
36.08%

Color #9C6DA3 in popluar number systems.

HEX9C6DA3
Decimal156109163
Binary10011100110110110100011
Octal234155243

Shades and tints

Shades of #9C6DA3

#9C6DA3
(156,109,163)
#8E6495
(142,100,149)
#805B87
(128,91,135)
#725279
(114,82,121)
#64496B
(100,73,107)
#56405D
(86,64,93)
#48374F
(72,55,79)
#3A2E41
(58,46,65)
#2C2533
(44,37,51)
#1E1C25
(30,28,37)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #9C6DA3

#9C6DA3
(156,109,163)
#A57AAB
(165,122,171)
#AE87B3
(174,135,179)
#B794BB
(183,148,187)
#C0A1C3
(192,161,195)
#C9AECB
(201,174,203)
#D2BBD3
(210,187,211)
#DBC8DB
(219,200,219)
#E4D5E3
(228,213,227)
#EDE2EB
(237,226,235)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C6DA3 color. Also use rgb(156,109,163) instead hex code.

Text Font Color

.myTextColor { color: #9C6DA3; }

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

This text font color is #9C6DA3.


Background Color

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

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

This div background color is #9C6DA3.


Border color

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

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

This div border color is #9C6DA3.


Opacity

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

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

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

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

This text has shadow with #9C6DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C6DA3 on black background.


Color preview on white background

This text has color #9C6DA3 on white background.



Black color preview on #9C6DA3 background

This text has black color on #9C6DA3 background.


White color preview on #9C6DA3 background

This text has white color on #9C6DA3 background.