COLOR #955F96

HEX: #955F96
RGB: (149,95,150)

Renk bilgisi

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

RGB renk modeli

#955F96 color RGB value is (149,95,150).

  • kırmız ton 149;
  • yeşil ton 95;
  • mavi ton 150.
RGB:
(149,95,150)
(58%,37%,59%)

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 95 of 255 = 37%
B 150 of 255 = 59%

149
95
150

R + G + B ~ 51%. #955F96 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 95 + 150 = 394 (100%)
R 149 of 394 ~ 37.82%
G 95 of 394 ~ 24.11%
B 150 of 394 ~ 38.07%

%37.82
%24.11
%38.07

CMYK RENK MODELİ

#955F96 rengi CMYK tonu (1,37,0,41).

  • camgöbeği tonu 0.67%
  • eflatun tonu 36.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(1,37,0,41)
C1M37Y0K41 
(1%,37%,0%,41%)
(0.01/0.37/0.00/0.41)	

CMYK yüzdeleri

%0.67
%36.67
%0
%41.18

Codes

Color #955F96 in popluar color models

955F96
RGB14995150
HSL299°22.45%48.04%
HSB/HSV299°36.67%58.82%
CMYK0.67%36.67%0.00%
41.18%

Color #955F96 in popluar number systems.

HEX955F96
Decimal14995150
Binary10010101101111110010110
Octal225137226

Shades and tints

Shades of #955F96

#955F96
(149,95,150)
#885789
(136,87,137)
#7B4F7C
(123,79,124)
#6E476F
(110,71,111)
#613F62
(97,63,98)
#543755
(84,55,85)
#472F48
(71,47,72)
#3A273B
(58,39,59)
#2D1F2E
(45,31,46)
#201721
(32,23,33)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #955F96

#955F96
(149,95,150)
#9E6D9F
(158,109,159)
#A77BA8
(167,123,168)
#B089B1
(176,137,177)
#B997BA
(185,151,186)
#C2A5C3
(194,165,195)
#CBB3CC
(203,179,204)
#D4C1D5
(212,193,213)
#DDCFDE
(221,207,222)
#E6DDE7
(230,221,231)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955F96 color. Also use rgb(149,95,150) instead hex code.

Text Font Color

.myTextColor { color: #955F96; }

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

This text font color is #955F96.


Background Color

.myBgColor { background-color: #955F96; }

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

This div background color is #955F96.


Border color

.myBorderColor { border: 1px solid #955F96; }

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

This div border color is #955F96.


Opacity

.myOpacity80 { color: #955F96; opacity: 0.8; }

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

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

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

This text has shadow with #955F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955F96 on black background.


Color preview on white background

This text has color #955F96 on white background.



Black color preview on #955F96 background

This text has black color on #955F96 background.


White color preview on #955F96 background

This text has white color on #955F96 background.