COLOR #956399

HEX: #956399
RGB: (149,99,153)

Renk bilgisi

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

RGB renk modeli

#956399 color RGB value is (149,99,153).

  • kırmız ton 149;
  • yeşil ton 99;
  • mavi ton 153.
RGB:
(149,99,153)
(58%,39%,60%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 99 of 255 = 39%
B 153 of 255 = 60%

149
99
153

R + G + B ~ 52%. #956399 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 99 + 153 = 401 (100%)
R 149 of 401 ~ 37.16%
G 99 of 401 ~ 24.69%
B 153 of 401 ~ 38.15%

%37.16
%24.69
%38.15

CMYK RENK MODELİ

#956399 rengi CMYK tonu (3,35,0,40).

  • camgöbeği tonu 2.61%
  • eflatun tonu 35.29%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(3,35,0,40)
C3M35Y0K40 
(3%,35%,0%,40%)
(0.03/0.35/0.00/0.40)	

CMYK yüzdeleri

%2.61
%35.29
%0
%40

Codes

Color #956399 in popluar color models

956399
RGB14999153
HSL296°21.43%49.41%
HSB/HSV296°35.29%60.00%
CMYK2.61%35.29%0.00%
40.00%

Color #956399 in popluar number systems.

HEX956399
Decimal14999153
Binary10010101110001110011001
Octal225143231

Shades and tints

Shades of #956399

#956399
(149,99,153)
#885A8C
(136,90,140)
#7B517F
(123,81,127)
#6E4872
(110,72,114)
#613F65
(97,63,101)
#543658
(84,54,88)
#472D4B
(71,45,75)
#3A243E
(58,36,62)
#2D1B31
(45,27,49)
#201224
(32,18,36)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #956399

#956399
(149,99,153)
#9E71A2
(158,113,162)
#A77FAB
(167,127,171)
#B08DB4
(176,141,180)
#B99BBD
(185,155,189)
#C2A9C6
(194,169,198)
#CBB7CF
(203,183,207)
#D4C5D8
(212,197,216)
#DDD3E1
(221,211,225)
#E6E1EA
(230,225,234)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956399 color. Also use rgb(149,99,153) instead hex code.

Text Font Color

.myTextColor { color: #956399; }

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

This text font color is #956399.


Background Color

.myBgColor { background-color: #956399; }

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

This div background color is #956399.


Border color

.myBorderColor { border: 1px solid #956399; }

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

This div border color is #956399.


Opacity

.myOpacity80 { color: #956399; opacity: 0.8; }

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

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

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

This text has shadow with #956399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956399 on black background.


Color preview on white background

This text has color #956399 on white background.



Black color preview on #956399 background

This text has black color on #956399 background.


White color preview on #956399 background

This text has white color on #956399 background.