COLOR #956D9D

HEX: #956D9D
RGB: (149,109,157)

Renk bilgisi

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

RGB renk modeli

#956D9D color RGB value is (149,109,157).

  • kırmız ton 149;
  • yeşil ton 109;
  • mavi ton 157.
RGB:
(149,109,157)
(58%,43%,62%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 109 of 255 = 43%
B 157 of 255 = 62%

149
109
157

R + G + B ~ 54%. #956D9D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 109 + 157 = 415 (100%)
R 149 of 415 ~ 35.9%
G 109 of 415 ~ 26.27%
B 157 of 415 ~ 37.83%

%35.9
%26.27
%37.83

CMYK RENK MODELİ

#956D9D rengi CMYK tonu (5,31,0,38).

  • camgöbeği tonu 5.10%
  • eflatun tonu 30.57%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(5,31,0,38)
C5M31Y0K38 
(5%,31%,0%,38%)
(0.05/0.31/0.00/0.38)	

CMYK yüzdeleri

%5.1
%30.57
%0
%38.43

Codes

Color #956D9D in popluar color models

956D9D
RGB149109157
HSL290°19.67%52.16%
HSB/HSV290°30.57%61.57%
CMYK5.10%30.57%0.00%
38.43%

Color #956D9D in popluar number systems.

HEX956D9D
Decimal149109157
Binary10010101110110110011101
Octal225155235

Shades and tints

Shades of #956D9D

#956D9D
(149,109,157)
#88648F
(136,100,143)
#7B5B81
(123,91,129)
#6E5273
(110,82,115)
#614965
(97,73,101)
#544057
(84,64,87)
#473749
(71,55,73)
#3A2E3B
(58,46,59)
#2D252D
(45,37,45)
#201C1F
(32,28,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #956D9D

#956D9D
(149,109,157)
#9E7AA5
(158,122,165)
#A787AD
(167,135,173)
#B094B5
(176,148,181)
#B9A1BD
(185,161,189)
#C2AEC5
(194,174,197)
#CBBBCD
(203,187,205)
#D4C8D5
(212,200,213)
#DDD5DD
(221,213,221)
#E6E2E5
(230,226,229)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956D9D color. Also use rgb(149,109,157) instead hex code.

Text Font Color

.myTextColor { color: #956D9D; }

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

This text font color is #956D9D.


Background Color

.myBgColor { background-color: #956D9D; }

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

This div background color is #956D9D.


Border color

.myBorderColor { border: 1px solid #956D9D; }

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

This div border color is #956D9D.


Opacity

.myOpacity80 { color: #956D9D; opacity: 0.8; }

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

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

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

This text has shadow with #956D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956D9D on black background.


Color preview on white background

This text has color #956D9D on white background.



Black color preview on #956D9D background

This text has black color on #956D9D background.


White color preview on #956D9D background

This text has white color on #956D9D background.