COLOR #955297

HEX: #955297
RGB: (149,82,151)

Color info

#955297 contains mainly red and blue colors. Web safe color of #955297 is #996699 (or #969).

RGB color model

#955297 color RGB value is (149,82,151).

  • red value is 149;
  • green value is 82;
  • blue value is 151.
RGB:
(149,82,151)
(58%,32%,59%)

RGB channels and saturation

R 149 of 255 = 58%
G 82 of 255 = 32%
B 151 of 255 = 59%

149
82
151

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

Portions of RGB colors in percentages

R + G + B =
149 + 82 + 151 = 382 (100%)
R 149 of 382 ~ 39.01%
G 82 of 382 ~ 21.47%
B 151 of 382 ~ 39.53%

%39.01
%21.47
%39.53

CMYK color model

#955297 color CMYK value is (1,46,0,41).

  • cyan value is 1.32%
  • magenta value is 45.70%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(1,46,0,41)
C1M46Y0K41 
(1%,46%,0%,41%)
(0.01/0.46/0.00/0.41)	

CMYK percentages

%1.32
%45.7
%0
%40.78

Codes

Color #955297 in popluar color models

955297
RGB14982151
HSL298°29.61%45.69%
HSB/HSV298°45.70%59.22%
CMYK1.32%45.70%0.00%
40.78%

Color #955297 in popluar number systems.

HEX955297
Decimal14982151
Binary10010101101001010010111
Octal225122227

Shades and tints

Shades of #955297

#955297
(149,82,151)
#884B8A
(136,75,138)
#7B447D
(123,68,125)
#6E3D70
(110,61,112)
#613663
(97,54,99)
#542F56
(84,47,86)
#472849
(71,40,73)
#3A213C
(58,33,60)
#2D1A2F
(45,26,47)
#201322
(32,19,34)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #955297

#955297
(149,82,151)
#9E61A0
(158,97,160)
#A770A9
(167,112,169)
#B07FB2
(176,127,178)
#B98EBB
(185,142,187)
#C29DC4
(194,157,196)
#CBACCD
(203,172,205)
#D4BBD6
(212,187,214)
#DDCADF
(221,202,223)
#E6D9E8
(230,217,232)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #955297 color. Also use rgb(149,82,151) instead hex code.

Text Font Color

.myTextColor { color: #955297; }

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

This text font color is #955297.


Background Color

.myBgColor { background-color: #955297; }

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

This div background color is #955297.


Border color

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

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

This div border color is #955297.


Opacity

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

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

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

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

This text has shadow with #955297 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #955297 on black background.


Color preview on white background

This text has color #955297 on white background.



Black color preview on #955297 background

This text has black color on #955297 background.


White color preview on #955297 background

This text has white color on #955297 background.