COLOR #955FA5

HEX: #955FA5
RGB: (149,95,165)

Renk bilgisi

#955FA5 contains mainly red and blue colors. #955FA5 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#955FA5 color RGB value is (149,95,165).

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

RGB bağlantıları ve doygunluk

R 149 of 255 = 58%
G 95 of 255 = 37%
B 165 of 255 = 65%

149
95
165

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 95 + 165 = 409 (100%)
R 149 of 409 ~ 36.43%
G 95 of 409 ~ 23.23%
B 165 of 409 ~ 40.34%

%36.43
%23.23
%40.34

CMYK RENK MODELİ

#955FA5 rengi CMYK tonu (10,42,0,35).

  • camgöbeği tonu 9.70%
  • eflatun tonu 42.42%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(10,42,0,35)
C10M42Y0K35 
(10%,42%,0%,35%)
(0.10/0.42/0.00/0.35)	

CMYK yüzdeleri

%9.7
%42.42
%0
%35.29

Codes

Color #955FA5 in popluar color models

955FA5
RGB14995165
HSL286°28.00%50.98%
HSB/HSV286°42.42%64.71%
CMYK9.70%42.42%0.00%
35.29%

Color #955FA5 in popluar number systems.

HEX955FA5
Decimal14995165
Binary10010101101111110100101
Octal225137245

Shades and tints

Shades of #955FA5

#955FA5
(149,95,165)
#885796
(136,87,150)
#7B4F87
(123,79,135)
#6E4778
(110,71,120)
#613F69
(97,63,105)
#54375A
(84,55,90)
#472F4B
(71,47,75)
#3A273C
(58,39,60)
#2D1F2D
(45,31,45)
#20171E
(32,23,30)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #955FA5

#955FA5
(149,95,165)
#9E6DAD
(158,109,173)
#A77BB5
(167,123,181)
#B089BD
(176,137,189)
#B997C5
(185,151,197)
#C2A5CD
(194,165,205)
#CBB3D5
(203,179,213)
#D4C1DD
(212,193,221)
#DDCFE5
(221,207,229)
#E6DDED
(230,221,237)
#EFEBF5
(239,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955FA5; }

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

This text font color is #955FA5.


Background Color

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

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

This div background color is #955FA5.


Border color

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

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

This div border color is #955FA5.


Opacity

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

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

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

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

This text has shadow with #955FA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955FA5 on black background.


Color preview on white background

This text has color #955FA5 on white background.



Black color preview on #955FA5 background

This text has black color on #955FA5 background.


White color preview on #955FA5 background

This text has white color on #955FA5 background.